@mcana66 Well I want to thank you again BrakCountry. Although the solution you posed did not work, you got me delving into the scripts to figure this out on my own. Took a while but here is what I did to fix my issue of the reboot loop in the FOG menu.

First I started playing with chain boot and replaced the initial chain statement with the one below:

chain https://(Fog-IP)/fog/service/ipxe/refind.efi

This booted directly into refind.efi and booted the first hdd. So I got the thought of how many items can you chain boot?

I kicked off a job to image my target and added that chain statement to the bottom of default.ipxe because hey why not. lol. After FOG completed imaging the target, the machine performed a normal reboot and booted to boot.php##params however and I am only guessing, there were no jobs present in FOG so when the menu appeared, “Boot from HDD” was the default selection and then chain booted to the refind.efi which booted the os on the HDD.

Again thank you to all who tried to offer help or advice!!