Boot menu customization
-
I am running fog 1.2.0 and trying to customize the main boot menu to comply with what was requested by a customer. I’m looking at this documentation: https://wiki.fogproject.org/wiki/index.php/Advanced_Boot_Menu_Configuration_options
However my boot.php file looks nothing like that. Here’s a photo of how it does look.
http://i.imgur.com/F7m14JK.pngI need to be able to remove some lines/text from the main boot menu and add some new ones.
Where would I accomplish this?
Thanks, -
@Osayidan You’d accomplish it in
Web interface -> FOG Configuration -> new iPXE
This area is where you’d create the new entry.The boot.php file mentioned in the article was intended to be viewed via a web browser, not locally on the server itself. Visiting the URL in a web browser allows you to see what the iPXE script looks like in total for an un-registered host after making changes to the menu via the web interface. To view what it looks like for a registered host, append
?mac=TheHostsMacWithColonsHere
to the URL. -
Hi, thanks for the reply.
I had to update via git (https://wiki.fogproject.org/wiki/index.php/Upgrade_to_trunk) in order for these options to appear. I was using version 1.2.0 but could not find this. 1.3 changed everything and so far seems to offer what I needed.
Thanks.