Difference between revisions of "Include any ISO in the FOG Bootmenu"

From FOG Project
Jump to: navigation, search
 
m (Corrected numerous grammatical errors, created structure that others can follow in the future.)
Line 1: Line 1:
in this example i will use the partedmagic ISO, but Clonezilla, Linux ditros, Hirens, and other bootable ISO's can be used
+
= PartedMagic =
  
create a folder in  /tftpboot/fog/  called partedmagic, copy the partedmagic.iso file into this folder and also copy and paste the memdisk file found in /tftpboot/fog/
+
In this example I will use the PartedM agic ISO, but Clonezilla, Linux distributions, Hirens Boot CD, and other bootable ISO's can be used.
  
browse to /tftpboot/pxelinux.cfg/ and edit the 'default' file in there and add  
+
Create a folder in  /tftpboot/fog/  called partedmagic,  copy the partedmagic.iso file into this folder and also copy and paste the MemDisk file found in /tftpboot/fog/
 +
 
 +
Browse to /tftpboot/pxelinux.cfg/ and edit the 'default' file in there and add:
  
  
Line 14: Line 16:
 
         TEXT HELP
 
         TEXT HELP
 
         Gparted + Clonezilla + Firefox
 
         Gparted + Clonezilla + Firefox
         ENDTEXT</pre>
+
         ENDTEXT
 
+
</pre>
  
 +
----
  
----
+
You can also see this forum post for more instruction - [https://sourceforge.net/projects/freeghost/forums/forum/716419/topic/4751159]
  
You can also see this recent forum post for more instruction - [https://sourceforge.net/projects/freeghost/forums/forum/716419/topic/4751159]
+
Please remember that if you create a new folder in the /tftpboot directory you will also need to include MemDisk in the same folder!  The link above also includes a TFTP folder you can use to try on your own.  It includes DBAN and Dell diagnostics's .ISO's.
  
Please remember that if you create a new folder on the tftp folder you will also need to include memdisk in the same folder!  The link above also inlcudes a TFTP folder you can use to try on your own.  It includes dban and dell diagnostics's .iso's.
+
Note: In FOG 1.3.0+, the MemDisk kernel is included as a default unless specified otherwise.

Revision as of 04:41, 26 November 2015

PartedMagic

In this example I will use the PartedM agic ISO, but Clonezilla, Linux distributions, Hirens Boot CD, and other bootable ISO's can be used.

Create a folder in /tftpboot/fog/ called partedmagic, copy the partedmagic.iso file into this folder and also copy and paste the MemDisk file found in /tftpboot/fog/

Browse to /tftpboot/pxelinux.cfg/ and edit the 'default' file in there and add:


LABEL PartedMagic
        kernel fog/partedmagic/memdisk 
        append iso initrd=fog/partedmagic/partedmagic.iso raw
        MENU PartedMagic
        TEXT HELP
        Gparted + Clonezilla + Firefox
        ENDTEXT

You can also see this forum post for more instruction - [1]

Please remember that if you create a new folder in the /tftpboot directory you will also need to include MemDisk in the same folder! The link above also includes a TFTP folder you can use to try on your own. It includes DBAN and Dell diagnostics's .ISO's.

Note: In FOG 1.3.0+, the MemDisk kernel is included as a default unless specified otherwise.