I am trying to use chain.c32 to boot windows xp from a hard disk. In my pxelinux.cfg file I have the following: Prompt 1 Default menu1 Timeout 2 Label menu1 Kernel chain.c32 hd0 1 When my system boots it gives me the following usage error Usage: chain.c32 (hd|fd)# [partition] Boot: If I type chain.c32 hd0 1 at the boot prompt the system boots windows ok. Any help would be appreciated. Thanks, Bill
> Label menu1 > Kernel chain.c32 hd0 1 > > When my system boots it gives me the following usage error > Usage: chain.c32 (hd|fd)# [partition] > Boot: > > If I type chain.c32 hd0 1 at the boot prompt the system boots windows > ok. Any help would be appreciated.try this: label menu1 kernel chain.c32 apppend hd0 1 Cheers Alex