How To Change The Splash Image For Grub 2

Earlier we wrote an article on how to change the splash image in Grub using Start Up Manager. In the new Grub 2, Start Up Manager can no longer do that and we have to do it manually until StartUp Manager 2 comes. However, Grub 2 supports splash images with higher resolution than was possible in the previous versions. In this article we will explain how you can get a splash image in your Grub 2. All you have to do is just follow the following simple steps:

Make sure you have Grub2

First of all make sure that you have Grub 2. This can be done executing the command given below.

sudo grub-install -v

That should give a result like this:

gru2back7

Check Image Resolution Grub2 Support

Altough most of the computers can support Grub Splash of common resolution around 1024×768, it is probably a good idea to check what image resolution can you use as your Grub Splash.

To do this go into the Grub Command mode by entering “c” in the Grub 2 menu. (You need to reboot to get there.). Enter the command

vbeinfo

That should produce something like this:gru2back1

Get the image

The next step is to getting your image. You can use either the default splash images or make your own.

sudo apt-get install grub2-splashimages

gru2back8gru2back9

Editing the theme script

The next step is to edit the theme script. Follow these steps:

sudo gedit /etc/grub.d/05_debian_theme

for i in {/boot/grub,/usr/share/images/desktop-base}/moreblue-orbit-grub.{png,tga}

for i in {/boot/grub,/usr/share/images/desktop-base,/usr/share/images/grub}/<file_name>.{png,tga}

gru2back2

Setting the splash image is done here. You can save the file and close it. However, if you want to change the font colors as well, continue.

set color_normal=black/black
set color_highlight=magenta/black

Update!

After all the above steps has been done, execute the command given below in the terminal:

sudo grub-update

You will get something like this:gru2back4

Now all is done. Reboot to see your new Grub 2 Splash.

gru2back5

If this sounds like your situation, let's talk

No pitch decks. No sales process. Just a conversation about what you're dealing with and whether I can help.

Book a 30-minute call →