<div dir="ltr">This is going to sound a little strange, but I'm trying to use an ISO image to kick off an iPXE installation.  Workflow would be as follows:<div><br></div><div>1.  Create ISO image with ipxe.iso with initrd script</div><div>2.  Boot machine off the ISO image</div><div>3.  Embedded script has static networking settings (No DHCP, No pxelinux.0, No TFTP servers)</div><div>4.  Machine then uses HTTP to load an Operating system</div><div><br></div><div>I think this is possible but since it's loading from isolinux instead of pxelinux I'm wondering if the network drivers are never being started.  </div><div>The troubles I'm having seem to be a few things:</div><div><br></div><div>1.  No network devices are found.  Booting up the basic ISO image (<a href="http://boot.ipxe.org/ipxe.iso">http://boot.ipxe.org/ipxe.iso</a>) and loading the command prompt I don't see any interfaces: </div><div>IPXE>ifstat</div><div>(returns nothing)</div><div><br></div><div><br></div><div>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.  Perhaps that would be something to add.  The drivers I use are the enic drivers. </div><div><br></div><div>2.  I thought to put a script on the ISO image my isolinux.cfg would look like: </div><div><br></div><div><div># These default options can be changed in the geniso script</div><div>SAY iPXE ISO boot image</div><div>TIMEOUT 30</div><div>DEFAULT ipxe.lkrn</div><div>LABEL ipxe.lkrn</div><div> KERNEL ipxe.krn</div><div> APPEND initrd=myscript.kpxe</div></div><div><br></div><div>But it says it can't find myscript.kpxe every time.  Where an I find the command line options for ipxe.krn? </div><div><br></div><div>My myscript.kpxe just says things like:</div><div><br></div><div><div>#!ipxe</div><div>echo +----- STATIC (embedded) -------------------------</div><div>ifopen net0</div><div>set net0/ip 172.28.225.131</div><div>set net0/netmask 255.255.254.0</div><div>set net0/gateway 172.28.224.1</div><div>set net0/dns 171.70.168.183</div><div>set net0/domain kubam.local</div><div>shell</div></div><div><br></div><div><br></div><div>Thank you for any help!</div><div><br></div><div>Vallard</div><div><br></div><div><br></div><div><br></div><div><br></div></div>