bon j'ai un grub tout noir donc loin d'etre joli !
Voilà mon menu.lst
## ## End Default Options ##
color cyan/blue white/blue
gfxmenu (hd0,0)/boot/grub/message.ububrown
default 0
timeout 10
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
#title Microsoft Windows XP Professionnel
#root (hd1,0)
#chainloader +1
title Microsoft Windows XP Professionnel
root (hd2,0) # la partition a démarrer
makeactive # positionner le bit de partition active à 1 (au cas où)
map (hd0) (hd2) # hd0 devient hd1
map (hd2) (hd0) # hd1 devient hd0 virtuellement
chainloader +1 # saut au début de la piste suivante car c'est un OS microsoft.
title Lancer Ubuntu Dapper Drake 6.06.1, kernel 2.6.15-26-686
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/sdc1 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-686
savedefault
boot
title Lancer Ubuntu Dapper Drake 6.06.1, kernel 2.6.15-26-686 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-686 root=/dev/sdc1 ro single
initrd /boot/initrd.img-2.6.15-26-686
boot
title Lancer Ubuntu Dapper Drake 6.06.1, kernel 2.6.15-26-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sdc1 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-386
savedefault
boot
title Lancer Ubuntu Dapper Drake 6.06.1, kernel 2.6.15-26-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.15-26-386 root=/dev/sdc1 ro single
initrd /boot/initrd.img-2.6.15-26-386
boot
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
Je précise qu'avant j'avais le grub normal, et que le bootsplash fonctionnait bien.
Quelqu'un peut-il m'aider ?