I want to change the order of the boot entries, and therefore I'm thinking to use GRUB customizer. But here is the thing: If I change the order of the boot entries (not the default boot option), and then regenerate GRUB configuration (e.g. with sudo update-grub
), will it reset the changes (changing order of the boot entries) I made using GRUB customizer?
Also, is there any alternative way to change the order of the boot entries, without editing the /boot/grub/grub.cfg
file or setting a default boot option?
I'm using Ubuntu 23.04 and Windows 11 (dual boot).
grub.cfg
then definitely don't use grub-customizer. It was removed from Ubuntu repositories for good reason. GRUB is a low level utility that runs before any other parts of the operating system have even been loaded. Grub customizer excessively complicates an essential startup mechanic that isn't designed for the bells and whistles and eye candy it tries to implement. If you want to make customizations, learn to editgrub.cfg
and keep it simple – Nmath May 27 '23 at 09:22