Oct 21, 2010

How To Change The Splash Image of Grub2 on Ubuntu 10.10 Maverick

Changing The Splash Image of Grub 2 on Ubuntu Maveick and change the resolution, it is very easy that you just need to edit two configuration files and prepared an image you want to use saved in your local disk.

Change Splash image:

Look at line 10 of /etc/grub.d/05_debian_theme it's a config file.
How To Change The Splash Image of Grub2 on Ubuntu 10.10 Maverick

You can edit it to point to your own splash image.

Change resolution:


Now,if you’re not satisfied with the default resolution.Edit “/etc/default/grub” to change the resolution:

sudo gedit /etc/default/grub
find this line:
#GRUB_GFXMODE=console


remove the #,and change the line into ( replace 1280×1024 with the resolution you want):
GRUB_GFXMODE=1280×1024


Apply changes:
Finally,don’t forget update grub to apply all changes:
sudo update-grub


Done.


EmoticonEmoticon