I am dual booting my pc, but I want window as default boot option

Hi, am new here.
I just want to ask how can I make my PC boot up window instead of manjaro.
So far I have tried.
Changing boot option in bios but can’t find window boot manager
efibootmgr -o which reset back to manjaro on reboot.
grub-customizer which is unavailable in repo, apparently due to conflict with other grub.

https://wiki.archlinux.org/title/GRUB/Tips_and_tricks#Changing_the_default_menu_entry

Please see section 8.3

List efi entries with:

efibootmgr -v

The line with BootOrder shows your current boot-order.
Then you can define your custom boot order with

sudo efibootmgr -o AAAA, BBBB, CCCC

where AAAA, BBBB, CCCC are the entries you want (for example 0001, 0002 etc.)
BTW,

Why is that? :thinking:

Did you dual boot using Legacy or UEFI ?

Anyways install EasyBCD on your Windows and set Windows as the Default booting OS.

Thats the simplest method I can think of.

It’s pretty janky as it always boot up manjaro first then snap to windows. But it worked.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.