TIL that you can have a "chiptunes" like music play when GRUB (bootloader) loads
I had to use the Arch Linux live boot usb today and I was pleasantly surprised to hear a short beepy music play when it got booted. It felt quite welcoming! In my particular case, it served quite...
I had to use the Arch Linux live boot usb today and I was pleasantly surprised to hear a short beepy music play when it got booted. It felt quite welcoming!
In my particular case, it served quite useful too as my laptop currently does not have an internal display, and nothing shows up on the external HDMI monitor until after the OS boots up, so it was quite reassuring as well.
I have now configured my GRUB to play a small sound as well (since I have multiple bootloaders installed).
How To
- You need to edit the config file
/etc/default/grub
. - If you simply un-comment the line starting with
GRUB_INIT_TUNE
, it will enable the default tune which is a single and very short "beep" sound. - Or, you can edit that line to have it how you want. Some suggestions: https://jdnash.com/api-makers/grub_init_tune-necropolis/
- Then update the grub config (requires root):
grub-mkconfig -o /boot/grub/grub.cfg
And you're done.
Relevant Arch Wiki: https://wiki.archlinux.org/title/GRUB/Tips_and_tricks#Play_a_tune