Reinstall grub apres resynch raid soft

bonjour a tous
je narrive plus a redemarrer mon serveur, j’ai remplacé un disque sata, j’ai resynchronisé le raid soft avec mdadm jusque la OK et au redemarrage l’ecran reste sur une simple ligne ecrit grub.
avec un live cd rescue jai chrooté le système puis :

root@rescue:~# mount /dev/md2 /mnt/
root@rescue:~# mount -t proc none /mnt/proc
root@rescue:~# mount -o bind /dev /mnt/dev
root@rescue:~# mount -t sysfs none /mnt/sys/
root@rescue:~# mount /dev/md3 /mnt/home
root@rescue:~# chroot /mnt/
root@rescue:/# grub-install /dev/sdc
/usr/sbin/grub-probe: error: no such disk.
Auto-detection of a filesystem of /dev/md2 failed.
Try with --recheck.
If the problem persists please report this together with the output of “/usr/sbin/grub-probe --device-map=”/boot/grub/device.map" --target=fs -v /boot/grub" to bug-grub@gnu.org
root@rescue:/# grub-install --recheck /dev/sdc
Installation finished. No error reported.
root@rescue:/# update-grub
Generating grub.cfg …
Found linux image: /boot/bzImage-3.10.23-xxxx-std-ipv6-64
No volume groups found
done

je ne sais plus quoi faire…