You are not logged in.
Pages: 1
well the dont panic installation all went well...i didnt installed a new version os arch linux over a year now..so i did a fresh install...used the latest iso...installed on of my custom kernel..and puff:
Loading root filesystem module...
Attempting to create root device name for '/dev/sda6'
unknown
ERROR: root fs cannot be detected. Try using the rootfstype=kernel parameter
Waiting for device to settle...done
Root device '/dev/sda6' doesn`t exist, attempting to create it
ERROR: Failed to parse block device name for '/dev/sda6'
ERROR: Unable to create/detect root device '/dev/sda6'
Dropping to a recovery shell
NOTE: klibc contains no 'ls' binary
.
.
.
ramfs$
tryed all the possible known kernel all do the same..even ck...unless ARCH kernel
how the hell this is happening?
Its a sick world we live in....
Offline
Did you add the "rootfstype=" kernel parameter as the error suggests?
Offline
Post your grub config.
Offline
i used mkinitcpio -p to rebuild it...its fine now..thanks anyway for the help
Its a sick world we live in....
Offline
damn, i get exactly the same error with 2.6.23-ARCH. kernel26kamikaze used to work fine, but -ARCH wont boot, printing the above error. I tried: appending rootfstype=ext3, changing sda6 to hda6, booting with /dev/disk/by-uui/, removing pata out of my mkinitcpio, but nothing worked, now i am stuck, currently using kamikaze again.
Any hints?
edit: menu.lst
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,1)
kernel /vmlinuz26 root=/dev/sda6 ro
initrd /kernel26.img
Last edited by IsSuE (2007-11-27 12:24:21)
Offline
Just a thought perhaps your harddrives get recognised in a different order. Try root (hd0,0)
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
root(hd0,0) wont work too. Funny thing is, it works with 2.6.23-kamikaze, but wont work with 2.6.23-ARCH and kernel26zen-git.
Any hints?
Offline
How about trying persistent device naming? I use disk-by-label as I have a removeable ide drive in my sata system and it used to mess up my settings when removed.
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
already tried disk by uuid, but no go
Offline
bump, no one can help?
Offline
IsSuE, does the arch fallback kernel boot?
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
negativ. Yesterday i compiled kernel26zen-git which wont boot too. But 2.6.23-kamikaze works, as i am currentyl working with it
Offline
Try building the vanilla kernel from AUR and see if it boots. If that boots fine than you would have to isolate which patch is causing the kernel to fail to boot.
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
Check out our overlord's solution in this thread
---for there is nothing either good or bad, but only thinking makes it so....
Hamlet, W Shakespeare
Offline
mhh my /dev/sda6 does not get created after the error message, i checked multiple times
Offline
Pages: 1