I just installed arch linux 2007.05 on a empty 40gig hard drive. I let the install auto-partition my hard drive and made my root
(or did it say boot) partition 320mb, my swap partition 2500mb and my home partition 7500mb.
Everything worked fine, after a few tries and failed installs, and i installed the bootloader grub
but i didn't edit anything with nano - i just left it how it was and set a root password.
Then i rebooted my computer, when it told me to, and selected
arch linux from my grub menu......and then this came up:
Quote:
:: Running Hook [keymap]
:: Loading Keymap...Cannot find default font
done.
:: Running Hook [filesystems]
:: Loading root filesystem module...
Attempting to create root device '/dev/sda3'
ERROR: Failed to parse block device name for '/dev/sda3'
unknown
ERROR: root fs cannot be detected. Try using the rootfstype= kernel parameter.
Waiting for devices to settle...done.
Root device '/dev/sda3' doesn't exist, attempting to create it
ERROR: Failed to parse block device name for '/dev/sda3'
ERROR: Unable to create/detect root device '/dev/sda3'
Dropping to a recovery shell... type 'exit' to reboot
NOTE: klibc contains no 'ls' binary, use 'echo *' instead
If the device '/dev/sda3' gets creaed while you are here,
try adding 'rootdelay=8' or higher to the dernel command-line
ramfs$
|
And this is what my grub entry looks like when i click "e" at the grub menu:
Quote:
root (hd0,0)
kernel /vmlinuz26 root=/dev/sda3 ro
initrd /kernel26.img
|
I've tried the "rootdelay=8" but it didn't work, tonight i might plug the hard drive in a different computer and see what else i can find out.
Any help?
Whats going on and why?
How can i fix it?
Thanks