In newer versions of Syslinux (chain.c32), the boot sector of the partition is also loaded to memory. So now you have to specify the partition number too:
Code:
LABEL win7
MENU LABEL Boot Windows Vista/2008/7 (bootmgr)
COM32 /boot/syslinux/chain.c32
APPEND boot 1 ntldr=/bootmgr
Code:
LABEL win7
MENU LABEL Boot Windows Vista/2008/7 (bootmgr)
COM32 /boot/syslinux/chain.c32
APPEND hd0,1 ntldr=/bootmgr
The partition number must point to the partition on which the /boot/BCD file is located.
_________________
Download
Ultimate Boot CD v5.0:
http://www.ultimatebootcd.com/download.htmlUse
Parted Magic for handling all partitioning task:
http://partedmagic.com/