No worries.
Just FYI I can’t get the sub-menu function in iPXE working in the iPXE New Menu Entry section on Fog, So far I only having it working in the Fog Advanced Menu, I am assuming this is to due to system variables that fog passes to the menu before the script is run.
Pretty much all I did was follow on the advanced menus and examples from https://gist.github.com/robinsmidsrod/2234639
I did simplify this on mine just so I can follow it easier as I’m no expert in iPXE.
The easiest way to follow this is the copy and paste the iPXE script into a text document and read through it.
My example is broken down into three menus the default menu that pops up first and two others sub menus that don’t show up until you select them. I have also included the option to hit a key and jump straight to the corresponding menu item. e.g T for tools, D for Diagnostics menu etc.
After editing the ipxe script in notepad or metapad. Copy and paste the iPXE script into the Advanced Configuration Options (Fog Configuration --> iPXE Boot Menu). I generally have the login required to password protect the menu because of a few destructive tools, this can be done by ticking the box for Advanced Menu Login under the section --> Fog Configuration --> iPXE Boot Menu.
I hope I am making sense as I’m not exactly the best at typing out documentation.
Is this what you were after?
Would be quite handy to have some other example of good Fog Menu configurations up on the Wiki as well, as I love reading through other examples on what works and what doesn’t
Cheers,