<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>Hi,</DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<DIV> </DIV>
<DIV>I tried that and I get the following - the menu displays and I select Memtest</DIV>
<DIV> </DIV>
<DIV>then I get the following output:</DIV>
<DIV> </DIV>
<DIV><A href="http://.../memtest/memtest.img" target=_blank rel=nofollow>http://.../memtest/memtest.img</A>. ok</DIV>
<DIV>. Error 0x3d008001 (<A href="http://ipxe.org/3d008001" target=_blank rel=nofollow>http://ipxe.org/3d008001</A>)</DIV>
<DIV>Could not fetch <A href="http://.../menu.c32" target=_blank rel=nofollow>http://.../menu.c32</A>: Error 0x3d008001 (<A href="http://ipxe.org/3d008001" target=_blank rel=nofollow><FONT color=#0000ff>http://ipxe.org/3d008001</FONT></A>)</DIV>
<DIV>Could not chain image: Error 0x3d008001 (<A href="http://ipxe.org/3d008001" target=_blank rel=nofollow><FONT color=#0000ff>http://ipxe.org/3d008001</FONT></A>)</DIV>
<DIV>No more network devices</DIV>
<DIV> </DIV>
<DIV>Any ideas what is going wrong?</DIV>
<DIV> </DIV>
<DIV>Regards.</DIV>
<DIV>Shahid<BR></DIV>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif"><BR>
<DIV style="FONT-SIZE: 13px; FONT-FAMILY: arial, helvetica, sans-serif"><FONT face=Tahoma size=2>
<HR SIZE=1>
<B><SPAN style="FONT-WEIGHT: bold">From:</SPAN></B> Sven Dreyer <sven@dreyer-net.de><BR><B><SPAN style="FONT-WEIGHT: bold">To:</SPAN></B> Shahid Munir <mr_shahid_munir2@yahoo.co.uk><BR><B><SPAN style="FONT-WEIGHT: bold">Cc:</SPAN></B> ipxe-devel@lists.ipxe.org<BR><B><SPAN style="FONT-WEIGHT: bold">Sent:</SPAN></B> Fri, 4 March, 2011 17:38:24<BR><B><SPAN style="FONT-WEIGHT: bold">Subject:</SPAN></B> Re: [ipxe-devel] iPXE and Windows Server 2003<BR></FONT><BR>Hi Shahid,<BR><BR>Am 04.03.2011 18:08, schrieb Shahid Munir:<BR>> I'll try that. How do I get a menu to appear so I could run memtest or<BR>> load firmware alongside the ESXi install?<BR><BR>Create boot.ipxe:<BR><BR>#!gpxe<BR>chain <A href="http://your.webserver/menu.c32" target=_blank rel=nofollow>http://your.webserver/menu.c32</A> <A href="http://your.webserver/menu.cfg" target=_blank rel=nofollow>http://your.webserver/menu.cfg</A><BR><BR>Create a menu.cfg in the syslinux/pxelinux
 menu style. Add entries like these:<BR><BR>LABEL esxi<BR>  MENU LABEL Install ESXi<BR>  KERNEL <A href="http://your.webserver/installesxi.ipxe" target=_blank rel=nofollow>http://your.webserver/installesxi.ipxe</A><BR>LABEL memtest<BR>  MENU LABEL Memory Test<BR>  KERNEL <A href="http://your.webserver/memtest.img" target=_blank rel=nofollow>http://your.webserver/memtest.img</A><BR><BR>As you can see, you can load further iPXE scripts (the installesxi.ipxe).<BR><BR>Put boot.ipxe, menu.c32, menu.cfg, memtest.img and installesxi.ipxe to your webserver root directory.<BR><BR>Configure your DHCP server to hand out "<A href="http://your.webserver/boot.ipxe" target=_blank rel=nofollow>http://your.webserver/boot.ipxe</A>" as boot file name.<BR><BR>Regards, Sven<BR></DIV></DIV></DIV><BR></DIV></DIV></div><br>



      </body></html>