<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body text="#000000" bgcolor="#ffffff">
<tt>Chapman, Mark wrote:</tt>
<blockquote type="cite" cite="mid:634C2DB52159FF43A7DCCD5DE0DE9E940663E932A9@utc-mail2k3-01.ultimate.com">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]--><tt><o:SmartTagType name="PersonName" namespaceuri="urn:schemas-microsoft-com:office:smarttags">
<!--[if !mso]>
<style>
st1\:*{behavior:url(#default#ieooui) }
</style>
<![endif]-->
<style>
<!--
/* Font Definitions */
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
        {font-family:"MV Boli";}
@font-face
        {font-family:"Eras Medium ITC";
        panose-1:2 11 6 2 3 5 4 2 8 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";
        color:black;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
p
        {mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:12.0pt;
        font-family:"Times New Roman";
        color:black;}
pre
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
tt
        {font-family:"Courier New";}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</o:SmartTagType></tt>
<div class="Section1">
<p class="MsoNormal"><tt><font size="2" color="navy"><span style="font-size: 10pt; font-family: Arial; color: navy;">With that
said let me first try and
describe the system:<o:p></o:p></span></font></tt></p>
<p class="MsoNormal"><tt><font size="2" color="navy"><span style="font-size: 10pt; font-family: Arial; color: navy;"><o:p>... </o:p></span></font></tt></p>
<p class="MsoNormal"><tt><font size="2" color="navy"><span style="font-size: 10pt; font-family: Arial; color: navy;">The server
is Linux 2.6.x
and setup to support Etherboot via TFTP. I don’t believe it is
setup to support gPXE at all.</span></font></tt></p>
</div>
</blockquote>
<tt>Etherboot and gPXE can function in similar scenarios. Both can
communicate with a DHCP service to obtain PXE parameters, such as an IP
address and a boot file.<br>
</tt>
<blockquote type="cite" cite="mid:634C2DB52159FF43A7DCCD5DE0DE9E940663E932A9@utc-mail2k3-01.ultimate.com">
<div class="Section1">
<p class="MsoNormal"><tt><font size="2" color="navy"><span style="font-size: 10pt; font-family: Arial; color: navy;">The image
used to download to the diskless
workstation is based on a linux 2.4.x kernel.</span></font></tt></p>
</div>
</blockquote>
<tt>I believe that you can load Linux 2.4.x kernels from gPXE.<br>
</tt>
<blockquote type="cite" cite="mid:634C2DB52159FF43A7DCCD5DE0DE9E940663E932A9@utc-mail2k3-01.ultimate.com">
<div class="Section1">
<p class="MsoNormal"><tt><font size="2" color="navy"><span style="font-size: 10pt; font-family: Arial; color: navy;">...I created
a DOS floppy disk image
that I can boot to also on the diskless system.</span></font></tt></p>
</div>
</blockquote>
<tt>A DOS floppy image can be loaded with gPXE -> MEMDISK, where
MEMDISK is loaded as a "kernel" by gPXE. The floppy image is supplied
as the initrd. MEMDISK will then take the initrd and emulate a floppy
disk and boot it. Assuming that the DHCP service provides the
next-server DHCP option to the gPXE client, you could do something like
the following from the gPXE CLI (and which could be adapted to a
script).<br>
<br>
gPXE> initrd dosimg.vfd<br>
...ok<br>
gPXE> chain memdisk<br>
</tt>
<blockquote type="cite" cite="mid:634C2DB52159FF43A7DCCD5DE0DE9E940663E932A9@utc-mail2k3-01.ultimate.com">
<div class="Section1">
<p class="MsoNormal"><tt><font size="2" color="navy"><span style="font-size: 10pt; font-family: Arial; color: navy;">So any
documentation you can point me to (specifically
to solve this problem) would be great.</span></font></tt></p>
</div>
</blockquote>
<tt>Could you please describe what the end goal is? There might be a
way to accomplish it without using wrappers or your nbi.img. Will you
have a mixture of both older Etherboot clients as well as newer gPXE
clients? What's going to be booted? A Linux OS? DOS? I apologize if
I've missed these details.<br>
<br>
- Shao Miller<br>
</tt>
</body>
</html>