On Wednesday 06 Feb 2008 17:47:54 Easwar Hariharan wrote:
On Feb 5, 2008 10:13 PM, Mrugesh Karnik mrugeshkarnik@gmail.com wrote:
On Sunday 03 Feb 2008 18:55:09 Easwar Hariharan wrote:
kernel /boot/kernel-genkernel-x86-2.6.19-gentoo-r5 root=/dev/hda9
2.6.19 introduced libata in the kernel. All hda's are detected as sda if libata drivers are used. Boot into Ubuntu. Mount the Gentoo partition and paste the device.map file in Gentoo's /boot/grub/
There's no /boot/grub since I did NOT install Gentoo's grub.There's only a /boot with the following:
OK, first, fdisk /dev/hda in Ubuntu and make sure it doesn't complain about partition numbers not being in order. If they are, switch to expert mode with `x', fix the order with `f', come back to the normal mode with `r' and then save and quite with `w'.
If the above is not the issue, try using sda9 as root instead of hda9 in the kernel line.
Ideally, figure out where genkernel stores its kernel config and do a grep -i ata on it and send us the output.