Quantcast
Viewing all articles
Browse latest Browse all 392

Boot Kali iso from HDD in existing boot menu

Currently, we have FOG as our computer imaging solution. All PCs have PXE boot setup, and FOGs boot menu is showing. What I would like to do is to add the Kali iso as a start-up option, which would start-up Kali as if it were a live CD. I hoped it was as simple as adding a reference in the 'default' file of the 'pxelinux.cfg' folder. My default file now looks as follows:

DEFAULT vesamenu.c32MENU TITLE FOG Computer Cloning SolutionMENU BACKGROUND fog/bg.pngMENU MASTER PASSWD $1$0123456789menu color title    1;36;44    #ffffffff #00000000 stdLABEL fog.local-- cut some text --LABEL Kali        kernel fog/kali/memdisk             set isofile="fog/kali/kali.iso"        loopback loop $isofile        linux (loop)/live/vmlinuz boot=live iso-scan/filename=$isofile noconfig=sudo username=root hostname=kali        initrd (loop)/live/initrd.img        MENU Kali        TEXT HELP        Kali v 1.0.6        ENDTEXTPROMPT 0TIMEOUT 30

However, this does not work. Anyone has an idea how I could easily add Kali as a boot option? No persistent writing is necessary, it should just be as if it were a liveCD.


Viewing all articles
Browse latest Browse all 392

Trending Articles