Hello,<br>I have read <a href="http://etherboot.org/wiki/httpboot">http://etherboot.org/wiki/httpboot</a>, it said we can boot pxe from http protocol. <br>But I cannot modify configuration of DHCP server, I just follow<br>

<br><pre class="code"> #!gpxe
  echo Performing DHCP on first network interface
  dhcp net0
  set 209:string pxelinux.cfg/default
  set 210:string <a href="http://example.com/">http://example.com/</a>
  chain ${210:string}pxelinux.0<br><br>Seems booting has problem, it can show bsb.msg, but when load kernel, it will say that cannot find. <br>Any idea how to fix? <br><br></pre>Thanks,<br>yixuan<br>