ho un problema con grub: tempo fa in seguito a problemi su un'hd ho modificato l'ordine di boot nel bios e non riesco piu' a caricare xp
o meglio riesco a caricare xp da bios ma non da grub:
grub e ubu su hda (hd0 oer grub)
xp sicuramente su sdd (hd5), con una sola partizione
sudo fdisk -l dei due dischi interessati:
Codice: Seleziona tutto
Disk /dev/hda: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Dispositivo Boot Start End Blocks Id System
/dev/hda1 * 1 9587 77007546 83 Linux
/dev/hda2 9588 9964 3028252+ 5 Esteso
/dev/hda5 9588 9964 3028221 82 Linux swap / Solaris
Disk /dev/sdd: 81.9 GB, 81964302336 bytes
255 heads, 63 sectors/track, 9964 cylinders
Units = cilindri of 16065 * 512 = 8225280 bytes
Dispositivo Boot Start End Blocks Id System
/dev/sdd1 * 1 9963 80027766 7 HPFS/NTFS
Codice: Seleziona tutto
(fd0) /dev/fd0
(hd0) /dev/hda
(hd1) /dev/hdb
(hd2) /dev/sda
(hd3) /dev/sdb
(hd4) /dev/sdc
(hd5) /dev/sdd
(hd6) /dev/sde
(hd7) /dev/sdjCodice: Seleziona tutto
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdd1
title Originale di ubu
root (hd5,0)
savedefault
makeactive
map (hd0) (hd5)
map (hd5) (hd0)
chainloader +1
title Win1
rootnoverify (hd5,0)
makeactive
chainloader +1
boot
title Win2
root (hd5,0)
makeactive
chainloader +1
boot
title Win3
map (hd0) (hd5)
map (hd5) (hd0)
rootnoverify (hd5,0)
makeactive
chainloader +1
boot
title Win4
map (hd0) (hd5)
map (hd5) (hd0)
root (hd5,0)
makeactive
chainloader +1
boot
title win5
rootnoverify (hd5,0)
makeactive
map (hd0) (hd5)
map (hd5) (hd0)
chainloader +1
boot
title win6
root (hd5,0)
makeactive
map (hd0) (hd5)
map (hd5) (hd0)
chainloader +1
boot
title win7
root (hd5,0)
makeactive
map (hd0) (hd5)
map (hd5) (hd0)
chainloader +1
boot