Skip to content

Instantly share code, notes, and snippets.

@ArtBIT
Last active October 5, 2025 06:37
Show Gist options
  • Save ArtBIT/cfb030c0791b42330381acce33f82ca0 to your computer and use it in GitHub Desktop.
Save ArtBIT/cfb030c0791b42330381acce33f82ca0 to your computer and use it in GitHub Desktop.
A collection of GRUB init tunes

Super Mario

GRUB_INIT_TUNE="1000 334 1 334 1 0 1 334 1 0 1 261 1 334 1 0 1 392 2 0 4 196 2"

Demo

Super Mario - Coin

GRUB_INIT_TUNE="600 988 1 1319 8"

Demo

Super Mario - Mushroom

GRUB_INIT_TUNE="1750 523 1 392 1 523 1 659 1 784 1 1047 1 784 1 415 1 523 1 622 1 831 1 622 1 831 1 1046 1 1244 1 1661 1 1244 1 466 1 587 1 698 1 932 1 1195 1 1397 1 1865 1 1397 1"

Demo

Close Encounters

GRUB_INIT_TUNE="220 900 2 1000 2 800 2 400 2 600 3"

Demo

Für Elise

GRUB_INIT_TUNE="480 420 1 400 1 420 1 400 1 420 1 315 1 370 1 335 1 282 3 180 1 215 1 282 1 315 3 213 1 262 1 315 1 335 3 213 1 420 1 400 1 420 1 400 1 420 1 315 1 370 1 335 1 282 3 180 1 215 1 282 1 315 3 213 1 330 1 315 1 282 3"

Demo

Star Wars: Imperial March

GRUB_INIT_TUNE="480 440 4 440 4 440 4 349 3 523 1 440 4 349 3 523 1 440 8 659 4 659 4 659 4 698 3 523 1 415 4 349 3 523 1 440 8"

Demo

Wolfenstein 3D

GRUB_INIT_TUNE="300 131 1 196 1 196 1 196 1 294 1 196 1 294 1 196 1 131 1"

Demo

Mall (Nothing Special)

GRUB_INIT_TUNE="180 440 1 554 1 659 1"

Demo

My Little Pony

GRUB_INIT_TUNE="2400 587 18 554 4 587 8 659 12 587 16 0 10 587 4 659 4 740 8 587 4 784 12 740 8 659 8 587 4 740 20 587 40"

Demo

@janosmolnar
Copy link

hmm not sure how the 360 works with the 1 my brain no understand :D

Based on the previous tune, I've done some variations that are shorter:

The beginning of the Duke Nukem 3D theme, lasting 5.3 seconds (essentially, the first half of the previous comment).

360 47 1 55 1 0 1 62 1 0 1 0 1 47 1 62 1 0 1 70 1 0 1 0 1 47 1 70 1 0 1 74 1 0 1 47 1 0 1 70 2 62 1 55 1 47 1 42 1 44 1 47 1 50 2 62 1 55 1 47 1

The first two parts of the Duke Nukem 3D theme, 12 notes, 2 seconds:

360 47 1 55 1 0 1 62 1 0 1 0 1 47 1 62 1 0 1 70 1 0 1 0 1

Only the first part of the Duke Nukem 3D theme, 6 notes, 1 second:

360 47 1 55 1 0 1 62 1 0 1 0 1

Shameless plug: I've curated some short tunes in a comment in the middle of this Gist. Why short tunes? Because playing these pc-speaker tunes blocks the boot process, and I don't want a computer taking considerably longer booting for this reason.

hmm not sure how the 360 works with the 1 my brain no understand :D but thanks for simplifying it. . Wish i could get the tune to play over the grub selection menu instead of before it.

@demperor-music
Copy link

Spooky scary skeletons:
115200 392 432 0 144 392 432 0 144 370 432 0 144 370 432 0 144 247 432 0 144 294 240 0 144 247 624 0 144 247 432 0 144 392 240 0 144 392 624 0 144 370 432 0 144 370 432 0 144 247 432 0 1296 247 240 0 336 392 432 0 144 392 432 0 144 370 432 0 144 370 432 0 144 247 432 0 144 294 432 0 144 247 912 0 240 294 432 0 144 330 432 0 144 277 432 0 144 294 432 0 144 247 432

@unique-EJ
Copy link

unique-EJ commented Oct 4, 2025

Spooky scary skeletons: 115200 392 432 0 144 392 432 0 144 370 432 0 144 370 432 0 144 247 432 0 144 294 240 0 144 247 624 0 144 247 432 0 144 392 240 0 144 392 624 0 144 370 432 0 144 370 432 0 144 247 432 0 1296 247 240 0 336 392 432 0 144 392 432 0 144 370 432 0 144 370 432 0 144 247 432 0 144 294 432 0 144 247 912 0 240 294 432 0 144 330 432 0 144 277 432 0 144 294 432 0 144 247 432

Nice, thank you! @demperor-music 👍

@denilsonsa
Copy link

hmm not sure how the 360 works with the 1 my brain no understand :D but thanks for simplifying it.

As per the description in that page:

tempo
The base time for all note durations, as beats per minute. 60 means 1 second notes. 120 means 0.5s notes, etc.

duration
Indicates its duration measured in bars. With a tempo of 60, 1 means a one second note, 2 means a two seconds note.

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