Site Tools


Hotfix release available: 2024-02-06b "Kaos". upgrade now! [55.2] (what's this?)
grub

Tips for GRUB

Play a tune!

Modify the following variable in /etc/default/grub:
GRUB_INIT_TUNE=“tempo [note_pitch note_duration] [second_note_pitch second_note_duration] …”
Then
# grub-mkconfig -o /boot/grub/grub.cfg

Tunes can be tested here


Running mutliple Kernels

In /etc/default/grub:
GRUB_DISABLE_SUBMENU=y # show all entries in one menu, instead of submenus
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true # remember last used entry as default

Then
# grub-mkconfig -o /boot/grub/grub.cfg

grub.txt · Last modified: 2024/04/02 23:59 by 84.115.231.53