给 Grub 添加 splash 背景图片

Posted 9 months, 2 weeks ago at 11:31 am. 0 comments

ad 468x60

效果如图(wordpress.com被封,我加了代理):

安装 grub-splashimages,运行

sudo apt-get install grub-splashimages

选择一个效果,比如 ebsplash.xpm.gz

$cd /boot/grub
$sudo ln -s splashimages/debsplash.xpm.gz splash.xpm.gz
$sudo update-grub

原文如下:

The grub slection menu in Ubuntu does not have a splash image in the background. To add your own, install the package “grub-splashimages” by doing a sudo apt-get install grub-splashimages. This will put the splash images in /boot/grub/splashimages.

A screenshot of all the splash images is given below to make selecting one easier:

Now that you have the images, and have chosen one, make a link to the one you like:
$cd /boot/grub
$sudo ln -s splashimages/debsplash.xpm.gz splash.xpm.gz
$sudo update-grub

What we just did was to link /grub/boot/splash.xpm.gz to the debsplash.xpm.gz splash image, and then updated the grub menu.

You know what’s really wierd? One of the splash images has a Gentoo logo in the bottom right corner!!! Also, one splashimage seems broken, the one called fiesta.xpm.gz

Enjoy!

via Add a Grub Splash Image

Popularity: 9% [?]

Tags: , , , , , ,
ad 468x60

No Replies

Feel free to leave a reply using the form below!


Leave a Reply