<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 27, 2017 at 10:10 PM, Richard Duran <span dir="ltr"><<a href="mailto:duranr@yahoo.com" target="_blank">duranr@yahoo.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><div id="m_1606247685371991885yMail_cursorElementTracker_1506542437606"><div style="font-family:Roboto,sans-serif;color:rgb(109,0,246)"><div id="m_1606247685371991885yMail_cursorElementTracker_1506542316089">On Wed, Sep 27, 2017 at 1:37 PM, Christian Nilsson</div><div><<a href="mailto:nikize@gmail.com" target="_blank">nikize@gmail.com</a>> wrote:</div></div><div style="font-family:sans-serif;padding:10px 0px 0px 20px;margin:10px 0px 0px;border-left:1px solid rgb(109,0,246)"><div id="m_1606247685371991885yiv1539493918"><div dir="ltr"><div class="m_1606247685371991885yiv1539493918gmail_extra"><div class="m_1606247685371991885yiv1539493918yqt6484360939 m_1606247685371991885yQTDBase" id="m_1606247685371991885yiv1539493918yqtfd83497"><div class="m_1606247685371991885yiv1539493918gmail_quote" id="m_1606247685371991885yMail_cursorElementTracker_1506542339489"><div id="m_1606247685371991885yMail_cursorElementTracker_1506542350824">Hi,</div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542424460"><a rel="nofollow" shape="rect" href="http://ipxe.org" target="_blank">ipxe.org</a> is mostly documentation, I can agree that it can be hard to navigate and find what you are looking for sometimes, but most information is there.</div><div>There is also <a rel="nofollow" shape="rect" href="http://forum.ipxe.org" target="_blank">forum.ipxe.org</a> which has this question and many others asked, and in most cases also answered.</div><div><br clear="none"></div><div>To start with your question about Live CD - you probably don't want to load the ISO into memory and then try to boot it even if iPXE can do that. One of many posts that explains why it probably won't work as you expect can be found at: <a rel="nofollow" shape="rect" href="http://forum.ipxe.org/showthread.php?tid=9314&pid=14693#pid14693" target="_blank">http://forum.ipxe.org/<wbr>showthread.php?tid=9314&pid=<wbr>14693#pid14693</a></div><div><br clear="none"></div><div>Loading anything large-ish over TFTP is probably a bad idea just because it's slow. One of the best parts with iPXE is it's high performance http support, so strongly suggest to use that.</div><div><br clear="none"></div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542413771">I don't remember the exact details but path access mostly works relative, if you just run chain filename, it should use tftp with the server ip given via dhcp, which is stored in the next-server variable. I can recommend the config command to check around which settings exists.</div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542412872"><br clear="none"></div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542383895">/Christian</div></div></div></div></div></div></div></div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542432180"><br></div></span><div id="m_1606247685371991885yMail_cursorElementTracker_1506542432337">My apologies.  What I meant by documentation was more along the lines of an actual user guide or reference. </div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542507830"><br></div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542507991">That said, I'm restricted to making this work on Windows server using native capabilities when available, i.e. no Apache. I don't have any interest in learning how to setup and secure the native HTTP server. </div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542754430"><br></div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542755002">I understand the limitations of TFTP,  but don't have the ready capability to rebuild IPXE with NFS enabled. That is unless it can be done fairly easily in a LiveCD environment.</div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542974059"><br></div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542974206">Thank you for the info on relative paths. </div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542996929"><br></div><div id="m_1606247685371991885yMail_cursorElementTracker_1506542997108">Kind regards, </div><span class="HOEnZb"><font color="#888888"><div id="m_1606247685371991885yMail_cursorElementTracker_1506543002168">-rd</div></font></span></blockquote></div><br></div><div class="gmail_extra">I'd strongly encourage you to use IIS rather then TFTP - it will save you lots and _lots_ of pain.</div><div class="gmail_extra">Minimal install of IIS is totally fine, just create a clean site and don't enable https and there won't be any bigg issues ... if you want to be super secure you could even disable all ASP and other scripting support easily via the UI.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Getting the windows TFTP service to play ball just for the basic stuff usually takes a few weeks in most cases :(</div><div class="gmail_extra">And NFS isn't really a better option.</div><div class="gmail_extra"><br></div><div class="gmail_extra">In regards to rebuilding you probably will want to be able to, and it's even possible with the new "Linux support" in Windows 10 so just get a local ubuntu shell up-n-running and you will be able to build if need be.</div><div class="gmail_extra"><br></div><div class="gmail_extra">But none of this will solve the ISO boot issue on It's own, what are you trying to boot?</div><div class="gmail_extra"><br></div></div>