syslinux不能引导ntldr,但是可以用下列方法
# boot from hd
label 0
localboot 0x80
# boot from floppy
label a
localboot 0x00
# cancel and try next boot device
label q
localboot -1
# boot from 1st hd
label aHD
kernel chain.c32
append hd0 0
# boot from 2nd hd
label bHD
kernel chain.c32
append hd1 0
Last edited by barton on 2008-2-17 at 07:12 PM ]