My machine has two hard drives -- /dev/sda and /dev/sdb.
The first has Ubuntu installed. On the second, sdb, I want to install Gentoo.
I did all the installation steps, chrooted and compiled the kernel, and installed lilo.
In lilo's configuration I have the following string:
append="root=/dev/sdb3"
/dev/sdb1 mounted as /boot. Lilo gives me a warning:
Warning: /dev/sdb is not on the first disk
When I try to boot I get:
unable to sync kernel panic. (Failed to find sdb3 on unknown device).
Is it any way related to the lilo warning? How do I fix it?