segunda-feira, 1 de fevereiro de 2010

Add a Grub Splash Image

The grub selection menu does not have a image. If you want to add your images to that menu you can, doing this:


$sudo apt-get install grub-splashimages
This will put the images in:
/boot/grub/splashimages
To add your own do this:

$cd /boot/grub
$sudo ln -s splashimages/debsplash.xpm.gz splash.xpm.gz
$sudo update-grub

What we just did was to link /grub/boot/splash.xpm.gz to the debsplash.xpm.gz splash image, and then updated the grub menu.


Sem comentários:

Enviar um comentário