0

I'm dual-booting with Windows 10, and it sets WBM("OS Boot Manager" in the menu.) above grub. I want to have it boot grub.

HP Sleekbook Pavillion.

EDIT: UEFI on both OSes.

1 Answers1

1

From Ubuntu run

efibootmgr -v

to see all the entries in the boot order. Then use efibootmgr with the -o switch to reorder them the way you want, with Ubuntu first. See more detail in the man page:

man efibootmgr
ubfan1
  • 17,838