@Sebastian-Roth said in Unable to Load Fog PXE Menu:
I have to say that I have not used docker much yet. So I am not sure what you mean by “actual Server IP”. Can you run ip a s
within the container and post output here?
It’s the IP address of my server. The container was set with it’s own IP instead of using the servers IP address like other containers since it wants to use port 80 (which the webGUI for the server runs on).
ip a s output:
# ip a s
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
2: tunl0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/ipip 0.0.0.0 brd 0.0.0.0
3: gre0@NONE: <NOARP> mtu 1476 qdisc noop state DOWN group default qlen 1000
link/gre 0.0.0.0 brd 0.0.0.0
4: gretap0@NONE: <BROADCAST,MULTICAST> mtu 1462 qdisc noop state DOWN group default qlen 1000
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
5: erspan0@NONE: <BROADCAST,MULTICAST> mtu 1450 qdisc noop state DOWN group default qlen 1000
link/ether 00:00:00:00:00:00 brd ff:ff:ff:ff:ff:ff
6: ip_vti0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/ipip 0.0.0.0 brd 0.0.0.0
7: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default qlen 1000
link/sit 0.0.0.0 brd 0.0.0.0
34: eth0@if13: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
link/ether 02:42:c0:a8:01:c8 brd ff:ff:ff:ff:ff:ff link-netnsid 0
inet 192.168.1.200/24 brd 192.168.1.255 scope global eth0
valid_lft forever preferred_lft forever
We don’t seem to find the time to support an official Docker image. So it’s up to community (you and other people) to keep this up to date.
Fair enough.
@Sebastian-Roth said in Unable to Load Fog PXE Menu:
@lordbob75 The “Exec format error” makes me think the client might be the issue. Do you have other machines at hand to test PXE booting to see if another one can properly load the FOG menu?
On the other hand I can imagine the iPXE binaries in 1.5.5 causing the problem. It’s not very likely but you never know. You can download the latest binaries from github and give it a try.
I just pulled out a 10ish year old laptop (still works!) with a BIOS (not U/EFI) and PXE booted it. No errors, but it just sits and hangs after the:
http://192.168.1.3/fog/service/ipxe/boot.php... ok
Oh, and I’ll try updating the binaries later, out of time for the day.