<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Sep 27, 2017 at 8:00 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:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-size:13px"><div>Hello,</div><div> </div><div id="gmail-m_4509014623814098564yui_3_16_0_ym19_1_1506344708738_29736">Today is the first day I start looking at iPXE. I could not find much documentation, but did spend time searching the web for answers without success.</div><div id="gmail-m_4509014623814098564yui_3_16_0_ym19_1_1506344708738_29737"> </div><div id="gmail-m_4509014623814098564yui_3_16_0_ym19_1_1506344708738_29738" dir="ltr">I've seen examples that use "iso raw" to boot Live CDs. Do I need to explicitly specific "tftp" in any "base-" or "root-" variables, or is tftp assumed if iscsi/http are not used?</div><div dir="ltr"><br></div></div></div></blockquote><div><br></div><div>Hi,</div><div><a href="http://ipxe.org">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 href="http://forum.ipxe.org">forum.ipxe.org</a> which has this question and many others asked, and in most cases also answered.</div><div><br></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 href="http://forum.ipxe.org/showthread.php?tid=9314&pid=14693#pid14693">http://forum.ipxe.org/showthread.php?tid=9314&pid=14693#pid14693</a></div><div><br></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></div><div>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><br></div><div>/Christian</div></div></div></div>