Solved Integrating Hirens Boot 15.2 into fog 1.2.0
-
Assuming the /var/www/iso is exactly as depicted (case and all) and the exact iso file is exactly “hirensboot.iso” try this:
[CODE]:MENU
menu
item --gap – ------------- Advanced Menu --------------
item HIRENS Boot 15.2 Ghost Version
item RETURN Return to the Top Menu
choose --default RETURN --timeout 30000 target && goto ${target}:HIRENS
initrd http://${fog-ip}/iso/hirensboot.iso
chain memdisk iso raw ||
goto MENU:RETURN
chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
prompt
goto MENUautoboot[/CODE]
-
which permision should I have on that folder?
the name of the folder is iso, I already corrected that on the code , still have the same issue -
iso, not ISO?
-
/var/www/iso
-
Where is the iso located on the fog server?
Specifically the path?
-
well just corrected that and i got the same results
-
i believe ipxe is case sensitive. so [FONT=Consolas]Hirens =/= [/FONT][FONT=Consolas]HIRENS[/FONT]
-
Ive this on advance menu:
[CODE]:MENU
menu
item --gap – ------------- Advanced Menu --------------
item Hirens Boot 15.2 Ghost Version
item RETURN Return to the Top Menu
choose --default RETURN --timeout 30000 target && goto ${target}:HIRENS
imgfetch [URL]http://${fog-ip}/ISO/hirensboot.iso[/URL]
boot memdisk iso raw ||
goto MENU:RETURN
boot [URL]http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac[/URL]} ||
prompt
goto MENUautoboot[/CODE]
-
ive aldready tried that, I can see “Advance Menu” but when i select that option, I entered user and password an then just a black screen
-