That’s a bingo.
However I found this topic: https://forums.fogproject.org/topic/13172/how-to-create-a-fog-ipxe-menu-entry-that-deploys-a-specific-image
A nicer representation with of args through pictures. That topic does go into creating a new iPXE menu entry, which is what I plan to do in preventing fog.deployimage from getting mucked up.
Oh this topic too: https://forums.fogproject.org/topic/8760/pxe-boot-menu-advanced
Though it’s a little dated.
@george1421 you provided some good keywords to help me find those topics.
For those that find this post. The steps to my solution:
- Use the link george provided, though you don’t need mac:
http://<fog_server_ip>/fog/service/ipxe/boot.php?qihost=1&username=<fog>&password=<password>&imageID=<image_id>
- To get a better understanding of what you are copying and what is all defined and how they are reprosented read this post:
https://forums.fogproject.org/topic/13172/how-to-create-a-fog-ipxe-menu-entry-that-deploys-a-specific-image - In your iPXE menu Parameters text box you just need the long line that starts with
kernel
making sure to replacebzImage32
withbzImage
andinit_32.xz
withinit.xz
Next line:imgfetch init.xz
Thenboot
as the last line
Thanks again for the help @george1421