You are not logged in.
Hi,
So I just got my hands on a new 4 GB Kingston Flashdisk, and I was wondering how do I install Arch on it? Do I just insert the CD and choose it as / ? Or is there something else to it?
Also, I have a few questions when I install it:
1) When I boot from it, and save/edit/do some changes, are they deleted on exiting, or do they stay on the USB disk?
2) I will be using it on a few different computers, will it automatically be able to setup nVIDIA/ATI graphics drivers?
Thanks!
Offline
Try Faunos for an install that is easily performed. It provides archlinux packages (over 600) and you can "build down" rather than build-up.
In the wiki on the faunos forums there is a method to install the system into HDD uncompressed.
Read about the system at faunos.com which lists the packages installed.
More straightforward than other approaches.
Give it a good read!!!
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
yea, I highly recommend faunos for usb flash drives. I have a 2GB drive that has faunos on it. After it was installed, I just resized the main partition to to fit the rest of the drive so I can write to it. It only takes a second if you have something like gparted. Just resize the linux partition on the drive
and actually... I am running faunos right now, I just installed it to my drive via their wiki atricle via the non compressed script. Keeps all of the pimp settings and scripts etc...
http://wiki.faunos.com/index.php/Main_Page
Last edited by 3nd3r (2008-04-03 16:36:15)
Proud Arch i686 & x86_64 User
Share your knowledge!
Arch Linux Forum Etiquette
Offline
But I can't install Arch by itself?
I'm trying to avoid any large downloads, such as getting the image for FaunOS
Offline
Installing Arch on a USB drive is somewhat the same as with a normal harddrive, but there are a few things you should have in mind:
1) When you are creating your mkinitcpio configs, make sure to add the hook "usb" and remove "autodetect" (often messes things up with usb storage support)
2) The partition-names can change depending on which system you boot on, so I would recommend you to make a label on all the partitions you are using (with e2label if you are using ext{2,3}) and refer to the partitions by their labelname, this requires that you add "udev" to the mkinitcpio configs , and then append "root=/dev/disk/by-label/<rootlabel>" to the kernel, instead of a normal block device
That's it, good luck!
(if you are new to Arch, or gnu+linux installations in general, just se the guides on the wiki! )
Offline
Is there a page on the wiki for USB installations?
Offline
Probably a few, but what information are you looking for?
For normal installation information, I would recommend following the Beginners Guide, and Official Install Guide for a normal installation, and then just remember to do the things I mentioned to make sure it will boot correctly
Offline