<p dir="ltr">Hi Michael,</p>
<p dir="ltr">thanks for the hint to iPXE and the example script. I was not aware of the status of gPXE.</p>
<p dir="ltr">I assume a note on the gPXE website with a link to iPXE is not possible?</p>
<p dir="ltr">Jochen<br>
</p>
<div class="gmail_quote">Am 21.10.2012 18:40 schrieb "Michael Brown" <<a href="mailto:mbrown@fensystems.co.uk">mbrown@fensystems.co.uk</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 21/10/12 01:45, Jochen Breuer wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm new to the mailing list and to gPXE. So I'm sorry if this has been<br>
asked before.<br>
<br>
I'd like to boot a PC with a local DHCP server but with a PXE config<br>
script that has been stored on a webserver. Exactly like it has been<br>
described here: <a href="http://etherboot.org/wiki/appnotes/autobootchainurl" target="_blank">http://etherboot.org/wiki/<u></u>appnotes/autobootchainurl</a><br>
<br>
Is this still the way to go or is this deprecated and can be performed<br>
with scripting only?<br>
</blockquote>
<br>
It's no longer necessary.  You can use an embedded script containing just:<br>
<br>
  #!ipxe<br>
  dhcp<br>
  chain url://for.your/boot/script.<u></u>ipxe<br>
<br>
You'll need to upgrade from gPXE (which has been unmaintained for a couple of years now, and doesn't have full scripting capability) to iPXE.<br>
<br>
Michael<br>
<br>
</blockquote></div>