Olá estou tentando colocar imagem na tela de boot mas não consigo, vamos lá o que fiz:
root@linux:/home/fernando# cp /boot/grub/menu.lst /boot/grub/menu.lst.BKP #### FAÇA UM BACKUP
root@linux:/home/fernando# ln -sf /boot/grub/menu.lst /boot/grub/grub.conf #### CRIE O ATALHO
depois joguei a imagem dentro do /boot/grub
e por fim coloquei dentro do /boo/grub/grub.conf a linha:
splashimage=(hd0,0)/grub/ hpblack.xpm.gz pois meu grub está instalado na partição hd0 mas deu esse erro:
"Failed to read splash image ((hd0,0)/grub.hpblack.xpm.gz"
então alterei para (hd0,1) mas dá o mesmo erro, o que será? meu grub está assim:
## ## End Default Options ##
title Ubuntu, kernel 2.6.17-10-generic
root (hd0,5)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda6 ro quiet splash locale=pt_BR ->essa é o ubuntu
initrd /boot/initrd.img- 2.6.17-10-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root (hd0,5)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/sda6 ro single
initrd /boot/initrd.img- 2.6.17-10-generic
boot
title Ubuntu, memtest86+
root (hd0,5)
kernel /boot/memtest86+.bin
quiet
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS ->essa partição é windows xp
# on /dev/sda1
title Microsoft Windows XP Home Edition
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS ->essas partição é o recovery HP
# on /dev/sda2
title Windows NT/2000/XP
root (hd0,1)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS ->essas partição é faz parte do recovery HP
# on /dev/sda3
title Microsoft Windows XP Embedded
root (hd0,2)
savedefault
makeactive
chainloader +1