@george1421 10x
Latest posts made by xfirero
-
RE: Boot ISO memdisk 1.3+
@Sebastian-Roth I want to boot from Windows 7 iso:
:MENU
menu
item --gap – ---------------- iPXE boot menu ----------------
item windows Install Windows
choose --default windows target && goto ${target}
:windows
menu
item Win7AIK_EN Windows7_32
item shell ipxe shell
item return Return to Main Menu
choose --default Win7_32 target && goto ${target}:Win7AIK_EN
initrd http://192.168.1.9/fog/service/ipxe/iso/Win7AIK_EN.iso
chain memdisk iso raw ||
goto MENU:shell
shell ||
goto MENU
:return
chain http://192.168.1.9/fog/service/ipxe/boot.php?mac=${net0/mac} ||
prompt
goto MENU
autoboot
…
But client hangs at “Loading Boot Sector…booting…” during boot.It is a “Solved” question https://forums.fogproject.org/topic/5521/add-to-advanced-boot-menu-windows-7-iso but I can’t find anything.
-
RE: Custom menu ISO files
@Wayne-Workman Great, 10x man. I will read and try it as soon as posible!
-
RE: Custom menu ISO files
@Tom-Elliott
Hi Tom.
I’m very new here, so please be patient with me. Like Mark Clark I want to add a custom ISO to the main boot menu and I can’t find any tutorial or explanations abot how to do that in FOG 1.2.0. Where to deposit the custom ISO, what to add to the boot menu. If you can be so kind to make an example for a iso file, or point me in the right direction. I have searched google for 2 days and I found such explanations only for old FOG versions. Thanks in advance. PS: Can be applied instructions from https://wiki.fogproject.org/wiki/index.php/Include_any_ISO_in_the_FOG_Bootmenu but with what difference for FOG versions above 1.2.0?