<html>
<head>


<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font size="2" face="Arial, sans-serif">
<div>Hello all,</div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div>I’m probably as newbie as they come so bare with me if I’m missing the obvious…</div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div>Simply put:  My end goal is to have a boot iso that will grab a pxeboot menu from the network.</div>
<div>I already have a tftp/http server serving up the standard pxe menu via “/tftpboot/pxelinux.cfg/default”.</div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div>The iso will need to allow a user to input ip information. (dhcp is not allowed on our networks)</div>
<div>Then use that to retrieve the pxe menu.</div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div>I have ready through the docs, mail archives, how-tos, and general google searches.</div>
<div>Maybe I’m using the wrong terminology in my searches.</div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div>I have tried generating iso’s from the rom-o-matic site (checked all boxes) with an embedded script to no avail.</div>
<div>My embedded scripts looked similar to this with minor alterations trying different combinations…</div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div>=================================</div>
<div><font face="Courier New, monospace">#!gpxe</font></div>
<div><font face="Courier New, monospace">ifopen net0</font></div>
<div><font face="Courier New, monospace">set net0/ip 10.1.1.2</font></div>
<div><font face="Courier New, monospace">set net0/netmask 255.255.255.0</font></div>
<div><font face="Courier New, monospace">set net0/gateway 10.1.1.1</font></div>
<div><font face="Courier New, monospace">chain <a href="http://myserver/boot/pxelinux.0">
http://myserver/boot/pxelinux.0</a></font></div>
<div><font face="Courier New, monospace">boot</font></div>
<div>=================================</div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div>Hopefully this is an easy task and I’m just missing something.</div>
<div>Thanks for making it through all that and for any help you guys can provide this newbie.   :)</div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div>-Josh</div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
<div><font size="3" face="Times New Roman, serif"> </font></div>
</font>
</body>
</html>