Home » linux相关

Ubuntu下美化grub开机画面

19 03月 2010 Views: No Comment Tags:

安装grub-splashimages,grub-splashimages是比较容易的,只是集成了一套grub开机画面的图像集,通过下面的命令来安装:

sudo apt-get install grub-splashimages

安装后,你会发现在/boot/grub目录下有一个splashimages 目录,该目录下有很多压缩的xpm图像的文件,这些图像文件就是grub开机画面的图像,任君选择。

然 后用下面的命令把splashimages 目录的您想作为grub开机画面的图像文件作一个软链接(symbolic link)到/boot/grub目录下,比如说我觉得/boot/grub/splashimages/目录下xxx.xpm.gz的图像不错,想作为 grub的开机画面,那么执行下面命令即可:

sudo ln -s /boot/grub/splashimages/xxx.xpm.gz /boot/grub/splash.xpm.gz

最后更新grub的菜单文件menu.lst,执行下面的命令来更新:

sudo update-grub

重新启动系统进入grub就可以看到漂亮的grub开机画面了。

原创文章如转载,请注明:转载自Xixis Blog [ http://www.xixis.net/ ]
本文链接地址:http://www.xixis.net/archives/beautify-the-grub-boot-screen-under-ubuntu.html

Leave your response!

Add your comment below, or trackback from your own site. You can also subscribe to these comments via RSS.

Be nice. Keep it clean. Stay on topic. No spam.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

This is a Gravatar-enabled weblog. To get your own globally-recognized-avatar, please register at Gravatar.