ipxe for PRO 1000 intel 808610d3.rom not woking
|
2018-03-19, 05:02
Post: #1
|
|||
|
|||
ipxe for PRO 1000 intel 808610d3.rom not woking
Hi
we are trying to get Ipxe working on AMD board with pro1000 (808610d3 - 82574L NIC). This is working good on couple of boards. we have made few changes to SATA and added new wifi card, the Ipxe is not working on new board. Problem observed: unable to find mac and net devices (busid and mac is blank). Ipxe code keeps trying in function "ifcommon_exec" : /* Try all interfaces */ rc = -ENODEV; for_each_netdev ( netdev ) { if ( ( ( rc = ifcmd->payload ( netdev, opts ) ) == 0 ) && ifcmd->stop_on_first_success ) { return 0; } please help me to debug the issue. let me know what may be the problem. Can i use pciscan command to fill config information dynamically. Thanks Bhaskar |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
ipxe for PRO 1000 intel 808610d3.rom not woking - bhaskarkolkar@gmail.com - 2018-03-19 05:02
RE: ipxe for PRO 1000 intel 808610d3.rom not woking - NiKiZe - 2018-03-19, 17:24
|
User(s) browsing this thread: 1 Guest(s)