Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
HP 2570p (no network with iPXE undionly.kpxe) but ipxe.lkrn is working.
2012-10-03, 12:22 (This post was last modified: 2012-10-03 12:48 by Torgeir.)
Post: #6
RE: HP 2570p (no network with iPXE undionly.kpxe) but ipxe.lkrn is working.
With ipxe.pxe the 2570p worked. But the z400 stopped working.
z400 works with undionly.kpxe, but not the 2570p...

As of now my main problems is between the HP z400 and the 2570p.

Any ideas?

In testing now I dont use pxelinux first, I test straight from DHCP (in case pxelinux have some bugs).

This is the base config:
Code:
if exists user-class and option user-class = "iPXE" {
      filename "http://my.web.server/real_boot_script.php";
} else {
       filename "undionly.kpxe";
}

I belive I have tried most of the ipxe.* and undionly.* (ipxe.kpxe did not work better with these two machines).

Is there a possibility that there is a bug, with ipxe.pxe and HP z400. And with undionly.kpxe and HP 2570p?

Torgeir
Some info on the network controllers in these two computers.

lspci -nn (on the hp 2570p)
Code:
00:19.0 Ethernet controller [0200]: Intel Corporation 82579LM Gigabit Network Connection [8086:1502] (rev 04)

lspci -nn (on the hp z400)
Code:
01:00.0 Ethernet controller [0200]: Broadcom Corporation NetXtreme BCM5764M Gigabit Ethernet PCIe [14e4:1684] (rev 10)

We have an extra broadcom we use on the z400 (with old Symantec LSD Windows XP installations) BCM5751KFBG, that card works great with both ipxe.* and undionly.*

Torgeir
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: HP 2570p (no network with iPXE undionly.kpxe) but ipxe.lkrn is working. - Torgeir - 2012-10-03 12:22



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