Change Bootsplash On Ubuntu Interpid Ibex (.8.10)

Bootsplash interface is the image at the time we membooting ubuntu and when you shutdown process. Now the process will usually appear acpid: exiting. But not a problem.

To install Bootsplash we follow the steps below.

Go to the Terminal,

$ sudo su
$ apt-get remove usplash - purge

command over to me-Remove usplash default, after we download the packages stay libsplashy here and splashy from here

After the download is complete, go to the directory that we have been downloaded and type the command

$ dpkg-i libsplashy1_0.3.10-1_i386.deb
$ dpkg-i splashy_0.3.10-1_i386.deb

Completed in phases over the installation package we must membackup menu.lst with the command

$ sudo cp /boot/grub/menu.lst /boot/grub/menu.lst.backup

Done membackup, we edit the command

$ sudo gedit /boot/grub/menu.lst

Search the kernel boot option below:

kernel /boot/vmlinuz-2.6.27-7-generic root = UUID = 3dca6051-5877-438c-94c5-f5ff7803d851 ro quiet splash

Then add the vga = 791 in order to be as under:

kernel /boot/vmlinuz-2.6.27-7-generic root = UUID = 3dca6051-5877-438c-94c5-f5ff7803d851 ro quiet splash vga = 791

Done and you live with the command to update grub

$ update-grub

Restart your machine and see the changes.
Happy Testing.

No comments:

Post a Comment

Please Comment...!!