poichè avevo una gran voglia d farmi del male, ho installato windows xp su una partizione del mio (unico) hd. Ovviamente ho poi dovuto usare supergrub per non permettere al MBR di avere la meglio,e infine ho aggiunto nel menu.lst la voce appropriata per xp.
Stranamente però,se all'avvio nel menu del grub seleziono windows xp,parte Vista. ???
Ho pensato ad un errore nella specifica dell'hd0, ma mi pare di aver fatto tutto nel modo giusto.
Vi posto l'fdisk -l e il mio menu.lst ,magari possono esservi d'aiuto a capirci qualcosa..
Codice: Seleziona tutto
Disco /dev/sda: 250.0 GB, 250059350016 byte
76 testine, 10 settori/tracce, 642627 cilindri
Unità = cilindri di 760 * 512 = 389120 byte
Identificativo disco: 0x0000096f
Dispositivo Boot Start End Blocks Id System
/dev/sda1 1 26948 10240235 1c W95 FAT32 (LBA) nascosto
/dev/sda2 26949 357622 125656120 7 HPFS/NTFS <-----qui c'è Vista
/dev/sda3 * 357623 465410 40959440 7 HPFS/NTFS <-----qui c'è XP
/dev/sda4 465411 642627 67342460 f W95 Esteso (LBA)
/dev/sda5 465412 630926 62895700 83 Linux
/dev/sda6 630927 642627 4446375 82 Linux swap / Solaris
Disco /dev/sdc: 250.0 GB, 250059350016 byte
255 testine, 63 settori/tracce, 30401 cilindri
Unità = cilindri di 16065 * 512 = 8225280 byte
Identificativo disco: 0x578c0840
Dispositivo Boot Start End Blocks Id System
/dev/sdc1 1 30401 244196001 7 HPFS/NTFS
Codice: Seleziona tutto
title Ubuntu 8.10, kernel 2.6.27-14-generic
uuid bea1c5a9-5319-4fe6-a6ae-14881079fa0c
kernel /boot/vmlinuz-2.6.27-14-generic root=UUID=bea1c5a9-5319-4fe6-a6ae-14881079fa0c ro quiet splash
initrd /boot/initrd.img-2.6.27-14-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-14-generic (recovery mode)
uuid bea1c5a9-5319-4fe6-a6ae-14881079fa0c
kernel /boot/vmlinuz-2.6.27-14-generic root=UUID=bea1c5a9-5319-4fe6-a6ae-14881079fa0c ro single
initrd /boot/initrd.img-2.6.27-14-generic
title Ubuntu 8.10, kernel 2.6.27-11-generic
uuid bea1c5a9-5319-4fe6-a6ae-14881079fa0c
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=bea1c5a9-5319-4fe6-a6ae-14881079fa0c ro quiet splash
initrd /boot/initrd.img-2.6.27-11-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-11-generic (recovery mode)
uuid bea1c5a9-5319-4fe6-a6ae-14881079fa0c
kernel /boot/vmlinuz-2.6.27-11-generic root=UUID=bea1c5a9-5319-4fe6-a6ae-14881079fa0c ro single
initrd /boot/initrd.img-2.6.27-11-generic
title Ubuntu 8.10, memtest86+
uuid bea1c5a9-5319-4fe6-a6ae-14881079fa0c
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista
root (hd0,0)
savedefault
makeactive
chainloader +1
# Windows XP startup
title Windows XP
root (hd0,2)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Windows Vista
root (hd0,1)
savedefault
makeactive
chainloader +1
ok ho risolto

