Bonjour,  
 
J'ai sur le PC du travail une partition Red hat et XP
 
Le problème c'est qu'il boot par défaut sur la partition Red hat qui n'a aucun intérêt pour moi.
 
Du coup je souhait modifier le grub.
 
Dans /boot/grub j'ai 2 fichiers grub.conf et menu.lst qui sont identiques :
 
# grub.conf
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-5)
       root (hd0,1)
       kernel /vmlinuz-2.4.18-5 ro root=/dev/hda6
       initrd /initrd-2.4.18-5.imgtitle windows XP
       rootnoverify (hd0,3)
       chainloader +1
title windows XP
       rootnoverify (hd0,0)
       chainloader +1
 
j'ai essayé comme çela mais pas de différence  
 
# grub.conf
default=0
timeout=10
splashimage=(hd0,1)/grub/splash.xpm.gz
title windows XP
       rootnoverify (hd0,0)
       chainloader +1
title Red Hat Linux (2.4.18-5)
       root (hd0,1)
       kernel /vmlinuz-2.4.18-5 ro root=/dev/hda6
       initrd /initrd-2.4.18-5.imgtitle windows XP
       rootnoverify (hd0,3)
       chainloader +1
 
la commande update-grub n'est pas reconnu  
 
merci
 
 ---------------