<div dir="ltr"><div><div>Dear Simon,<br><br></div>Thank you for your quick response. It certainly helped me, but nevertheless it took me several days to find a working solution. All google results, either directly or indirectly, seemed to indicate that the http redirection should be <b>for</b> the pxelinux.cfg/default file -- as my initial script shows, or via the 209/210 dhcp options. First when it dawned upon me that the http redirection should be <b>in</b> the  pxelinux.cfg/default file I got things working.<br>
<br></div>So my dnsmasq invocation now reads:<br><br><div><b>dnsmasq --enable-tftp --tftp-root=$PXEDIR --dhcp-range=$SUBNET.50,proxy \<br>   --pxe-service=x86PC,"Booting from the network: this may take a while...",lpxelinux</b><br>
</div><div><br>and my pxelinux.cfg/default file now reads:<br><br><b>DEFAULT pmagic<br><br># Boot the entire ISO over PXE.<br>LABEL pmagic<br>LINUX <a href="http://123.123.123.123/pxe/pmagic/memdisk">http://123.123.123.123/pxe/pmagic/memdisk</a><br>
INITRD <a href="http://123.123.123.123/pxe/pmagic/pmagic_2014_06_10.iso">http://123.123.123.123/pxe/pmagic/pmagic_2014_06_10.iso</a><br>APPEND iso<br><br></b></div><div>As an aside, the "lpxelinux.0" is the recent syslinux successor to gpexlinux.<br>
</div><div><br></div><div>Kind regards, Dick<br><br></div><div><br><br></div></div>