* Konnichiwa zandre bran-sama: > # dmesg | grep frame > vesafb: framebuffer at 0xd5800000, mapped to 0xd0022000, size 3072k > fb0: VESA VGA frame buffer device > Console: switching to colour frame buffer device 128x48 > > menu.lst > title Debian GNU/Linux, kernel 2.6.8-2-386 > root (hd0,1) > kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda2 ro vga=791 > initrd /boot/initrd.img-2.6.8-2-386 > kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda2 ro vga=791 > splash=silent > initrd /boot/initrd.splash > savedefault > boot
A sua entrada no menu.lst está errada, pois o seu linux está
"bootando" pelo initrd.img-2.6.8-2-386
Faça o seguinte:
1- splash -s -f /etc/bootsplash/themes/current/config/xxxxx.cfg
>>/boot/initrd.img-2.6.8-2-386
Comentário: O comando acima irá fazer um "append" da
configuração do bootsplash no seu initrd já existente.
2- Altere a linha do seu menu.lst:
root (hd0,1)
title Debian GNU/Linux, kernel 2.6.8-2-386
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda2 ro vga=791
initrd /boot/initrd.img-2.6.8-2-386
Dica: Toda vez que vc colocar uma entrada nova no menu.lst,
sempre comece com o title e não precisa repetir o root (hd0,1) em todas
as entradas, basta colocá-lo uma única vez. Por exemplo:
root (hd0,0)
splashimage /boot/grub/figs/debian-gnu.xpm.gz
# GNU/Linux
title Leah Debian GNU/Linux - kernel 2.6.13
kernel /boot/vmlinuz-2.6.13 ro root=/dev/hda1 vga=791 splash=silent
initrd /boot/initrd.splash
title Leah Debian GNU/Linux - kernel 2.6.12
kernel /boot/vmlinuz-2.6.12 ro root=/dev/hda1 vga=791 splash=silent
initrd /boot/initrd.splash
[]'s,
--
Nelson Luiz Campos .''`. | I hear; I forget.
Engenheiro Eletricista : :' : | I see; I remember.
Linux User #89621 UIN 11464303 `. `'` | I do; I understand.
gpgID: 55577339 Skype Still_by_Still `- | Chinese Proverb
signature.asc
Description: Digital signature

