$sudo apt-get install grub-splashimages
This will put the images in:/boot/grub/splashimagesTo 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