如何在系统启动时显示 GRUB menu 的 Splash Image
[1] 首先需要安装一个工具,可以把普通的图片转换为grub可以支持的格式:
sudo apt-get install imagemagick
[2] 然后转换图片的文件格式,以便让grub支持,假设此时需要转换的图片文件名为splash.png
convert -resize 640x480 -colors 14 splash.png splashimage.xpm
搜索更多相关主题的帖子:
GRUB Splash menu Image 系统