Monday, October 13, 2008

Splash image for GRUB Menu

  • first of all we want to convert any image to suitable format ,so check whether ImageMagick pakege installed.if not please install first.then follow the following steps.
  • $> convert -resize 640x480 -colors 14 wallpaper.png splash.xpm && gzip splash.xpk
  • $>644 Ubuntu.xpm.gz
  • $>sudo cp splash.xpm.gz /boot/grub
  • $>sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup
  • S> sudo update-grub