Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 766 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 766 Bytes

BootSelector

image

This is a simple graphical utility to set default entry in GRUB. It has only 2 functions:

  1. Set default operating system/kernel (makes necessary changes to /etc/default/grub)
  2. Reboot into any installed OS/kernel/UEFI firmware settings directly

This has been tested on Ubuntu 24.10. Use at your own risk.

Note for Arch linux users

First install update-grub from AUR: https://aur.archlinux.org/packages/update-grub

Then create a symlink:

sudo ln -s /usr/bin/update-grub /usr/sbin/update-grub

Note for Fedora/RHEL users

I'm planning to release a separate version for rpm-based systems. however you're welcome to test this and share feedback