I am running Ubuntu Minimal 13.10 on /dev/sda1 I have just installed gentoo on /dev/sdb (using this guide: https://wiki.gentoo.org/wiki/User:666threesixes666#Install )
My Gentoo partition layout is: / = /dev/sda3 /boot = /dev/sda1 swap = /dev/sda2
In my ubuntu system, I run os-prober, and then run the following:
update-grub
update-grub2
The output is:
root: / $ update-grub
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.12.4-custom
Found initrd image: /boot/initrd.img-3.12.4-custom
Found linux image: /boot/vmlinuz-3.11.0-15-lowlatency
Found initrd image: /boot/initrd.img-3.11.0-15-lowlatency
Found linux image: /boot/vmlinuz-3.11.0-15-generic
Found initrd image: /boot/initrd.img-3.11.0-15-generic
Found linux image: /boot/vmlinuz-3.11.0-14-lowlatency
Found initrd image: /boot/initrd.img-3.11.0-14-lowlatency
Found memtest86+ image: /boot/memtest86+.bin
Found Gentoo Base System release 2.2 on /dev/sdb3
done
root: / $update-grub2
Generating grub.cfg ...
Found linux image: /boot/vmlinuz-3.12.4-custom
Found initrd image: /boot/initrd.img-3.12.4-custom
Found linux image: /boot/vmlinuz-3.11.0-15-lowlatency
Found initrd image: /boot/initrd.img-3.11.0-15-lowlatency
Found linux image: /boot/vmlinuz-3.11.0-15-generic
Found initrd image: /boot/initrd.img-3.11.0-15-generic
Found linux image: /boot/vmlinuz-3.11.0-14-lowlatency
Found initrd image: /boot/initrd.img-3.11.0-14-lowlatency
Found memtest86+ image: /boot/memtest86+.bin
Found Gentoo Base System release 2.2 on /dev/sdb3
done
As you can see, Grub detects "Gentoo Base System release 2.2 on /dev/sdb3"
However, when I boot, Grub does not show a menu entry for Gentoo. I also tries booting directly to the Gentoo HDD from BIOS, but absolutely nothing happened.
What do I do???