I'm trying to boot Ubuntu 13.04 and Windows 8 on my aspire S7. I have two SSDs and I installed Ubuntu first on one then Windows 8 on the other after a while.
I can boot into either OS by entering the BIOS settings and changing the boot drive but I would rather have GRUB do the boot selection.
I've tried running
sudo update-grub
but that doesn't find Windows at all.
If I run
$ sudo grub-install /dev/sdaBootCurrent: 0003
Timeout: 2 seconds
BootOrder: 0003,0002,0001
Boot0001* Windows Boot Manager
Boot0002* HDD0:
Boot0003* HDD0:
BootCurrent: 0003
Timeout: 2 seconds
BootOrder: 0000,0003,0002,0001
Boot0001* Windows Boot Manager
Boot0002* HDD0:
Boot0003* HDD0:
Boot0000* ubuntu
Installation finished. No error reported.
Which seems to pick up windows, but there is still no grub entry.
Any ideas how to get GRUB to give me the option when I boot?
http://msdn.microsoft.com/en-us/windows/hardware/gg463525.aspx – oldfred Aug 02 '13 at 17:15