lilo /dev/sda3 not a valid boot dev
Hi,
I am trying to install Gentoo on my PC. And after following all of the steps.. (i used genkernel) it created my kernel-genkernel system.map and initramfs file.
Now when i boot using LILO, i get:
block device /dev/sda3 is not a valid root device.
The root block device is unspecified or not detected.
My lilo config:
boot=/dev/hda # Install LILO in the MBR
prompt # Give the user the chance to select another section
timeout=50 # Wait 5 (five) seconds before booting the default section
default=gentoo # When the timeout has passed, boot the "gentoo" section
# For genkernel users
image=/boot/kernel-genkernel-x86-2.6.17-gentoo-r5
label=gentoo
read-only
root=/dev/ram0
append="init=/linuxrc ramdisk=8192 real_root=/dev/hda3 udev"
initrd=/boot/initramfs-genkernel-x86-2.6.17-gentoo-r5
anyone know what's wrong?
thanks.
|