en console root, tape grub-install /dev/hda
si ça marche pas on modifiera manuellement ton menu.lst
edit :
pour modifier ton menu.lst si y en a besoin
le fichier est ici /boot/grub/menu.lst
je te poste la fin du mien
[code]title Debian GNU/Linux, kernel 2.6.28-version-perso-090111
root (hd0,2)
kernel /boot/vmlinuz-2.6.28-version-perso-090111 root=/dev/sda3 ro quiet
initrd /boot/initrd.img-2.6.28-version-perso-090111
title Debian GNU/Linux, kernel 2.6.28-version-perso-090111 (single-user mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.28-version-perso-090111 root=/dev/sda3 ro single
initrd /boot/initrd.img-2.6.28-version-perso-090111
title Debian GNU/Linux, kernel 2.6.26-1-amd64
root (hd0,2)
kernel /boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda3 ro quiet
initrd /boot/initrd.img-2.6.26-1-amd64
title Debian GNU/Linux, kernel 2.6.26-1-amd64 (single-user mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.26-1-amd64 root=/dev/sda3 ro single
initrd /boot/initrd.img-2.6.26-1-amd64
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
on /dev/sda1
title Microsoft Windows XP Professionnel
root (hd0,0)
savedefault
makeactive
chainloader +1
[/code]tu recopies à la fin du tien les sept dernières lignes du mien, en remplaçant (hd0,0) par (hd0,2)