Add an menu item thruogh web GUI
-
@jgallo We do see the deploy image option yet it always errors out with “failed chainloading -s”. I can get the full error when I use it today.
-
![0_1532534139359_IMG_1.jpg](Uploading 100%)
-
@klkwarrior please try reuploading but wait until you see the picture load before submitting.
-
-
@klkwarrior did you start creating your own menu items?
-
@tom-elliott no, this is the current state of deploy image. I have tried looking up this error and always get sent to ipxe.org/cmd. From other co-workers of mine, they say this started to happen after we had our Fog Server updated. I was not here when this happened.
-
@tom-elliott Would getting the boot.php file help diagnose this issue? if so i can provide that.
-
@klkwarrior Even better, please open the following URLs in your browser and provide the full output you get here: http://10.0.0.5/fog/service/ipxe/boot.php and http://10.0.0.5/fog/service/ipxe/boot.php?mac=xx:xx:xx:xx:xx:xx (put in the client PC MAC address instead of xx:xx:xx:xx:xx:xx)
-
-
@klkwarrior Can’t see where this
-S
is coming from. Can you please capture the HTTP traffic when this is happening?- Get your client ready but don’t start yet. Make sure you know the IP address it receives on DHCP later on.
- install tcpdump on your FOG server (e.g.
sudo apt-get install tcpdump
) - run tcpdump:
sudo tcpdump -w item_issue.pcap host x.x.x.x
(put in the client’s IP address instead of x.x.x.x and leave the command running) - boot up the client till you see the error message on screen - then stop tcpdump (ctrl+c), upload the item_issue.pcap file to some server/cloud and post a link here.