Grub vs winxp sur sata

Fermé
Eric - 16 janv. 2005 à 03:33
 Eric - 16 janv. 2005 à 04:06
Salut j'ai un prob de configuration de grub, lors du boot il ne veux pas booter sur win xp , il ne fait que afficher ce qui as dans sa config.

mon fdisk -l ::

Disque /dev/hda: 20.4 Go, 20491075584 octets
16 têtes, 63 secteurs/piste, 39704 cylindres
Unités = cylindres de 1008 * 512 = 516096 octets

Périphérique Boot Start End Blocks Id System
/dev/hda1 * 1 203 102280+ 83 Linux
/dev/hda2 204 37790 18943848 83 Linux
/dev/hda3 37791 39704 964656 82 Linux swap

Disque /dev/sda: 160.0 Go, 160041885696 octets
255 têtes, 63 secteurs/piste, 19457 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets

Périphérique Boot Start End Blocks Id System
/dev/sda1 * 1 7177 57649221 7 HPFS/NTFS
/dev/sda2 7178 19457 98639100 f W95 Ext'd (LBA)
/dev/sda5 7178 9727 20482843+ 7 HPFS/NTFS
/dev/sda6 9728 14590 39062016 7 HPFS/NTFS
/dev/sda7 14591 19457 39094146 7 HPFS/NTFS

Disque /dev/sdb: 160.0 Go, 160041885696 octets
255 têtes, 63 secteurs/piste, 19457 cylindres
Unités = cylindres de 16065 * 512 = 8225280 octets

Périphérique Boot Start End Blocks Id System
/dev/sdb1 * 1 6750 54219343+ 7 HPFS/NTFS
/dev/sdb2 6751 19457 102068977+ f W95 Ext'd (LBA)
/dev/sdb5 6751 13233 52074666 7 HPFS/NTFS
/dev/sdb6 13234 19457 49994248+ 7 HPFS/NTFS

ma config de grub.conf ::
default=2
timeout=5

hiddenmenu
title Fedora Core (2.6.9-1.667smp)
root (hd0,1)
kernel /boot/vmlinuz-2.6.9-1.667smp ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.9-1.667smp.img
title Fedora Core-up (2.6.9-1.667)
root (hd0,1)
kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.9-1.667.img
title Windows XP
rootnoverify (hd1,1)
makeactive
chainloader +1


ce que je veux c'est qui boot par default sur winxp ce qui fait deja mais il me donne a l'écran sa
title Windows XP
rootnoverify (hd1,1)
makeactive
chainloader +1

et sa en reste la ............

que doije changer dans la programmation????

Merci bcq!

1 réponse

j'ai finalment trouver la solution sur léa
http://lea-linux.org/admin/grub.html

Donc la configuration final pour un bon fonctionnement

default=2
timeout=5

hiddenmenu

title Fedora Core (2.6.9-1.667smp)
root (hd0,1)
kernel /boot/vmlinuz-2.6.9-1.667smp ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.9-1.667smp.img

title Fedora Core-up (2.6.9-1.667)
root (hd0,1)
kernel /boot/vmlinuz-2.6.9-1.667 ro root=LABEL=/1 rhgb quiet
initrd /boot/initrd-2.6.9-1.667.img

title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,1)
makeactive
chainloader +1





merci et jespere que je peux en aider un avec cette solution
0