GRUB Splash Images review

Download
by rbytes.net on

License: GPL (GNU General Public License)
File size: 0K
Developer: Luis R. Rodriguez
0 stars award from rbytes.net

GRUB Splash Images package contains a collection of splashimages which can be used for GRUB.

If you'd like your splashimage in this package send them to mcgrof@ruslug.rutgers.edu.

Quick tips for the impatient:

convert -resize 640x480 -colors 14 image.png image.xpm && gzip image.xpm

Quick tip for debian users: Use "unstable" packages in your /etc/apt/sources.list in order to get the latest GRUB with splashimage support

Quick tip to install GRUB (only Debian users do the apt-get line):

# using the unstable tree
apt-get install grub
grub-install /dev/hda
# Go edit/make a menu.lst file and put it in /boot/grub/menu.lst
grub
# then on the grub prompt run:

# The partition that has the boot partition
root (hd0,0)
install /grub/stage1 (hd0) /grub/stage2 p /grub/menu.lst
quit

GRUB Splash Images keywords