You are not logged in.
Pages: 1
Hello
I just bought today an usb pen to install arch on my netbook with, the pen was delivered with a fat16 filesystem.
First I downloaded the ftp install image for usb pens, then I dd'ed it to the pen:
[root@Magda DATA]# dd if=archlinux-2008.06-ftp-i686.img of=/dev/sdc1
299620+0 records in
299620+0 records out
153405440 bytes (153 MB) copied, 36.5289 s, 4.2 MB/s
When I booted it on the my netbook, all that appeared was:
GRUB
And nothing happend, then I tried again, i dd'ed the a new image to my usb pen, sticks it into my netbook and boot, but now it just skips and boot the installed linux system.
Anyone who can help me?
Use the Source, Luke!
Offline
of=/dev/sdc
Last edited by tardo (2008-08-25 14:42:12)
Offline
The mistake is /dev/sdc1, which will leave to my knowledge some space untouched and hence grub won't work. Try istead: /dev/sdc (if that device label is consistent of course when you plug in the USB stick next time).
Hope this helps.
Offline
Ah, thank you.
Use the Source, Luke!
Offline
Pages: 1