<div dir="ltr">Thanks so much for responding!  So do I just need to talk to Cisco to make a native driver and contribute it to iPXE?  Are you accepting contributions for it? <div><br></div><div>Also, the reason I want to do the myscript.ipxe is because I plan on changing that file a bunch with some scripting, so I'd rather compile once and then use the initrd argument if that is possible.  </div><div><br></div><div>Finally, would the scenario I mentioned actually work if the native driver support was in the iPXE ISO image? </div><div><br></div><div>Thank you very much for such a great tool!</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Aug 30, 2017 at 3:43 PM, Michael Brown <span dir="ltr"><<a href="mailto:mcb30@ipxe.org" target="_blank">mcb30@ipxe.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 30/08/17 22:05, Vallard wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
1.  No network devices are found.  Booting up the basic ISO image (<a href="http://boot.ipxe.org/ipxe.iso" rel="noreferrer" target="_blank">http://boot.ipxe.org/ipxe.iso</a><wbr>) and loading the command prompt I don't see any interfaces:<br>
IPXE>ifstat<br>
(returns nothing)<br>
<br>
I'm wondering if this is that the Cisco UCS drivers are just not in there.  I didn't see them in the src when I compiled from scratch either.<br>
</blockquote>
<br></span>
Your guess is correct.  iPXE has no native driver for the Cisco UCS NICs.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2.  I thought to put a script on the ISO image my isolinux.cfg would look like:<br>
</blockquote>
<br></span>
If you are building from source, then the easiest solution is to just embed your script:<br>
<br>
  make bin/ipxe.iso EMBED=myscript.ipxe<span class="HOEnZb"><font color="#888888"><br>
<br>
Michael<br>
</font></span></blockquote></div><br></div>