Tuesday, May 22, 2018

Dual Boot Windows 8 and Ubuntu 13.04 on two drives



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?



Grub2's os-prober does not work with UEFI. Bug report shows they just released a fix, but I do not think it is in any current version.
grub2's os-prober creates wrong style (BIOS) chain boot entry



https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383



When you installed Ubuntu did you install in UEFI mode?
And when you installed Windows did you install in UEFI mode?
And do both gpt partitioned drives have an efi partition?




May have to manually edit UUID of efi partition, but Boot-Repair updated for two drive installs. You may need to chain load to the other efi partition not the usual entry to the same efi partition.



Post the link to the BootInfo report that this creates. Is part of Boot-Repair:



https://help.ubuntu.com/community/Boot-Info



Boot Repair -Also handles LVM, GPT, separate /boot and UEFI dual boot.:



https://help.ubuntu.com/community/Boot-Repair




You can repair many boot issues with this or 'Create BootInfo' report (Other Options) & post the link it creates, so we can see your exact configuration and diagnose advanced problems.


No comments:

Post a Comment

11.10 - Can't boot from USB after installing Ubuntu

I bought a Samsung series 5 notebook and a very strange thing happened: I installed Ubuntu 11.10 from a usb pen drive but when I restarted (...