Grub version: 0.97-r9
fdisk -l output :
Code: Select all
Device Boot Start End Blocks Id System
/dev/sda1 * 1 5 40131 83 Linux
/dev/sda2 6 18 102400 7 HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3 18 21890 175687680 7 HPFS/NTFS
/dev/sda4 21891 60801 312552607+ 5 Extended
/dev/sda5 21891 22377 3911796 83 Linux
/dev/sda6 22378 28457 48837568+ 83 Linux
/dev/sda7 28458 60801 259803148+ 83 Linux
Disk /dev/sdb: 80.0 GB, 80025280000 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x000c2d1b
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 13 102400 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sdb2 13 9730 78045184 7 HPFS/NTFS
Code: Select all
title Windows 7
rootnoverify(hd1,0)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1
title Windows 7b
rootnoverify(hd1,1)
map (hd0) (hd1)
map (hd1) (hd0)
makeactive
chainloader +1
title Windows 7c
rootnoverify(hd1,0)
makeactive
chainloader +1
title Windows 7d
rootnoverify(hd1,1)
makeactive
chainloader +1
All the 4 options give "Error 13: Invalid or unsupported executable format".



