Hey there,
as I really like the fog software I am currently trying to use is for more and more types of different machine. And currently I am stuck with trying to get one machine to boot via iPXE. The Network Adapter is a Broadcom netXtreme II. I run fog 1.2.0 on CentOS 6.5.
I tried several versions of the kpxe file but unfortunately without any success until now.
With the original [B].kpxe[/B] file it seems to start but then I get this and it’s stuck:
[CODE]Could not configure console: Input/output error (http://ipxe.org/1d8c2139)
Could not boot: Input/output error (http://ipxe.org/1d8c2139)
Could not boot: Input/output error (http://ipxe.org/1d8c2139)
Broadcom UNDI PXE-2.1 v2.8.5
Copyright 2000-2006 Braodcom Corporation
Copyright 1997-2000 Intel Corporation
All rights reserved.[/CODE]
With the original [B].kkpxe[/B] file I get this and the server continues with the next boot devices:
[CODE]Could not configure console: Input/output error (http://ipxe.org/1d8c2139)
Could not boot: Input/output error (http://ipxe.org/1d8c2139)
Could not boot: Input/output error (http://ipxe.org/1d8c2139)
PXE-M0F: Exiting Broadcom PXE ROM.[/CODE]
With the original .kpxe.INTEL i get this (the last line keeps repeating):
[CODE]CLIENT MAC ADDR: XX XX XX XX XX XX GUID: XXXXXXXX XXXX XXXX XXXX XXXXXXXXXXXX
CLIENT IP: 192.168.1.22 MASK: 255.255.255.0 DHCP IP: 192.168.1.1
PXE->EB: !PXE at 9FA.0040, entry point at 95FA.00D6
UNDI code segment 95FA::4964, data segment 982A.5D00 (576-619kB)
UNDI device is PCI 06:00.0, type DIX+802.3
576kB free base memory after PXE unload
iPXE initialising devices…Ethernet addr: XX:XX:XX:XX:XX:XX
Broadcom NetXtreme II (B2) PCI-X 64-bit 133MHz
Valid link not established
Ethernet addr: XX:XX:XX:XX:XX:XX
Broadcom NetXtreme II (B2) PCI-X 64-bit 133MHz
NIC Link is Up, 1000 Mbps full duplex, receive & transmit flow control ON
WARNING: Using legacy NIC wrapper on XX:XX:XX:XX:XX:XX
ok
iPXE 1.0.0+ (e5878) – Open Source Network Boot Firmware – http://ipxe.org
Features: NFS HTTP HTTPS iSCSI DNS TFTP AoE SRP bzImage ELF MBOOT PXE PXEXT Menu
Configuring (net0 XX:XX:XX:XX:XX:XX)… ok
/default.ipxe… ok
http://192.168.1.1/fog/service/ipxe/boot.php… ok
http://192.168.1.1/fog/service/ipxe/bg.png… transmit timed out
transmit timed out
transmit timed out
…[/CODE]
With the undionly.kpxe.INTEL from [URL=‘http://svn.code.sf.net/p/freeghost/code/trunk/packages/tftp/undionly.kpxe.INTEL’]this[/URL] link it’s just the same as the file included in the installed package.
At last I built my own undionly.kpxe from the iPXE git repository, then I got this messages looping again and again:
[CODE]CLIENT MAC ADDR: XX XX XX XX XX XX GUID: XXXXXXXX XXXX XXXX XXXX XXXXXXXXXXXX
CLIENT IP: 192.168.1.22 MASK: 255.255.255.0 DHCP IP: 192.168.1.1
PXE->EB: !PXE at 9FA.0040, entry point at 95FA.00D6
UNDI code segment 95FA::4964, data segment 982A.5D00 (576-619kB)
UNDI device is PCI 06:00.0, type DIX+802.3
576kB free base memory after PXE unload
iPXE initialising devices…ok
iPXE 1.0.0+ (a48a) – Open Source Network Boot Firmware – http://ipxe.org
Features: HTTP iSCSI DNS TFTP AoE bzImage ELF MBOOT PXE PXEXT Menu
net0: XX:XX:XX:XX:XX:XX using undionly on UNDI-PCI06:00.0 (open)
[Link:up, TX:0 TXE:0 RX:0 RXE:0]
Configuring (net0 XX:XX:XX:XX:XX:XX)… ok
net0: 192.168.1.21/255.255.255.0
Next server: 192.168.1.1
Filename: undionly.kpxe
tftp://192.168.1.1/undionly.kpxe… ok
…[/CODE]
So this is the point I ran out of ideas. So can you help me out and point me to where I should look next?