@petec said in Hiren 1.0.2 PXE Boot:
initrd tftp://${fog-ip}/fog/hbcd/HBCD.iso
chain memdisk iso raw ||
boot || goto start
You have 2 problems here.
memdisk only works with BIOS computers. your iso has to fit inside a 32 bit address space. So the iso can’t be larger than 2GB in size (this also includes enough ram to run your OS too).I have a tutorial here for hiren 1.0.1 here that might get you started: https://forums.fogproject.org/post/140212