Add the boot screen under Ubuntu12.04

Source: Internet
Author: User
After a day of hard work, I tried various methods and finally successfully added the boot image under Ubuntu12.04. To sum up, it is not as complicated as many people on the Internet say. It may also be a feasible method. I have never tried it successfully, maybe my own capabilities are limited, now we recommend a simple method, as follows: Enter the following command in the terminal: sudogedit/usr/lib/grub/grub-mkconfig_lib after opening the file grub-mkconfig_lib,

After a day of hard work, I tried various methods and finally added the boot image to Ubuntu 12.04. To sum up, it is not as complicated as many people on the Internet say. It may also be a feasible method. I have never tried it successfully, maybe my own capabilities are limited, we recommend a simple method as follows:

Enter the following command in the terminal:

Sudo gedit/usr/lib/grub/grub-mkconfig_lib

After you open the file grub-mkconfig_lib, add the following code at the end of the file:

# This allows desktop-base to override our settings

F =/usr/share/desktop-base/grub_background.sh

If test-e $ {f}; then

Source $ {f}

Else

WALLPAPER = "/boot/shorttop.png"

COLOR_NORMAL = "black/white"

COLOR_HIGHLIGHT = "magenta/green"

Fi

The system will automatically search for background images,

Then enter the command in the terminal:

Sudo update-grub

The following message is displayed:

Generating grub. cfg...

Found background image: Topics top.png

......

Restart the system and the beautiful background image will appear. For example:

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.