Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
boot from a large iso file
2017-06-23, 19:16
Post: #7
RE: boot from a large iso file
I hate to threadjack. Please let me know if I should start a new thread. I'm trying to do the same but under a different application. I'm using FOG on Ubuntu and want to load a Hiren Boot DVD that is over 2gb. The issue is that I run out of memory on the client PC.
Code:
:MENU
menu
item --gap -- ---------------- iPXE boot menu ----------------
item hiren Hiren Boot CD 15.2
item shell ipxe shell
item return return to previous menu
choose --default return --timeout 5000 target && goto ${target}
:hiren
initrd http://${fog-ip}/fog/iso/Hiren/hbcd-15.2-Restored-V1.1-dvd-proteus.iso
chain memdisk iso raw ||
goto MENU
:shell
shell ||
goto MENU
:return
chain http://${fog-ip}/${fog-webroot}/service/ipxe/boot.php?mac=${net0/mac} ||
prompt
goto MENU
autoboot
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
boot from a large iso file - sonipriy - 2017-04-17, 19:17
RE: boot from a large iso file - sleepybrown - 2017-06-23 19:16
Access contents of ISO - sonipriy - 2017-04-24, 17:38
RE: Access contents of ISO - NiKiZe - 2017-04-24, 17:53



User(s) browsing this thread: 2 Guest(s)