看习惯了ubuntu8.04的黑白grub背景,你是否也想换一换呢?其实非常的简单。
1,下载相关的软件包。
sudo apt-get install grub-splashimages
2,进入已经安装好的splashimages目录。
cd /boot/grub
ls -a 网上说splashimages这个目录是隐藏的要用到-a这个参数,我试过了,并没有隐藏
cd splashimages
3,做一个软连接
sudo ln -s /boot/grub/splashimages/随便找一个xpm.gz的包 /boot/grub/splash.xpm.gz
4,升级grub
sudo update-grub
5,重启后就能实现了
sudo reboot
chinesedragon 于 2009-01-08 21:13:32发表:
i like this~~~0:w(5(
dickhunt 于 2008-08-26 23:23:00发表:
有这么麻烦吗?
在menu.list文件中直接用以下语句指定即可:
splashimage (hd0,x)/grub/splashimages/abc.xpm.gz
如果/boot和/在一个分区,则:
splashimage (hd0,x)/boot/grub/splashimages/abc.xpm.gz
以上(hd0,x)中的x换成你的启动分区序号即可,图片文件放在其他路径也可,只要
Grub能找到即可
[ 本帖最后由 dickhunt 于 2008-8-26 23:24 编辑 ]