How do I enable the GRUB splash screen in Xubuntu 12.10?

12,782

First of all, the GRUB splash displays behind the text of the kernel and OS selection screen that you get to by holding Shift during boot. It does not show up by default (unless you are dual booting, although I do not own a copy of windows to my name and am not sure of this) and I don't think it works as a traditional splash (like Plymouth; please someone more knowledgeable correct me here if I am wrong).

The splash in the command line determines (on Ubuntu) if plymouth is run at all. Removing it (I often do as my graphics driver does not work well with it anyway) just shuts off the blue xubuntu screen assuming it's showing at all.

To make the GRUB menu (and your picture in the background) show up you need to edit the file /etc/default/grub and change the line that says GRUB_HIDDEN_TIMEOUT=0 to the number of seconds you want the menu to display for.

So GRUB_HIDDEN_TIMEOUT=5 for five seconds. Run sudo update-grub and then reboot.

Reference: Grub 2 Basics.

Share:
12,782

Related videos on Youtube

user132060
Author by

user132060

Updated on September 18, 2022

Comments

  • user132060
    user132060 almost 2 years

    I have Xubuntu 12.10 running fine on a Thinkpad T60. Grub2 is installed as the boot manager and the GRUB....LINUX_DEFAULT is set as "quiet splash". Therefore, Grub should display its splash image until plymouth takes over, as I understand it. Unfortunately, it does not. If I hold down shift to get into the boot menu, my splash image shows up, but the screen remains black. I realise it's a minor cosmetic issue, but I have found no way to fix it.

    • jalkoby
      jalkoby over 11 years
      I've never seen the grub splash before with 'quiet splash' set. Only plymouth.
    • user132060
      user132060 over 11 years
      That is what all the pages one can google suggest. Do you mean that the transition to plymouth takes place so early that one never sees the grub splash? In that case I would wonder why the (configured) xfce-mouse splash screen for plymouth only shows up a split second before the login window comes up. All the initramfs parameters are set up according to what I could find, so there should be no wait period between the two - yet there is.
    • user132060
      user132060 over 11 years
      Further information: grub should display the splash - it does not. Plymouth should then take over and display the xubuntu logo - it does not. Finally, X11 takes over and it works. Let's leave grub aside for a moment. I reinstalled plymouth with synaptic and it's still not showing. I did update-alternatives and, having only the xubuntu-logo theme, of course there was nothing to update... any ideas? It seems to be a fairly common problem - there are other questions with the same symptoms, but a dearth of answers.
    • user132060
      user132060 over 11 years
      ...as expected. A further day of googling and experimenting effectively yielded nothing, which leads me to believe that either nobody cares or nobody knows how to fix it. @MarkPaskal any insight?
    • jalkoby
      jalkoby over 11 years
      AH. After re-reading this again and again I get it. The GRUB splash is the image shown at the kernel / OS selection dialogue. Since GRUB is set not to show up at all in Ubuntu and just boot the newest kernel you need to edit /etc/default/grub. I will add an answer.
    • amanthethy
      amanthethy almost 10 years
      The splash setting tells the kernel to show the Plymouth bootsplash. Its got nothing to do with grub's backdrop.
  • Alexey Ce
    Alexey Ce about 11 years
    no update-grub?