I recently installed windows 10 and then installed ubuntu 14.04. But there is no grub option upon restart and so the system reboots to windows automatically.I checked the Boot Option and it just shows OS Boot Manager
and does not show ubuntu
. Is there some way I can fix this?

- 151
-
Did you install Ubuntu in UEFI boot mode? May be best to see details: Post the link to the Create BootInfo summary report. Is part of Boot-Repair: https://help.ubuntu.com/community/Boot-Info – oldfred Nov 01 '15 at 21:46
-
@oldfred http://paste.ubuntu.com/13076100/ – Joker Nov 01 '15 at 22:01
2 Answers
I suspect that you still have SecureBoot on, and this causes Windows 10 to boot up regardless of the OS installed. You'll need to disable it within your BIOS, and swap the bootloader. In Windows 10, hold the SHIFT key while tapping or clicking on Restart, available from any Power icon.
Select Troubleshoot and UEFI Firmware Settings.
Navigate your way to "Boot" (since BIOS is different for each computer). Swap the "Windows-Boot(anything related to Windows) with the Ubuntu one(can't remember the name. So your boot should look something like this.
1. Ubuntu (something with Ubuntu)
2. Windows Boot Loader

- 1,003
It seemed that you have the windows bootloader if this is so add your ubuntu using easy BCD (https://neosmart.net/EasyBCD/)
Else use you live cd and try boot repair for reinstalling GRUB
-
Grub is already installed. I checked it again using boot repair. It is just not showing upon restart. – Joker Nov 01 '15 at 22:00