Skip to main content

How To Change GRUB Splash image/Background on Your Linux

If you are a Linux user than you are probably tired of always seeing that black screen on boot time before your operating system boots up. Don't worry guys because today I am here with an article that can help you beat that boredom by changing the GRUB loader background with a picture of your choice.



Now before we go any further lets take a look at the guide for Images that you can use in GRUB background.

Choosing a GRUB  Background Image

GRUB 2 can use PNG, JPG /JPEG and TGA images for background. The image must meet the following specifications:
  • JPG/JPEG images must be 8-bit (256 color) 
  • Images should be non-indexed, RGB

 

Change GRUB background Image

  • Open root directory and search for a folder named "boot".
  • inside "boot" open the folder "grub".

  • inside this folder place the image file of your choice (make sure that it matches the above requirements).
  • At last open a terminal and enter the command:
sudo update-grub
  • Restart your pc to see the changes.
And that's how you do it!

Fell free to leave any comments or suggestions below in the comment section.
And please like our new facebook page.

Comments

Popular posts from this blog

How to Fix Bluetooth not Working in Kali Linux

Hello everyone, how are you guys? Good? Cool. Quick question, Do you like our new theme? Let us know in the comments. so this article is for you if you are running Linux and your Bluetooth is not working. So I am here to help you fix that. It will be up and running in no time.

How to Flash TWRP on Samsung Galaxy Star Advance (SM-G350E)

Hi guys, I am back with another flashing guide. I had this Samsung phone lying around, so I thought about experimenting on it with custom rom. So I started searching for custom recovery, and I find out that this device is not officially supported by TWRP, but I got my hands on unofficial build of TWRP. Well I have to tell you, flashing TWRP on this device wasn't an easy task (mainly because, their isn't any simple guide available).

How to Fix Linux Boot stuck at initramfs

Last night I was using linux mint and it was working fine until I rebooted my pc and saw this And I was like What? What the hell is that? And mint wasn't booting up. So I did what we all do. Yup, Google! And I found this working solution. Now you must be wondering if there is already a solution available on the internet why the hell did you write this post? Mainly because it was all scattered around in pieces and I wanted to put it all together. Now let's fix this.