<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri" size="2"><span style="font-size:11pt;">
<div>Hi</div>
<div>I’am using ipxe to boot my old PC-Hardware via USB-Stick. The reason why I need the USB stick is that the old PC does not support pxe boot via Network. So I have setup a TFTP server holding a pxelinux.0 binary. But my problem starts when I use the dhcp
command to get the ip address. As soon as I call the DHCP command, the PC hangs an I have to manually restart it. Here the output of the dmidecode command of my Hardware.</div>
<div> </div>
<div>  </div>
<div>Here the script I am using</div>
<div> </div>
<div><font face="Courier New">#!ipxe</font></div>
<div><font face="Courier New"> </font></div>
<div><font face="Courier New"># Get ip address</font></div>
<div><font face="Courier New">dhcp</font></div>
<div><font face="Courier New"> </font></div>
<div><font face="Courier New"># Override dhcp settings</font></div>
<div><font face="Courier New">echo Override current dhcp settings next-server=${next-server} and filename=${filename}</font></div>
<div><font face="Courier New">set next-server 192.168.201.24</font></div>
<div><font face="Courier New">set filename pxelinux.0</font></div>
<div><font face="Courier New"> </font></div>
<div><font face="Courier New"># Boot</font></div>
<div><font face="Courier New">echo Booting ${filename} on server ${next-server}</font></div>
<div><font face="Courier New">chain tftp://${next-server}/${filename}</font></div>
<div> </div>
<div>I also compiled the latest  version of pxe. </div>
<div> </div>
<div> </div>
<div> </div>
<div>Any idea what is the problem? Please let me know if you need more information.</div>
<div> </div>
<div>Thanks in advanced </div>
<div>Dani </div>
<div> </div>
<div>P.S The pxe boot in general is working because on newer Hardware it works.</div>
<div> </div>
<div><b>Daniel Tellenbach</b></div>
<div>Senior Solution Architect</div>
<div> </div>
<div><font size="2"><span style="font-size:10pt;">Wincor Nixdorf AG</span></font></div>
<div><font size="2"><span style="font-size:10pt;">Stationsstrasse 5</span></font></div>
<div><font size="2"><span style="font-size:10pt;">8306 Brüttisellen, Switzerland</span></font></div>
<div><font size="2"><span style="font-size:10pt;"> </span></font></div>
<div><font size="2"><span style="font-size:10pt;">Office: +41 44 835 34 69</span></font></div>
<div><font size="2"><span style="font-size:10pt;">Mobile: +41 79 233 42 69</span></font></div>
<div><font size="2"><span style="font-size:10pt;">daniel.tellenbach@wincor-nixdorf.ch</span></font></div>
<div><font size="2"><span style="font-size:10pt;"> </span></font></div>
<div><a href="http://www.wincor-nixdorf.ch"><font size="2" color="blue"><span style="font-size:10pt;"><u>www.wincor-nixdorf.ch</u></span></font></a></div>
<div><a href="https://twitter.com/wincornixdorf"><font size="2" color="blue"><span style="font-size:10pt;"><u>Twitter</u></span></font></a><font size="2"><span style="font-size:10pt;"> </span></font><a href="https://www.youtube.com/user/wincornixdorf/videos"><font size="2" color="blue"><span style="font-size:10pt;"><u>YouTube</u></span></font></a><font size="2"><span style="font-size:10pt;">
</span></font><a href="https://www.xing.com/companies/wincornixdorfinternationalgmbh"><font size="2" color="blue"><span style="font-size:10pt;"><u>Xing</u></span></font></a><font size="2"><span style="font-size:10pt;"> </span></font><a href="https://www.linkedin.com/company/wincor-nixdorf"><font size="2" color="blue"><span style="font-size:10pt;"><u>LinkedIn</u></span></font></a><font size="2"><span style="font-size:10pt;">
</span></font><a href="https://www.facebook.com/wincornixdorf.de"><font size="2" color="blue"><span style="font-size:10pt;"><u>Facebook</u></span></font></a></div>
<div> </div>
<div> </div>
</span></font>
</body>
</html>