What alternatives are available to replace the purple boot splash screen?

Ubuntu Sunrise (plymouth)

I use an old favorite "Ubuntu Sunrise" in 12.04 (In fact I have been using it since 10.04 LTS). It's easy to install (instructions below) and it has never caused me any issues. However you should note that changing your Plymouth may cause resolution issues depending on your own resolution.

Ubuntu Sunrise

INSTALLATION INSTRUCTIONS

Step 1:

Download the Plymouth Sunrise deb file from here.

Step 2:

Open the Terminal (Ctrl-Alt-T) and type

gksudo nautilus

Step 3

  • Copy ubuntu-sunrise folder to /lib/plymouth/themes
  • Copy the file splash into /etc/initramfs-tools/conf.d (Optional, for better buffer)

Step 4:

Type in the terminal

sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/ubuntu-sunrise/ubuntu-sunrise.plymouth 200
sudo update-alternatives --config default.plymouth

Step 5:

Choose the number associated with ubuntu-sunrise in the options that pop up.

Step 6

Type in the terminal

sudo update-initramfs -u

Then

sudo reboot

That's it.

Note: Some people have issues installing other Plymouth themes (I've never had any) and I would strongly advise you to take a look at these issues here at Ask Ubuntu to familiarise yourself.


Changing the boot-splash colour from Purple to Black (but maintain the Ubuntu logo)

If you don't like the purple screen when you first turn on the computer and want to change it to black.

Here are the instructions to accomplish this.

  1. Open the file /lib/plymouth/themes/ubuntu-logo/ubuntu-logo.script with a text editor
  2. Find the two lines quoted below in the script
  3. Change all the values in the brackets to “0” then save the file

    Window.SetBackgroundTopColor (0.0, 0.00, 0.0); # Nice colour on top of the screen fading to 
    Window.SetBackgroundBottomColor (0.0, 0.00, 0.0); # an equally nice colour on the bottom
    
  4. Run the following command in the terminal

    sudo update-initramfs -u
    

The colour of the boot splash background will now be black instead of purple when you reboot.


Up-Ubuntu Theme (Plymouth)

Up Ubuntu is another alternative to replace the default Purple boot splash screen

It can been downloaded from devianART (Instructions below)

enter image description here


Installation Instructions

Step 1

Download the Up-Ubuntu Plymouth theme from DevianArt by clicking here (These instructions assume you use you default Download folder in ~/Home)

Note: Make sure the tar.gz file is extracted from the Zip file in downloads

Step 2

Open your terminal ((Ctrl-Alt-T)) and navigate to the Plymouth Theme folder using the following code

cd /lib/plymouth/themes/

Step 3

Copy the file to the plymouth theme folder using the following command

sudo cp -r /home/***/Downloads/U-p/ ./

(note : *** = is a your user directory, so change it as your name)

Step 4

Type in the following code

sudo update-alternatives --install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/U-p/U-p.plymouth 100

Then

sudo update-alternatives --config default.plymouth

Step 5

Chose U-p or the corresponding number from the list presented

Step 6

To complete the installation type

sudo update-initramfs -u

Reboot your PC sudo reboot and your done

Tags:

Plymouth