Probleme de boot reinstallation de grub
De Wiki PC, Wiki Informatique.
(Différences entre les versions)
(→Solution:) |
(→Solution:) |
||
Ligne 7 : | Ligne 7 : | ||
Pour cela, équipez vous d'un live cd de type knoppix. Une fois booté sur le cd, on monte en écriture la partition et on réinstalle GRUB: | Pour cela, équipez vous d'un live cd de type knoppix. Une fois booté sur le cd, on monte en écriture la partition et on réinstalle GRUB: | ||
- | + | <pre> | |
mount /dev/hdaX /mnt/hdaX | mount /dev/hdaX /mnt/hdaX | ||
chroot /mnt/hdaX /bin/bash | chroot /mnt/hdaX /bin/bash | ||
grub-install /dev/hda --root-directory=/mnt/hdaX --recheck | grub-install /dev/hda --root-directory=/mnt/hdaX --recheck | ||
- | + | </pre> | |
*remplacez X par le numero correspondant à votre partition. | *remplacez X par le numero correspondant à votre partition. |
Version du 21 octobre 2007 à 11:26
Problème:
Après formatage de la partition windows, linux ne boot plus.
Diagnostic:
Le secteur de boot de grub a été écrasé lors du formatage.
Solution:
Il faut réinstaller grub. Pour cela, équipez vous d'un live cd de type knoppix. Une fois booté sur le cd, on monte en écriture la partition et on réinstalle GRUB:
mount /dev/hdaX /mnt/hdaX chroot /mnt/hdaX /bin/bash grub-install /dev/hda --root-directory=/mnt/hdaX --recheck
- remplacez X par le numero correspondant à votre partition.