prophetpro wrote:moi j'avais le même problème après install de fedora...
ton grub.conf est bon
lorsque ton ordi boot, tu selectionnes l'entrée windows xp dans ton menu grub.
ensuite tu appuis sur la touche 'e' pour editer la config.
tu ajoute les 2 lignes suivantes tout au début (avant rootnoverify (hd1,0)) :
map (hd1) (hd0)
map (hd0) (hd1)
puis tu édite la ligne 'rootnoverify (hd1,0)' que tu changes en 'rootnoverify (hd0,0)'
et normallement c'est bon.
A noter que ce sont des modification proviroires, mais que c'est tant mieux, paskeu au prochain boot, ça bootera nickel sur (hd1,0) (donc plus besoin du map et de remettre sur hd0). Je sais po exactement pourquoi il a eu besoin de mettre sur (hd0,0) pour débloqué windows xp, mais en tout cas ça marche.
Autre remarque : dans grub, quand t'édite une ligne de commande tu peux utilser la touche 'TAB' pour avoir la complétion : donc si tu tapes 'rootnoverify (hd'+'TAB' tu verras s'afficher la liste des possibilités (ou bien complètera directement s'il n'y a qu'un seul choix) avec le système de fichier des partitions du disque dans cet exemple-ci 🙂
Je sais pas si ça va marcher pour vous, mais en ce qui me concerne ça a débloquer et maintenant ça marche nickel 😉
bon courage 😉
Merci beaucoup pour cette aide précieuse, ça marche maintenant avec une petite différence :
Voici mon fichier grub.conf :
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/VolGroup00/LogVol00
# initrd /initrd-version.img
#boot=/dev/sda
default=1
timeout=5
splashimage=(hd0,0)/grub/splash.xpm.gz
hiddenmenu
title Fedora Core (2.6.18-1.2798.fc6)
root (hd0,0)
kernel /vmlinuz-2.6.18-1.2798.fc6 ro root=/dev/VolGroup00/LogVol00 rhgb quiet
initrd /initrd-2.6.18-1.2798.fc6.img
title Windows XP Pro
map (hd1) (hd0)
map (hd0) (hd1)
rootnoverify (hd1,0)
chainloader +1
Ca boote nickel maintenant :-D