5

I'm brand new to Ubuntu, but I managed to get 12.04 LTS up and running on my Dell Inspiron 15r. Afterwards, I wanted a snazzier boot screen, so I installed BURG and chose my themes and whatnot. Now I want to know if it's possible to have some music accompany BURG screen right after my laptop posts, like, an .mp3 file playing at the same time I'm choosing my operating system.

1 Answers1

1

The grub menu will be displayed only after the music stops playing.

This command can be used to set a tune (in this example Super Mario) as your music with the grub menu:

echo "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\"" | sudo tee -a /etc/default/grub > /dev/null && sudo update-grub.
Nemo
  • 9,610
Vahni
  • 201