Skip to content

Instantly share code, notes, and snippets.

@ArtBIT
Last active May 3, 2024 04:27
Show Gist options
  • Save ArtBIT/95b8533e3d633e9b2467095b97398723 to your computer and use it in GitHub Desktop.
Save ArtBIT/95b8533e3d633e9b2467095b97398723 to your computer and use it in GitHub Desktop.
GRUB INIT TUNE: Mario Coin

Super Mario Bros. Coin - Grub Init Tune

Do you want your computer to play a coin pickup audio sample from Super Mario Bros. every time it boots up? Of course you do! And if you are using a GRUB boot loader - you CAN!

Just add the following code to your /etc/default/grub config file:

GRUB_INIT_TUNE="600 988 1 1319 8"

And update your grub:

sudo update-grub

See more

@smonff
Copy link

smonff commented Feb 27, 2023

Thanks for the trick.

You have a typo a line 5, it should be /etc/default/grub.

@ArtBIT
Copy link
Author

ArtBIT commented Feb 27, 2023

Thanks for the trick.

You have a typo a line 5, it should be /etc/default/grub.

Heh, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment