iPXE Menu item disappears from boot menu
-
Please post a screen shot of how you have the menu configured in the fog gui. The fog ipxe menu should be consistent every time.
-
Hi, as mentioned this is reproducible so you don’t need my exact example. To show this problem, simply do the following:
- Connect to your FOG 1.5.2 UI.
- Open a second tab on the browser to the iPXE boot page:
http://192.168.0.xyz/fog/service/ipxe/boot.php - In the FOG UI go to FOG Configuration->iPXE New Menu Entry
- Create a basic boot menu entry using:
Menu item: fog.test
Description: Test boot entry
Parameters: GOTO MENU
Menu Show with: leave it as default (Not Registered Hosts)
Click Save Changes - Refresh iPXE boot menu in second tab. fog.test shows as expected.
NOTE: the description fails to carry over to the boot menu and must be re-added later in the Edit menu. - Now go to FOG Configuration->iPXE Menu Item Settings and select fog.test.
- Change the “Not Registered Hosts” to “Registered Hosts”.
NOTE: You must also add the description: Test boot entry back in as it has not carried over from the initial create. - Refresh the iPXE boot menu in the second tab and notice that the boot entry for fog.test disappears. This also is reflected to the client as the entry cannot be selected.
- Finally, go to FOG Configuration->iPXE Menu Item Settings and select fog.test…
- Change the “Registered Hosts” to “All Hosts” and refresh second tab once again. The fog.test entry reappears and is once again available to the client.
For completeness, I have attached the three screen shots showing the test menu item using all three settings; however, they are nothing special to this issue.
Screenshot of fog.test creation:
Screenshot of fog.test change to Registered Hosts:
Screnshot of fog.test change to All Hosts:
HTH
-
@foguser438 is the host your seeing it disappear from a registered host? If not this would be why the machine doesn’t have the menu item when “Registered Hosts” is the selected item
-
Hi Tom, yes the host is registered. However, the fact that it disappears from the boot menu PHP code on the server seems to be the problem here. It would not even present the menu to the registered host in the first place. There is also the small problem of why the Description fails to carry over to the new menu item once created with one.
-
@foguser438 the description is a known problem and is fixed already for when it 1.5.3 comes out. Description, in the past, was also required though that was unintentional and has also been addressed in the working branch (will become 1.5.3)
-
@Tom-Elliott , please let me know if you were not able to re-create the disappearing iPXE Menu using the example provided in the previous post.
-
@foguser438 have you tried installing the working branch to see if it fixed the issues as you’ve described? Essentially the menu would fail to display but the function would be present. The item would not display because it was missing a description. I’ve fixed this in the working branch and believe it will fix the issues as you’ve described. That said I am working on a different version of fog and am kind of tied up with those changes over the 1.5 series at the moment. Normally I have no problem testing and finding the fix, I just can’t at the moment.
-
Bump, any update on this?
-
Solving this thread as this should be fixed and we haven’t heard back. Feel free to open this or start a new thread linking back to here if this problem is still happening.
-
@tom-elliott Tom, I just got around to installing a fresh CentOS 7.5 minimal server with FOG 1.5.4. I used the wiki instructions to install this system to the letter and it appears to be fixed. Sorry for the delay. I have another issue with 1.5.4 which I will detsil in a separate post. Thanks for your help and this post is indeed solved.