Hey everyone. I have a fresh Fog build 2202 installation that I’m trying to get working. When booting from iPXE, I get the enclosed error messages. The windowed picture is from a VMWare ESXi version 7 virtual machine and the other picture is from a brand new out of the box Dell OptiPlex 7010.
[IMG]http://i.imgur.com/vpbNjms.jpg[/IMG]
[IMG]http://i.imgur.com/WjIqDyo.jpg[/IMG]
Any help would be greatly appreciated. Looking at ([url]http://fogproject.org/forum/threads/pxe-boot-reopening-network-devices-kernel-panic.10643/#post-28566[/url]) I’ve tried the stock bzImage and bzImage32 with the correct corresponding init file as well as Tom Elliott’s latest kernels released today. All of the files and combinations tried come up with the same exact error message.
I should also note that we are chainloading iPXE off of PXE due to the fact that we have some legacy devices on the same subnet that we can’t transition just yet. The same error occurs when I try using a USB bootable copy of iPXE directly from the Dell OptiPlex 7010 with the following config:
DEFAULT vesamenu.c32
MENU TITLE Fog Reimage Menu
MENU COLOR TITLE 1;36;44 #ffffffff #00000000 std
LABEL iPXE Boot
MENU DEFAULT
KERNEL ipxe.krn
APPEND dhcp && chain [url]http://XXX.XXX.XXX.XXX/fog/service/ipxe/boot.php?mac=${net0/mac}[/url]
PROMPT 0
TIMEOUT 1
Thanks in advance!