Hello guys,
First of all, thanks for your amazing work.
I’m using FOG 1.3.5-RC-14, and noticed that I can’t boot small things like HDD Regenerator anymore… I get the title message error (Memdisk: bootstrap too large to load)
There’s my config:
:MENU
menu
item hirens Hirens 15.2
item hddreg111 HDD Regenerator 1.11
item hddreg171 HDD Regenerator 1.71
item acronis Acronis True Imagem 19
item return return to previous menu
choose target && goto ${target} || goto MENU
:hirens
initrd http://${fog-ip}/iso/utils/hirens.iso
chain memdisk iso raw ||
echo failed to boot
prompt
goto MENU
:hddreg111
initrd http://${fog-ip}/iso/utils/hddreg.img
chain memdisk iso raw ||
echo failed to boot
prompt
goto MENU
:hddreg171
initrd http://${fog-ip}/iso/utils/hddreg171.iso
chain memdisk iso raw ||
echo failed to boot
prompt
goto MENU
:acronis
initrd http://${fog-ip}/iso/utils/acronis.iso
chain memdisk iso raw ||
echo failed to boot
prompt
goto MENU
:return
chain ${boot-url}/service/ipxe/boot.php?mac=${net0/mac} ||
prompt
goto MENU
Just so you guys know, Hirens and Acronis boot normally. I probably missing something but I already looked into the other topics about this and couldn’t find anything.
Edited to use Code block.