<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
<tt>Joakim Schicht wrote:</tt>
<blockquote type="cite" cite="mid:SNT102-W3031F4040C7D1EE37AA8E5B2960@phx.gbl">
  <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style><tt>Just
confirming that it works.<br>
  </tt></blockquote>
<tt><br>
Excellent.<br>
<br>
</tt>
<blockquote type="cite" cite="mid:SNT102-W3031F4040C7D1EE37AA8E5B2960@phx.gbl"><tt>Booted directly to the prompt of gPXE. Then chained
pxelinux.0 using these commands;<br>
  <br>
dhcp net0<br>
set 209:string pxelinux.cfg/default<br>
set 210:string <a href="http://ip_of_server/" class="moz-txt-link-freetext">http://ip_of_server/</a><br>
chain <a href="http://ip_of_server/pxelinux.0" class="moz-txt-link-freetext">http://ip_of_server/pxelinux.0</a><br>
  </tt></blockquote>
<tt><br>
You can save a few bytes on your 'chain' line with:<br>
<br>
chain ${210:string}pxelinux.0<br>
<br>
- Shao Miller<br>
</tt>
</body>
</html>