1. 安装 imagemagick
http://www.imagemagick.org/script/download.php
2. 上传事先准备好的图片

3. 修改图片
# 色深:14 像素:640x480 格式:XPM
convert p1.jpg -colors 14 –resize 640x480 xt.xpm

4. 将处理好的图像拷贝到 /boot/grub/ 下

5. 编辑配置文件
vi /boot/grub/grub.conf
splashimage=(hd0,0)/boot/grub/splash.xpm.gz
修改为:
splashimage=(hd0,0)/boot /grub/p1.xpm

保存退出 重启系统 reboot
6. 验证
