This is the case that I experienced when it wanted to beautify the Boot Options menu display, in linux is called GRUB. At 9:04 and above already using linux GRUB 2. Here, I'll give announcing how to add background on GRUB2. OK Let's get started ... : D
Open a terminal and run the command:
Open a terminal and run the command:
sudo aptitude install-splashimages grub2
After installation is complete open the folder filesystem> usr-> share-> images-> grub. You will see examples of these images. Select one and then copy the image file name (without extension .tga)
Run command
Run command
sudo gedit / etc/grub.d/05_debian_themeEdit the line 26 to become as below (example image I chose is the Fly-Angel)
for i in (/ boot / grub, / usr / share / images / grub) / Fly-Angel. (png, tga); doSave and close the gedit window
Update GRUB with the command
sudo update-grubThe latter is restart your computer: D
Hopefully help ....
0 comments:
Post a Comment
Don't forget to comment
Thank's