Windows 10 dual boot is causing issues. Windows will forcibly update the boot options to make itself the first boot option AND will delete the entry for grub. I have fixed this in the passed by duplicating the Boot entry for grub in the terminal (after which Windows ignores it but still makes itself king). I have tried looking but cannot find this command anywhere. Does anyone know what the terminal command is to update UEFI boot entries?
Thanks, Noki
man efibootmgr
and you can just change boot order with most systems, some only let you change order from within UEFI settings. http://askubuntu.com/questions/485261/change-boot-order-using-efibootmgr and more efibootmgr examples: https://askubuntu.com/questions/486752/dual-boot-win-8-ubuntu-loads-only-win/486789#486789 – oldfred Sep 18 '20 at 14:48