I've recently installed Ubuntu onto my laptop.
With the intention of dual booting with Windows 7.
On installation Grub wasn't loading, the computer continued to boot straight into windows.
I loaded a live cd, mounted the installed Ubuntu partition (sda6) as /mnt/ and windows boot partition as /mnt/boot
Following the second option here.
Through its entirety, so creating a new grub.cfg file.
chroot /mnt update-grub
Did not find Ubuntu, just Windows 7 and the Windows recovery partition. Thinking this might be a weird quirk that as I was in Ubuntu (all be it a Live CD) it might not list Ubuntu I restarted. Grub loaded but Ubuntu was nowhere to be seen.
How can I add Ubuntu with Grub2? I could have fixed this myself in old grub but I'm pretty much in the dark here.
Thanks