[ipxe-devel] iPXE concurrent use of two interfaces in different subnets not working

Michael Brown mcb30 at ipxe.org
Fri Mar 14 00:17:08 UTC 2014


On 12/02/14 18:51, Laborde, Louis (HP Servers) wrote:
> The problem is that after discovering the not bootable SAN device on
> net0, and trying to PXE boot over net1, iPXE can’t
> access the SAN device anymore on net0, and the PXE boot over net1 fails.
>
> Here is the spew seen on the console:
> <snip>

You'll need to use a slightly more manual process to avoid the automatic 
closing of interfaces which iPXE does to conserve memory:

#!ipxe
dhcp net0
sanhook ${root-path}
dhcp net1
chain ${filename}

Michael



More information about the ipxe-devel mailing list