1

I installed Ubuntu 16.04 alongside Windows 10. The installation got completed successfully and asked me to restart the pc. Upon restarting, I am being directed directly to Windows, and not getting the grub screen.

Here is what the boot priority of my device looks like. Even if I go to the BIOS menu and manually select Ubuntu, it still goes to Windows 10.

Based on this answer, I tried boot-repair and performed a Recommended Repair. Here is the pastebin for the same: http://paste.ubuntu.com/p/RhWftPQFcM/ . Unfortunately, the issue still persists.

Any help on this matter will be highly appreciated. Thank you!

Riya Jain
  • 11
  • 1

1 Answers1

0

You can try to set grub as the standard boot option from Windows:

  1. Open a CMD-prompt as Administrator
  2. type bcdedit /set {bootmgr} path \EFI\ubuntu\grubx64.efi and hit Enter
  3. reboot You should now get the Grub menu. To modify how grub behaves I would recommend using boot-repair and its advances options.