Changing the background image of Grub

Last update on September 28, 2009 10:24 AM by jad05
Published by deri58
Changing the background image of Grub









To change the background image for Grub, which is in the archive /boot/gfxmenu, simply replace it with another image of the same size and same name,

Defaultly named(800*600, back.jpg )
  • Open a console and login as root:


su - 
password
  • Before any manipulation, make a backup of the original file

cp /boot/gfxmenu /boot/gfxmenu.orig
  • Then create a temporary directory in which it will work:

mkdir/ tmp/temporary
  • And put it in the temporary directory:

cd/tmp/temporary 
  • We extract the archive:

cat /boot/gfxmenu | cpio -i
  • It copies our new image, assuming it is in: /home/your_login/Images

cp -vf /home/your_login/Images/back.jpg /tmp/temporairy
  • And finally, return the archive in /boot:

find . | cpio -o > /boot/gfxmenu
  • From therer you can delete the temporary directory and reboot to see the result :-)

rm -vfR /tmp/temporary
Best answers for « Changing the background image of Grub » in :
[Word] Background image Show [WORD] Background image It is possible in Microsoft Word to display a background image in a document by clicking on the Format menu, then click Background and then click Grounds and textures. In the Picture tab, click "Select...
[Outlook Express] Create letter paper / Insert background image Show [Outlook Express] Create letter paper / Insert background image The letter paper is an Outlook Express feature allowing sending emails with illustrations (images, text, etc.) as background. Creating letterhead under Outlook Express In the...
Background image/ Printed Watermark with Microsoft Word Show Background image/ Printed Watermark with Microsoft Word Insert a background image: Insert a Printed Watermark background: You might want to customize the blank background of your Word document either to advertise your business or...
Changing your desktop background! ShowChanging your desktop background! Desktop background is the image or wallpaper that is being used as background on a computer screen. Wallpaper is the common terms used for designating the graphical interface in Microsoft Windows. Below...
Restrict change of background ShowRestrict change of background This tips has been raised out to show you how to configure and restrict the background change of your computer for specific purpose like company policy. Go to menu Start and select Run Then type...
White background's problem in web pages ShowYour web pages will be displayed more accurately : No background color, everything is white !!! (Like this image) To resolve this problem follow these steps : 1. Go to the "Control Panel" : Click on "Option accessibility" 2. In the...
Download Caledos Automatic Wallpaper Changer ShowCaledos Automatic Wallpaper Changer, as its name indicates, is a screen background administrator. The main features of Caledos : - it supports the image formats BMP, GIF, JPG, TIF, - easy selection of files or folders, - the possibility of...
Download Free Word/Doc Txt to Image Jpg/Jpeg Bmp Tiff Png ShowIt is usually the images that we insert into Word, Excel or PowerPoint documents. This time, it is the opposite, because we are going to convert these documents to image formats. All to Jpg / JPEG Image Bmp Tiff Png Converter is a powerful tool which...
Backgrounds ShowAdding a Background Image A background image for a web page can be set using the tag: Attribute Visual Effect BACKGROUND="image" Displays image as background bgcolor="name_of_Colour or #XXXXXX" Displays the given colour...
Managing images in HTML ShowHow do you display images on a web page? Having a few images on a website can make it more attractive and user-friendly. However, it is important not to go overboard, since images can take a long time to load, and in some cases can make a document...
CSS - Style sheets ShowFont properties Property Value Description font-family Specific font (Arial, Times, Verdana) Familly (serif, sans-serif, fantasy, monospace, cursive) Defines one or more font names or font families. If multiple fonts are defined,...