Wednesday, October 26, 2011

How to Change the grub splash image in ubuntu 11.10

Open the terminal

Type  the following cmmand

$wget http://img819.imageshack.us/img819/5632/nebulae.jpg

$mv $HOME/nebulae.jpg $HOME/nebula.jpg

$sudo mv $HOME/nebula.jpg /usr/share/images/grub/nebula.jpg

enter your root password to place the nebula in your grubs boot images….
now were going to remove the old desktop base script and replace it with a more stellar one….
do this block of code to remove.

sudo rm /usr/share/desktop-base/grub_background.sh

For more info Changing grub splash image in ubuntu 11.10