<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> 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> * Target (VM) boots to PXE and gets gPXE (undionly.kpxe) image<br> * Now undionly.kpxe boots and runs the default embedded script (autoboot ?)<br> * However instead of sending another PXE boot request, all that I am seeing on target is: <br> Boot from PXE
Menu<br> No more network devices<br> <br><br>I even tried to modify the default script to say:<br> #!gpxe<br> dhcp net0<br> startpxe<br> pxebs net0 0<br><br> Now the target fails with message: <br> 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>