Problems with Optiplex 5260 in an advanced PXE environment
-
@george1421
only that#!ipxe chain tftp://172.16.4.8/default.ipxe
-
@pbriec Just for clarification, this file is from the FOG Server and not your main pxe boot server? We need this chain command file on your primary pxe boot server only.
You should not have touched this file, its created by the fog installer. If your post is accurate that explains why we received that error message.
-
@george1421 The default.ipxe file on the FOG server should look like this:
#!ipxe cpuid --ext 29 && set arch x86_64 || set arch ${buildarch} params param mac0 ${net0/mac} param arch ${arch} param platform ${platform} param product ${product} param manufacturer ${product} param ipxever ${version} param filename ${filename} param sysuuid ${uuid} isset ${net1/mac} && param mac1 ${net1/mac} || goto bootme isset ${net2/mac} && param mac2 ${net2/mac} || goto bootme :bootme chain http://<fog_server_ip>/fog/service/ipxe/boot.php##params
where
<fog_server_ip>
is the physical IP address of your fog server on your imaging network. -
good job! you are the best.
it seems to work with my VM. I will try with the Opliplex 5260 very soon. I’m not on the same working place today.
thanks
Pierre