Results 1 to 4 of 4

Thread: Default GRUB splash screen Ubuntu 12.04

  1. #1
    Join Date
    Jun 2011
    Beans
    16

    Default GRUB splash screen Ubuntu 12.04

    I tried the XFCE4 desktop manager for some reasons and decided to stick with Unity. The thing is, when I installed XFCE4 it changed the GRUB menu background from the plain purple splash screen into some spacey pic. I'd like to get the default plain purple GRUB menu. How can I do that?

  2. #2
    Join Date
    Feb 2009
    Location
    Hull, England
    Beans
    Hidden!
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Default GRUB splash screen Ubuntu 12.04

    You need to edit the /etc/default/grub file.
    Code:
    sudo gedit /etc/default/grub
    And edit the line that begins:
    GRUB_BACKGROUND=/
    Point it to the path of the background you want.
    Then run update-grub & reboot.

  3. #3
    Join Date
    Jun 2010
    Location
    Mombasa Kenya
    Beans
    21
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: Default GRUB splash screen Ubuntu 12.04

    You can also try Grub Customizer which has a simple GUI for that. More info can be found here http://www.webupd8.org/2012/09/grub-...-released.html and here for how it works http://ubuntuforums.org/showthread.php?p=10340183. Hope this will help, the first suggestion though by @cottfcfan is better if you are comfortable with the Command Line Interface and editing configuration files.

  4. #4
    Join Date
    Dec 2007
    Location
    howard, wi
    Beans
    2,460
    Distro
    Ubuntu 20.04 Focal Fossa

    Lightbulb Re: Default GRUB splash screen Ubuntu 12.04

    or you might have to add the line as cott mentioned

    also add "" here is an example form my grub

    GRUB_BACKGROUND="/home/ray/121143.jpg"

    also i put the .jpg i want to use in my home folder first.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •