Boot/deploy ISO's from the PXE-menu
-
Hello
even though I heard that its not impossible to boot ISOs for the PXE-menu,
I would appreciate it very much, if this “possibility” would become a standard
feature of fogThank you very much!
Bill
-
Bill, this is already technically standard. The PXE menu is nothing more than a text file. So all you are really doing is editing the text file to point to your ISO, and the programs to launch it.
-
Thank’s a lot Kevin !
Bill
-
I have this added to my PXE-menu:
LABEL System Rescue CD “Live Image”
MENU PASSWD m0nd30
LINUX sysrescue/rescue32
INITRD sysrescue/initram.igz
APPEND scandelay=1 docache netboot=nfs://10.187.38.3:/images/sysrescue setkmap=uk
TEXT
SystemRescueCD network boot image (recovery)
ENDTEXT
\n
Then you just need to mount the iso from your OS.