先选中一张你喜欢的wallpaper
修改为640X480大小的图片,像素为302.2kb,工具是gimp
修改文件名后缀为.xpm
然后cp到/boot/grub下
备份manu.lst
修改menu.lst(这是俺的grub,只做参考)
也就是添加这么一行
其中hd0,0是你linux硬盘读取位置
/boot/grub/grub.xpm是图片位置
如果你是单系统,开机时按住esc就可以看见漂亮的grub
修改为640X480大小的图片,像素为302.2kb,工具是gimp
修改文件名后缀为.xpm
然后cp到/boot/grub下
备份manu.lst
修改menu.lst(这是俺的grub,只做参考)
代码: |
## ## End Default Options ## splashimage=(hd0,0)/boot/grub/grub.xpm title Ubuntu, kernel 2.6.19.2-fox root (hd0,0) kernel /boot/vmlinuz-2.6.19.2-fox root=/dev/hda1 ro quiet splash initrd /boot/initrd.img-2.6.19.2-fox savedefault boot |
也就是添加这么一行
代码: |
splashimage=(hd0,0)/boot/grub/grub.xpm |
其中hd0,0是你linux硬盘读取位置
/boot/grub/grub.xpm是图片位置
如果你是单系统,开机时按住esc就可以看见漂亮的grub