<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><br><br>Hi,<br><br>&nbsp;&nbsp; Can some one please help me to resolve the PXEChaining problem I have ?<br><br>I have written a small PXE server which will serve the boot files, I have modified it to serve undionly.kpxe for clients booting over PXE and serve actual boot file (over http) for clients booting using gPXE (based on the gPXE user-class option)<br><br>But this is what happens: <br>&nbsp;* &nbsp; Target (VM) boots to PXE and gets gPXE (undionly.kpxe) image<br>&nbsp;* &nbsp; Now undionly.kpxe boots and runs the default embedded script (autoboot ?)<br>&nbsp;*&nbsp;&nbsp; However instead of sending another PXE boot request, all that I am seeing on target is: <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Boot from PXE
 Menu<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; No more network devices<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><br>I even tried to modify the default script to say:<br>&nbsp;&nbsp;&nbsp;&nbsp; #!gpxe<br>&nbsp;&nbsp;&nbsp;&nbsp; dhcp net0<br>&nbsp;&nbsp;&nbsp;&nbsp; startpxe<br>&nbsp;&nbsp;&nbsp;&nbsp; pxebs net0 0<br><br>&nbsp; Now the target fails with message: <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PXEBS (net0 type 0) Could not discover boot server on net0: Invalid argument (0x1c106002)<br><br>I am using gPXE 1.0.1. Can someone please help me to resolve this ? <br><br>Thanks,<br>Gopi<br></div><br></body></html>