On Thu, Sep 10, 2009 at 04:26:29PM +0700, maikhai wrote:
Hi ALL!
I downloaded crux-2.6.iso, burned it and install on /dev/sda3 (primary
partition, 15GB).
After install cuccessfully, I edited /etc/fstab:
edited /boot.grub/menu.lst:
title Slackware-13, kernel 2.6.29.6 (on /dev/sda2)
root (hd0,1)
kernel /boot/vmlinuz-huge-2.6.29.6 root=/dev/sda2 ro
boot
*title Crux, kernel 2.6.30.5 (on /dev/sda3)
root (hd0,2)
kernel (hd0,2)/boot/vmlinuz root=/dev/sda3*
title Debian GNU/Linux, kernel 2.6.26-2-amd64 (on /dev/sda9)
root (hd0,8)
kernel /boot/vmlinuz-2.6.26-2-amd64 root=/dev/sda9 ro quiet
initrd /boot/initrd.img-2.6.26-2-amd64
Reboot laptop (HP dv5t 4GB RAM) :
*VFS: Cannot open root device "sda3" or unknown-block (0,0)
Please append a correct "root=" boot option; here are the available
partitions:
kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block
(0,0)
Pid :1, comm: Swapper Not tainted 2.6.30.5 #1*
Try change "root=/dev/sda3" with "rootnoverify=/dev/sda3" but it boot just
failed.
Any idea to fix this? Thanks a lot !
Sounds like a typical misconfigured kernel to me. Make sure you have the
right ide/sata drivers and filesystem built into the kernel (not as
modules). Also, you could try to boot from one of the other kernels in
your grub-setup and point the root to the crux-install.
...one of the kernels should be greater than 2.6.27 in you want to
point the root to the crux-install