I had ubuntu at first and installed windows to work on something, the installation is clean and I can boot both operating systems, the problem I have is that I want to see GRUB (I want ubuntu boot at startup) and not windows but It went vice versa after I installed windows. I can now choose ubuntu from my laptop's BIOS settings and the grub is fixed too by repairing in the live ubuntu environment.
But how can I choose to ubuntu boot first instead of windows?!
Asked
Active
Viewed 327 times
0

Sina
- 21
man efibootmgr
This shows both delete of old UEFI entries & the change order with efibootmgr -o command option. https://askubuntu.com/questions/485261/change-boot-order-using-efibootmgr Note that major updates to Windows may reset UEFI boot order to Windows, just like major updates to grub resets UEFI boot order to Ubuntu/grub. You should always be able to boot any installed system from UEFI boot menu. Grub only boots working Windows. – oldfred Oct 13 '21 at 17:27