Hi Tom, and thanks for the prompt response.
Here is the configuration below, I believe it has something to do with wrong formatting on my end. However, I’m very new to FOG and am not exactly sure. I will try to post a screen shot somehow of the menu after pxe boot, but I’m running ubuntu on VB VM which holds all of FOG services, then I have another VB VM that I use to pxe the FOG VM. Both running on Windows 7 host.
How do I screen shot of the pxe client VM while in FOG pxe selection menu?
DEFAULT vesamenu.c32
MENU TITLE NewAgeITSupport Computer Cloning Solution
MENU BACKGROUND fog/bg.png
MENU MASTER PASSWD $1$0123456789
\n
menu color title 1;36;44 #ffffffff #00000000 std
\n
LABEL fog.local
localboot 0
MENU DEFAULT
MENU LABEL Boot from hard disk
TEXT HELP
Boot from the local hard drive.
If you are unsure, select this option.
ENDTEXT
\n
LABEL fog.memtest
kernel fog/memtest/memtest
MENU LABEL Run Memtest86+
TEXT HELP
Run Memtest86+ on the client computer.
ENDTEXT
\n
LABEL fog.reg
kernel fog/kernel/bzImage
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 mode=autoreg web=192.168.1.121/fog/ loglevel=4
MENU LABEL Quick Host Registration and Inventory
TEXT HELP
Automatically register the client computer,
and perform a hardware inventory.
ENDTEXT
\n
LABEL fog.reginput
kernel fog/kernel/bzImage
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 mode=manreg web=192.168.1.121/fog/ loglevel=4
MENU LABEL Perform Full Host Registration and Inventory
TEXT HELP
Perform a full host registration on the client
computer, perform a hardware inventory, and
optionally image the host.
ENDTEXT
\n
LABEL fog.quickimage
MENU PASSWD $1$0123456789
kernel fog/kernel/bzImage
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 mode=quickimage keymap= web=192.168.1.121/fog/ loglevel=4
MENU LABEL Quick Image
TEXT HELP
This mode will allow you to image this host quickly with
it’s default assigned image.
ENDTEXT
\n
LABEL fog.sysinfo
kernel fog/kernel/bzImage
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 mode=sysinfo loglevel=4
MENU LABEL Client System Information
TEXT HELP
View basic client information such as MAC address
and FOG compatibility.
ENDTEXT
\n
LABEL fog.debug
MENU PASSWD $1$0123456789
kernel fog/kernel/bzImage
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=192.168.1.1 mode=onlydebug
MENU LABEL Debug Mode
TEXT HELP
Debug mode will load the boot image and load a prompt so
you can run any commands you wish.
ENDTEXT
LABEL DSL LIVE CD
MENU MASTER PASSWD password
kernel fog/DSL/memdisk
append iso initrd=fog/DSL/dsl-4.11.rc1.iso raw
MENU LABELDSL LIVE CD
TEXT HELP
END TEXT
LABEL KNOPPIX LIVE CD
MENU MASTER PASSWD password
kernel fog/linux-iso/memdisk
append iso initrd=fog/linux-iso/KNOPPIX_V7.2.0CD-2013-06-16-EN.iso raw
MENU LABEL KNOPPIX LIVE CD
TEXT HELP
END TEXT
\n
PROMPT 0
TIMEOUT 30\n