Introducing BootSelector, GUI utility to set grub default boot entry
Introducing BootSelector, GUI utility to set grub default boot entry
Set default entry in GRUB. Contribute to mfat/bootselector development by creating an account on GitHub.
BootSelector is a tiny GUI utility for setting any grub menu entry as default.
It also allows you to reboot into any OS/kernel in your grub menu.
The initial version has been tested on the latest Ubuntu 24.10 and should work on other Debian-based distributions as well.
An RPM for fedora will be released soon after more testing is done.
You're viewing a single thread.
With the Reboot Into Selected, will this modify the next boot only without changing the default?
2 0 ReplyYes, it only reboots into the selected entry ONCE without changing the default one.
3 1 Replydoes it use efibootmgr? if so,how is it handled on BIOS systems?
1 0 ReplyNo. It just reads and parses the contents of /boot/grub/grub.cfg and updates /etc/default/grub
2 1 Replybut then how does it override the default only once?
1 0 ReplyIt uses grub-reboot for that function.
2 1 Reply