I have HP Pavilion 15 Notebook PC preinstalled with Windows 8. I installed ubuntu 14.04 (dual boot) , followed by an upgrade to Ubuntu 15.04. I also upgraded to Windows 10. Recently, due to some reasons, Windows OS directly loads without showing me the Grub menu and letting me select the OS I want to load. I have to press Esc key followed by F9 to see the boot options and select the OS from there. Is there any solution to this problem, without reinstalling Ubuntu?
I want to select the OS I want to load directly from the Grub Menu which should show up on system startup.
None of the previous answers related to this question solved my problem.
Asked
Active
Viewed 3.3k times
7

Umang Goel
- 121
2 Answers
7
In your Windows OS, go to Change advanced startup options. Follow these steps:
- Click the Cortana icon and type advanced.
- Click on Advanced startup.
- Click on Restart now in the next menu.
- In the following menu click on Troubleshoot.
- Now click on advanced options.
- Select UEFI Firmware Settings by clicking on it.
- Now restart your computer.
- Your system will now boot into BIOS. Using the arrow keys go to the Boot section.
- Make sure that you have UEFI selected in Boot Mode.
- Scroll down to the EFI section below which is your boot order.
- Here set your Ubuntu OS at the top and your Windows boot manager below Ubuntu.
Note: If you are likely to use USB device to boot from then this is a good time to enable USB Boot. You would also want to set USB Boot at the top of your boot order followed by Ubuntu then Windows.
- Exit saving changes.
Try booting and you should now have a choice to what you want to boot.

Manish Kumar Bisht
- 461
- 8
- 23

Arturo Paz
- 153
-
what is the cortana icon? do you mean the start menu? – nmz787 Jan 19 '19 at 03:31
-
This worked for me. Thanks!!! – Amit Yadav Jul 21 '20 at 20:55
-
After booting into the UEFI settings, I don't see a "Boot" section. I do see "Boot Sequence" but Ubuntu isn't there. – nog642 Jan 21 '24 at 10:20
1
This is because you installed Windws 10 after installing Ubuntu. Windows boot overrided Grub. You can fix it by typing these commands in the terminal
sudo add-apt-repository ppa:yannubuntu/boot-repair
sudo apt-get update
sudo apt-get install -y boot-repair && boot-repair

Mohit Rajan
- 731
-
2
-
@LucasBustamante check if you can select or change order in the bios, this sometime happens due to windows update – Mohit Rajan Jun 08 '19 at 16:55
-
I see. Unfortunately they are both installed in the same physical HDD, only in different partitions. – Lucas Bustamante Jun 09 '19 at 21:07
-