Hi, I have a similar setup but Seve's solution does not work.
Code:
# /sbin/fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1305 10482381 83 Linux
/dev/sda2 1306 13054 94373842+ 83 Linux
/dev/sda3 13055 13152 787185 82 Linux swap / Solaris
Disk /dev/sdb: 250.0 GB, 250059350016 bytes
255 heads, 63 sectors/track, 30401 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 1307 10498446 7 HPFS/NTFS
/dev/sdb2 1308 30400 233689522+ f W95 Ext'd (LBA)
/dev/sdb5 1308 30400 233689491 7 HPFS/NTFS
Code:
cat /boot/grub/device.map
# this device map was generated by anaconda
(hd0) /dev/sda
(hd1) /dev/sdb
Code:
title Windows XP
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
chainloader +1
When I try to boot I see the lines above and it just sits there. If i switch around the cables windows boots fine.