Trying to install ubuntu on a laptop. The "bios/uefi" has no uefi boot options & the windows boot manager just kicks in. The only "option" is "boot from hard disk". So we tried to use efibootmgr
to put grub to boot first.
When we run an efibootmgr -o xxxx,xxxx,xxxx
command it seems like the order gets fixed but on reboot the windows boot manager still has control, then when we re-opened the live usb & checked the boot order it remains unaffected.
What are other ways to change the efi boot order? Maybe by mounting the efi partition (in mnt
) and doing what?