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