wyzer Live from New-York, it's... | 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 :
 - # 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/hda5
 - #          initrd /boot/initrd-version.img
 - #boot=/dev/hda
 - default=0
 - timeout=10
 - splashimage=(hd0,4)/boot/grub/splash.xpm.gz
 - hiddenmenu
 - title Fedora Core (2.6.9-1.681_FC3)
 - 	root (hd0,4)
 - 	kernel /boot/vmlinuz-2.6.9-1.681_FC3 ro root=LABEL=/ rhgb quiet
 - 	initrd /boot/initrd-2.6.9-1.681_FC3.img
 - title Windows
 - 	rootnoverify (hdc0,0)
 - 	chainloader +1
 
  |  
 
   Windows est sur /dev/hdc1
   Merci d'avance !       |