Install Ubuntu 10.04 and 10.10 Plymouth Splash

sumber: http://n00bsonubuntu.com/content/install-ubuntu-1004-and-1010-plymouth-splash

Here is a guide to install the Ubuntu 10.04 or 10.10 Plymouth themes. These Plymouth themes are made by ~Internauta2000. These Plymouth themes have an english and spanish version

First download the Plymouth themes pack here. When dowloaded open the Ubuntu_10_10_Plymouth_Splash_by_Internauta2000.zip fille and select the INT2MIL-Ubuntu-10.04-Eng.zip file and drop it on your Desktop.Now open and extract the INT2MIL-Ubuntu-10.04-Eng.zip contents onto your Desktop. To install the Ubuntu 10.04 english Plymouth theme open a Terminal window (Applications -> Accessories -> Terminal) and copy+paste the following lines:

cd Desktop

sudo cp -R INT2MIL-Ubuntu-10.04-Eng/ /lib/plymouth/themes/

sudo update-alternatives –install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/INT2MIL-Ubuntu-10.04-Eng/INT2MIL-Ubuntu-10.04-Eng.plymouth 100

sudo update-alternatives –config default.plymouth

A menu will apear. Type the number that corresponds to INT2MIL-Ubuntu-10.04-Eng in the list and press Return. In your Terminal window Copy+paste the following line:

sudo update-initramfs -u

To see a preview of the theme copy+paste the following lines in your Terminal window:

sudo plymouthd

sudo plymouth –show-splash

To quit the preview copy+paste the following line:

sudo plymouth quit

Note: The preview window doesn’t show the plymouth theme full size so it’s a bit out of proportions.

video plymouth

If you want to install the 10.10 Plymouth, open the Ubuntu_10_10_Plymouth_Splash_by_Internauta2000.zip fille and select the INT2MIL-Ubuntu-10.10-Eng.zip file and drop it on your Desktop.Now open and extract the INT2MIL-Ubuntu-10.10-Eng.zip contents onto your Desktop. To install the Ubuntu 10.10 english Plymouth theme open a Terminal window (Applications -> Accessories -> Terminal) and copy+paste the following lines:

cd Desktop

sudo cp -R INT2MIL-Ubuntu-10.10-Eng/ /lib/plymouth/themes/

sudo update-alternatives –install /lib/plymouth/themes/default.plymouth default.plymouth /lib/plymouth/themes/INT2MIL-Ubuntu-10.10-Eng/INT2MIL-Ubuntu-10.10-Eng.plymouth 100

sudo update-alternatives –config default.plymouth

A menu will apear. Type the number that corresponds to INT2MIL-Ubuntu-10.10-Eng in the list and press Return. In your Terminal window Copy+paste the following line:

sudo update-initramfs -u

To see a preview of the theme copy+paste the following lines in your Terminal window:

sudo plymouthd

sudo plymouth –show-splash

To quit the preview copy+paste the following line:

sudo plymouth quit
Note: The preview window doesn’t show the plymouth theme full size so it’s a bit out of proportions.

To install the spanish versions replace Eng for Spa in the file names and command lines. In the Ubuntu_10_10_Plymouth_Splash_by_Internauta2000.zip fille are 2 read me files with installation instructions for the english and spanish versions.

Leave a Reply