[ipxe-devel] Error code 280860 : link down, driver not loaded ?

Michael Brown mcb30 at ipxe.org
Thu Sep 28 11:15:41 UTC 2017


On 28/09/17 11:29, Géraud Guibert wrote:
> For sure, this code is confirming that the network is down, as
> told by ifstat and route...
> 
> Here is the script :
 >
 > <snip>

As I thought: there is nothing in your embedded script that will open 
the network interface.  You will need to use the "ifopen" command.

Also, for static IP address assignment you need to set the address on a 
specific network interface.  For example:

   set net0/ip y.y.y.y

Michael



More information about the ipxe-devel mailing list