[How to] change grub menu entries order

Normally, in GRUb the entry order is: Manjaro / advanced settings / firmware / Windows.

How to change to:
Manjaro
Advanced Settings
Windows
Firmware.

Solution:
Really simple…
Go to /etc/grub.d/
find: 30_uefi-firmware
rename this to 45_uefi-firmware
==> sudo update-grub ==> reboot ==> voila!
Or read /etc/grub.d/README :innocent:
(Windows is not started VIA os-prober rather by an entry called: 42_custom)

1 Like

Windows (or any OS) is never started by os-prober; however, an OS it can be detected by os-prober if the boot files exist; and then Grub2 takes over. :slight_smile:

1 Like

Hello my cherry picker, you are right as often!