I have just close my post for similar issue. however in my case I want to actually boot clients using FOG boot services for dban ISO
which WiKi says is possible. I could not make it work as described in WiKi but I use this
post to make it boot as if ISO was a real CD. that is what you want to do a install of OS, right?
this definitely works.
the basic steps (and please read the linked thread fully) are
#1. create a directory in “/var/www/html/” to hold the ISOs [NOTE] : the final location depends on your server OS. since I use Debian 9 I have the “/var/www/html/” check to make sure you have the base folder. as the linked post implies some setups will only have “/var/www/” as base folder so that is what you need to use.
I simply did “md /var/www/html/iso”
#2. place the ISO file(s) into the new folder you created in step #1.
#3. make sure that the new folder and all files in it is owned by fog user and fog group
“chown -R fog.fog <your folder name here>”
#4. using Fog WebUI, create new menu item using parameter “initrd http://${fog-ip}/<your folder name here>/<Your ISO file name here>.iso chain memdisk iso raw”
done. works well. for simple ISO booting.
PS>> one thing though, this is for booting directly from ISO.
there are several threads here and on WiKi dedicated to adding specific OS install options to FOG like Windows PE
or such.