Salut,

J'ai installé fedora9 il y a quelques jours sur mon laptop en remplacement d'une ubuntu. J'ai aujourd'hui eu besoin de démarrer sur windows XP et j'ai constaté que celui ci ne démarrait plus. J'obtiens une erreur :
Booting 'Other'

rootnoverify (hd0,0)
chainloader +1

A disk read error occured
Press Ctrl + Alt + Del to restart
Donc, j'ai commencé quelques recherches, j'ai notament vu la doc à propos de grub, mais je ne sais pas quoi faire.

Voila mon /boot/grub/menu.lst :
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,4)
#          kernel /boot/vmlinuz-version ro root=/dev/sda5
#          initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.25.3-18.fc9.i686)
    root (hd0,4)
    kernel /boot/vmlinuz-2.6.25.3-18.fc9.i686 ro root=UUID=31c3496a-c485-4ec6-9821-380642a0366a rhgb quiet
    initrd /boot/initrd-2.6.25.3-18.fc9.i686.img
title Fedora (2.6.25-14.fc9.i686)
    root (hd0,4)
    kernel /boot/vmlinuz-2.6.25-14.fc9.i686 ro root=UUID=31c3496a-c485-4ec6-9821-380642a0366a rhgb quiet
    initrd /boot/initrd-2.6.25-14.fc9.i686.img
title Other
    rootnoverify (hd0,0)
    chainloader +1
Pour démarrer XP, je selectionne l'entrée "Other" (un peu bizarre, mais pourquoi pas...), mais il semble qu'il manque un réglage à faire.

Voici mon fdisk -l :
[root@localhost ~]# fdisk -l

Disque /dev/sda: 92.3 Go, 92399714304 octets
255 heads, 63 sectors/track, 11233 cylinders
Units = cylindres of 16065 * 512 = 8225280 bytes
Disk identifier: 0x72417241

Périphérique Amorce    Début         Fin      Blocs    Id  Système
/dev/sda1   *           1         447     3590496    7  HPFS/NTFS
/dev/sda2             448        3057    20964825    7  HPFS/NTFS
/dev/sda3            3058        7724    37487677+   5  Extended
/dev/sda4            7725       11233    28186042+   b  W95 FAT32
/dev/sda5            3058        4363    10490413+  83  Linux
/dev/sda6            4364        7594    25952976   83  Linux
/dev/sda7            7595        7724     1044193+  82  Linux swap / Solaris
Merci.
  • [supprimé]

Bonjour
As tu déjà essayé de réparer 'grub' en mode 'rescue' ?
Salut,

Alors, j'ai booté sur le DVD et je me suis mit en mode rescue.

Ensuite, j'ai fait :
chroot /mnt/sysimage
grub-install /dev/sda --no-floppy
reboot
Et j'ai toujours le même résultat :
Booting 'Other'

rootnoverify (hd0,0)
chainloader +1

A disk read error occured
Press Ctrl + Alt + Del to restart
J'ai suivi cette doc : http://doc.fedora-fr.org/wiki/Dual_boot_Windows_XP_-_Fedora

Mon menu.lst ne semble pas avoir changé d'un pouce. C'est vraiment prise de tête.
Re,

Alors, je me suis demandé en quoi le grub de fedora et d'ubuntu seraient ils différents ? Ils devraient être compatibles... J'ai donc ouvert le menu.lst de mon desktop sous ubuntu, puis j'ai recopié exactement son entrée pour windows (en l'adaptant à mon fdisk) dans le menu.lst de ma fedora.
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:  You do not have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,4)
#          kernel /boot/vmlinuz-version ro root=/dev/sda5
#          initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,4)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.25.3-18.fc9.i686)
    root (hd0,4)
    kernel /boot/vmlinuz-2.6.25.3-18.fc9.i686 ro root=UUID=31c3496a-c485-4ec6-9821-380642a0366a rhgb quiet
    initrd /boot/initrd-2.6.25.3-18.fc9.i686.img
title Fedora (2.6.25-14.fc9.i686)
    root (hd0,4)
    kernel /boot/vmlinuz-2.6.25-14.fc9.i686 ro root=UUID=31c3496a-c485-4ec6-9821-380642a0366a rhgb quiet
    initrd /boot/initrd-2.6.25-14.fc9.i686.img
title Other
    rootnoverify (hd0,0)
    chainloader +1
title Windows
root (hd0,1)
savedefault
makeactive
chainloader +1
Windows démarre... Ca marche.

Il reste un seul problème. Fedora se bloque sur "Booting kernel" quand je la lance juste après avoir éteint windows. Ne pouvant rien faire, il faut couper l'alim. et retenter de lancer Fedora pour que ça marche.

C'est embettant dans la mesure où éteindre un pc à la barbare n'est jamais bon pour l'hardware. Que faire ?

+
avec le menu.lst de Ubuntu tu selectionnes "Windows" pour lancer windows? ou "other"?
Si c'est Windows et bien tu n'as plus qu'à remettre le menu.lst de Fedora et modifier le chainloader pour windows comme ca:
title Windows
root (hd0,1)
savedefault
makeactive
chainloader +1
Bonjour !
J'ai installé Fedora 9 Samedi, et j'ai exactement les même problèmes :
Pas de windows mais un Other, mais je n'ai pas trouvé cela trop dérangeant, en effet il suffit de rajouter Windows et d'enlever Other.
En revanche j'ai également le choix entre 2 fédora (y'en a t'il un en mode sans echec ?), et au démarrage Fedora se bloque sur le booting Kernel parfois.
Merci de répondre à ce message si vous avez le même problème.
  • [supprimé]

Other c'est windows et en effet ce n'est pas gênant d'autant plus qu'il est possible de le modifier aisément.
'En revanche j'ai également le choix entre 2 fédora' c'est par ce qu'il y a 2 kernel (noyau) différents installés suite à une mise à jour et l'ancien n'est pas désinstallé automatiquement au cas ou tu rencontres des problèmes avec le nouveau kernel de sorte à pouvoir booter sur l'ancien.🙂
Est-ce le (2.6.25.3-18.fc9.i686) le plus récent ?
Reste à voir pour les problèmes de Boot Kernel au démarrage 😃
  • [supprimé]

2.6.25.3-18.fc9 est en effet la dernière version 🙂
Si les conseils donnés plus haut ne marchent pas, essaye juste de remplacer (dans /boot/grub/menu.lst)
title Other
rootnoverify (hd0,0)
chainloader +1
par
title Other
rootnoverify (hd0,1)
chainloader +1
Tu peux aussi remplacer "Other" par "Windows", bien entendu.😉