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
Thanks for the trick.
You have a typo a line 5, it should be
/etc/default/grub
.