The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 807 - File: showthread.php PHP 7.3.15 (Linux)
File Line Function
/showthread.php 807 errorHandler->error





Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
ipxe for PRO 1000 intel 808610d3.rom not woking - bhaskarkolkar@gmail.com - 2018-03-19 05:02



User(s) browsing this thread: 1 Guest(s)