Grub ne lance pas Windows

Grub ne lance pas Windows - Installation - Linux et OS Alternatifs

Marsh Posté le 19-12-2004 à 19:54:16    

Bonjour à vous,
 
voilà, grub ne veut pas lancer Windows, je ne comprend pas pourquoi ! :??:  
 
il me met : Erreur 23 : error while parsing number
 
Mon fichier Grub :

Code :
  1. # grub.conf generated by anaconda
  2. #
  3. # Note that you do not have to rerun grub after making changes to this file
  4. # NOTICE:  You do not have a /boot partition.  This means that
  5. #          all kernel and initrd paths are relative to /, eg.
  6. #          root (hd0,4)
  7. #          kernel /boot/vmlinuz-version ro root=/dev/hda5
  8. #          initrd /boot/initrd-version.img
  9. #boot=/dev/hda
  10. default=0
  11. timeout=10
  12. splashimage=(hd0,4)/boot/grub/splash.xpm.gz
  13. hiddenmenu
  14. title Fedora Core (2.6.9-1.681_FC3)
  15. root (hd0,4)
  16. kernel /boot/vmlinuz-2.6.9-1.681_FC3 ro root=LABEL=/ rhgb quiet
  17. initrd /boot/initrd-2.6.9-1.681_FC3.img
  18. title Windows
  19. rootnoverify (hdc0,0)
  20. chainloader +1


 
Windows est sur /dev/hdc1
 
Merci d'avance ! :jap:


---------------
MG4 (standard, phase 1) / Volkswagen e-Up (phase 2)
Reply

Marsh Posté le 19-12-2004 à 19:54:16   

Reply

Marsh Posté le 20-12-2004 à 11:13:36    

:sweat:


---------------
MG4 (standard, phase 1) / Volkswagen e-Up (phase 2)
Reply

Marsh Posté le 20-12-2004 à 11:19:36    

IMHO,
l'erreur viendrait de la :

Code :
  1. #     rootnoverify (hdc0,0)


 
Faudrait plutot mettre

Code :
  1. #     rootnoverify (hd2,0)


 
je pense ...


Message édité par zekern le 20-12-2004 à 11:20:04
Reply

Marsh Posté le 20-12-2004 à 11:31:40    

zekern a écrit :

IMHO,
l'erreur viendrait de la :

Code :
  1. #     rootnoverify (hdc0,0)


 
Faudrait plutot mettre

Code :
  1. #     rootnoverify (hd2,0)


 
je pense ...


+1 les joies de grub pour nommer les disques. sinon, il est possible aussi qu'il faille rajouter un map
 

Code :
  1. map (hd2,0) (hd0,0)

Reply

Marsh Posté le 20-12-2004 à 13:07:28    

Merci à vous !! Ca fonctionne !! [:youpi]


---------------
MG4 (standard, phase 1) / Volkswagen e-Up (phase 2)
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed