Code: Select all
sudo update-grub
1. Open a terminal and run:
Code: Select all
sudo nano /etc/default/grub
3. Locate the following line(s):
Code: Select all
# Uncomment to get a beep at grub start
GRUB_INIT_TUNE
Code: Select all
# Uncomment to get a beep at grub start
#GRUB_INIT_TUNE
5. Add the following single lines below "#GRUB_INIT_TUNE" (or below "# Uncomment to get a beep at grub start"):
Code: Select all
# PAC-MAN Tune...
GRUB_INIT_TUNE="2000 494 3 0 2 988 3 740 3 0 2 588 3 988 3 740 3 0 2 588 3 0 2 123 3 523 3 0 2 1047 3 784 3 0 2 659 3 1047 3 784 3 0 2 659 3 0 2 131 3 494 3 0 2 988 3 740 3 0 2 588 3 988 3 740 3 0 2 588 3 0 2 123 2 588 2 659 2 698 2 698 2 740 2 784 2 784 2 831 2 880 2 988 2"
6. Press <Ctrl+o>, then <Enter> to save (/etc/default/grub). Press <Ctrl+x> to exit nano.
7. Commit the changes to grub.cfg by running:
Code: Select all
sudo update-grub
8. (if required) Enter your sudo password and press <Enter>.
9. Wait for the update-grub to complete.
10. Exit terminal.
To test, you will need to restart your PC.
BONUS:
Code: Select all
# Close Encounters Tune...
GRUB_INIT_TUNE="720 900 2 1000 2 800 2 400 2 600 3"