<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.preprocessor
        {mso-style-name:preprocessor;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></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]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>I am able to compile tftp and even boot winpe using the iso, so everything manuelly works if I type it.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>but I am not able to embed the script with my compiler (to make it automatic )<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><span style='font-size:9.5pt;font-family:"Courier New";color:#3F639E;background:#F5F2F0'>cd src <o:p></o:p></span></p><p class=MsoNormal><span style='font-size:9.5pt;font-family:"Courier New";color:#3F639E;background:#F5F2F0'>make bin/undionly</span><span class=preprocessor><span style='font-size:9.5pt;font-family:"Courier New";color:#D75959'>.kkkpxe</span></span><span style='font-size:9.5pt;font-family:"Courier New";color:#3F639E;background:#F5F2F0'> EMBED=../ipxelinux</span><span class=preprocessor><span style='font-size:9.5pt;font-family:"Courier New";color:#D75959'>.ipxe<o:p></o:p></span></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>and my ipxelinux.ipxe text file has<o:p></o:p></p><p class=MsoNormal>#!ipxe<o:p></o:p></p><p class=MsoNormal>dhcp<o:p></o:p></p><p class=MsoNormal>boot <a href="http://1.1.1.1/linux.ipxe">http://1.1.1.1/linux.ipxe</a><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>my tftp server only has the undionly.kkkpxe file it.<o:p></o:p></p><p class=MsoNormal>do I need to pass also another tftp file for instance the ipxelinux.ipxe file<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>so I want it to auto dhcp and boot from a web server inside the script.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>but its not working, I don't see any notes for this part anywhere.<o:p></o:p></p><p class=MsoNormal>any insight.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>thanks<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>James<o:p></o:p></p></div></body></html>