configurer grub pour windows XP - Installation - Linux et OS Alternatifs
Marsh Posté le 21-06-2008 à 10:42:03
salut,
merci pour ton aide tout d'abord.
Je viens d'essayer avec hd(0,6)
erreur 12 : invalid device requested
Marsh Posté le 21-06-2008 à 18:02:18
J ai essayé avec 2,3,4,5,6, à chaque fois j ai erreur 12 : invalide device requested.
avec 1, ca donne erreur 13 car c est la partition linux.
que faire maintenant ?
je suis prêt à tout réinstaller, j avais essayé de mettre windows sur la première partition mais j étais confronté à l erreur 18 sur grub ... d où mes partitions ci-dessus ...
je sais plus quoi faire maintenant.
Marsh Posté le 24-06-2008 à 12:03:24
l'index des partitions de grub commence à 0.
Device Boot Start End Blocks Id System
/dev/sda1 4885 19457 117057622+ f W95 Ext'd (LBA)
/dev/sda2 * 1 4884 39230698+ 83 Linux
/dev/sda5 5100 19457 115330603+ 7 HPFS/NTFS
/dev/sda6 4885 5099 1726924+ 82 Linux swap / Solaris
donc pour grub, ta partition NTFS est sur le disque en (hd0,4).
Tu peux utiliser la completion de commande (avec la touche tabulation) sous grub.
Lorsque grub te propose les différents choix au boot,tu choisis windows, et tu appuyes sur "e" (edit).
!attention le clavier est en qwerty
title Windows XP
rootnoverify (hd0,5)
savedefault
makeactive
chainloader +1
tu édites la ligne "rootnoverify (hd0,5)" en laissant uniquement "rootnoverify (hd0"
tu appuyes sur tabulation, il devrait te lister les différents choix possibles.
pour tester ta modification, tu appuyes sur "b" (boot).
Essaye cette correction à tout hazard:
title Windows XP
rootnoverify (hd0,4)
makeactive
chainloader +1
Marsh Posté le 21-06-2008 à 10:02:39
Bonjour à tous !
je viens d'acheter un disque 160 pour mon dell d800.
J'ai commencé par installer XP, j'ai crée 2 partitions, 40go et 100go, j'ai installé XP sur la partition n°2 de 100go.
Une fois XP installé, j'ai rebooté sur le cd d'install d'XP puis j'ai supprimé la première partition de 40go.
J'ai ensuite démarré l'installation d'Ubuntu 7.1, je lui laisse choisir ses partitions de façon automatique en choisissant l'espace maximale disponible sur le disque (donc il utilise les 40go).
résultat : grub fonctionne, je peux démarrer Ubuntu mais pas XP. J'ai remodifié le fichier menu.lst mais sans succès.
Résultat de FDISK :
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x00000001
Device Boot Start End Blocks Id System
/dev/sda1 4885 19457 117057622+ f W95 Ext'd (LBA)
/dev/sda2 * 1 4884 39230698+ 83 Linux
/dev/sda5 5100 19457 115330603+ 7 HPFS/NTFS
/dev/sda6 4885 5099 1726924+ 82 Linux swap / Solaris
Partition table entries are not in disk order
Mon fichier menu.lst (la partie intéressante) :
title Windows XP
rootnoverify (hd0,5)
savedefault
makeactive
chainloader +1
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=334fcc4c-0483-4599-ac8a-0cb527c79acc ro quiet splash
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,1)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=334fcc4c-0483-4599-ac8a-0cb527c79acc ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,1)
kernel /boot/memtest86+.bin
quiet