holy jeez...
whatever happened to...
title Windows
root (hd0,0)
chainload +1
boot
...?
note to self, never help an ubuntu user again.
title Windows
root (hd0,0)
chainload +1
boot
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x6e1e3a9b
Device Boot Start End Blocks Id System
/dev/sda1 1 33526 269292423+ 7 HPFS/NTFS
/dev/sda2 * 33527 33557 249007+ 7 HPFS/NTFS
/dev/sda3 33558 38914 43023361 5 Extended
/dev/sda5 33558 38167 37022720 83 Linux
/dev/sda6 38167 38914 5999616 82 Linux swap / Solaris
menuentry "Windows 7 (custom)" {
insmod part_msdos
insmod ntfs
set root=(hd0,2)
chainloader +1
}
menuentry "Windows 7 (custom)" {
insmod ntfs
set root=(hd0,2)
parttool (hd0,2) boot+
chainloader +1
}