I've got "Ubuntu 17.04" and "Windows 8.1" installed in Dual-Boot. But when I turn on the pc Windows starts by default, if I want Ubuntu I have to press "esc" then "f9" to enter the Boot Manger and then I select Ubuntu. I want the GRUB or Ubuntu to be run first by default, how do I do that?
This is my boot order:
efibootmgr
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0000,3000,0001,2001,2002,2003
Boot0000* Windows Boot Manager
Boot0001* ubuntu
Boot0004* Network Adapter (IPv4 Legacy)
Boot0005* Notebook Hard Drive
Boot2001* USB Drive (UEFI)
Boot2002* Internal CD/DVD ROM Drive (UEFI)
Boot3000* Internal Hard Disk or Solid State Disk
Boot3001* Internal Hard Disk or Solid State Disk
Boot3003* Internal Hard Disk or Solid State Disk
I chaeged it to:
sudo efibootmgr -o 0001,0000,3000,2001,2002,2003
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0001,0000,3000,2001,2002
Boot0000* Windows Boot Manager
Boot0001* ubuntu
Boot0004* Network Adapter (IPv4 Legacy)
Boot0005* Notebook Hard Drive
Boot2001* USB Drive (UEFI)
Boot2002* Internal CD/DVD ROM Drive (UEFI)
Boot3000* Internal Hard Disk or Solid State Disk
Boot3001* Internal Hard Disk or Solid State Disk
Boot3003* Internal Hard Disk or Solid State Disk
So I shutdown the pc, turn it back up and windows starts by default anyway.
I reboot, enter Ubuntu and take a look:
efibootmgr
BootCurrent: 0001
Timeout: 0 seconds
BootOrder: 0000,3000,0001,2001,2002,2003
Boot0000* Windows Boot Manager
Boot0001* ubuntu
Boot0004* Network Adapter (IPv4 Legacy)
Boot0005* Notebook Hard Drive
Boot2001* USB Drive (UEFI)
Boot2002* Internal CD/DVD ROM Drive (UEFI)
Boot3000* Internal Hard Disk or Solid State Disk
Boot3001* Internal Hard Disk or Solid State Disk
Boot3003* Internal Hard Disk or Solid State Disk
Nothing's changed...