Linux Whenever you start computer, GRUB presents a menu for user input or automatically transfers control to an operating system kernel. By default the menu background is black but you can change it. This feature is coming from forbear version but the Splash Image capability of GRUB2 is vastly enhanced.
Splash Screen :
The GRUB splash screen is the image you see behind GRUB menu. Splash image selection -
- .png, .jpeg(8-bit) and .tga images formats can be used.
- Use images with the RGB color mode.
- Indexed images will not expose.
To make custom image as splash image see: Favorite Image As The Grub Background On Ubuntu 10.10
How can you change it :
- First open your terminal (Ctrl+Alt+t).
- To install “splashimage package”, Run
sudo apt-get install grub2-splashimages
- Open /usr/share/images/grub to see and select image.
- Now open a grub file “/etc/default/grub” as root and add this code in this.
GRUB_BACKGROUND=/usr/share/images/grub/Glasses_800_edit.tga
- You can replace Glasses_800_edit.tga with your image name.
- Now to add this information into grub.cfg, Run
update-grub
Now reboot your system to perceive changes.
Hope this will helpful for you in system customization, for any query or help you can post a comment.
More Related posts:
- Change Boot Order In Grub To Make Windows as Default Operating System
- Change Your Desktop Background Automatically In Ubuntu 10.10 [How-to]
- Remove Old Kernel And Free Your Disk Space On Ubuntu
- 7 Tips to Keep Your Computer Safe On Ubuntu 10.10
- WordPress Installation On Ubuntu Through LAMP Server[Tutorial]
{ 6 comments… read them below or add one }
Hi Rahul
I tried step by step to fit the Sexy Bipashabasu’s Foto
It did not worked
Please help
I have updated article, and you have to see How to make custom splash image
How do I open a grub file “/etc/default/grub” as root?
Use sudo gedit /etc/default/grub
how do i change color of boot text?
That was helpful. Thanks