I'm trying to install Ubuntu 14.04.3 alongside Windows 10, on a x64 UEFI HP laptop.
I burned the Ubuntu (64bit version) on the usb using UNetbootin, proceeded without problems with the installation of Ubuntu, and then rebooted the laptop. However, this resulted in the laptop just booting into windows with no grub appearing.
I consequently tried a variety of things. For example I followed the steps outlined in this guide:
- Disabled UEFI secure boot and Windows 10 fast boot option
- Reinstalled again Ubuntu 14.04 from the USB
- Ran boot-repair from the ubuntu live installation. Boot-repair completed without giving errors. It said to have successfully repaired the GRUB, and in case the GRUB still didn't show up to run the following command on a Windows 10 administrator terminal:
bcdedit /set {bootmgr} path \EFI\ubuntu\shimx64.efi
. - From Windows 10 I run the above command, which executed without errors. Rebooting the system however the GRUB still doesn't show up. I also tried the slightly different version of the same command given in the above linked page, but still no luck.
I'm not sure what else I can try to make it work, I've never had such problems in installing a linux distribution alongside Windows on other laptops. Any help is appreciated at this point.
Update
I did found a way to boot into Ubuntu through the GRUB. Holding down F11
during the booting process, Windows will boot into the blue "safe mode". In there if you select the "chose a booting device" option you will have the choice to boot from a series of devices, including GRUB and Ubuntu (which however both result in booting from the GRUB). Here is a photo of this menu (sorry for the non-english language, the title says "Use a device"):
While this method works, it is obviously a pain to have to do this procedure every time, but this proves that grub is installed correctly. "Only" the boot loader priority seems to be messed up. How can I force the boot loader to boot into GRUB instead of windows?
Additional information:
The laptop is an HP Notebook - 15-ac119nl (ENERGY STAR)
Here is the output of
bcdedit
on Windows 10: