<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.fogproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smog</id>
		<title>FOG Project - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.fogproject.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Smog"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Special:Contributions/Smog"/>
		<updated>2026-05-12T22:34:09Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Edit_PXE_menu_to_create_sub_menus&amp;diff=6146</id>
		<title>Edit PXE menu to create sub menus</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Edit_PXE_menu_to_create_sub_menus&amp;diff=6146"/>
				<updated>2012-03-03T15:38:47Z</updated>
		
		<summary type="html">&lt;p&gt;Smog: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This article helps you modify &amp;quot;/tftpboot/pxelinux.cfg/default&amp;quot; file to easily create sub menus and going back to main menu. Notice that you can change sub-menu title and background (and others) by including those parameters inside it. Of course, you can create sub-sub menus.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
DEFAULT vesamenu.c32&lt;br /&gt;
MENU TITLE FOG Computer Cloning Solution&lt;br /&gt;
MENU BACKGROUND fog/bg.png&lt;br /&gt;
MENU MASTER PASSWD $1$0123456789&lt;br /&gt;
\n&lt;br /&gt;
menu color title 1;36;44 #ffffffff #00000000 std&lt;br /&gt;
\n&lt;br /&gt;
LABEL fog.local&lt;br /&gt;
localboot 0&lt;br /&gt;
MENU DEFAULT&lt;br /&gt;
MENU LABEL Boot from hard disk&lt;br /&gt;
TEXT HELP&lt;br /&gt;
Boot from the local hard drive.&lt;br /&gt;
If you are unsure, select this option.&lt;br /&gt;
ENDTEXT&lt;br /&gt;
\n&lt;br /&gt;
LABEL fog.memtest&lt;br /&gt;
kernel fog/memtest/memtest&lt;br /&gt;
MENU LABEL Run Memtest86+&lt;br /&gt;
TEXT HELP&lt;br /&gt;
Run Memtest86+ on the client computer.&lt;br /&gt;
ENDTEXT&lt;br /&gt;
\n&lt;br /&gt;
LABEL fog.reg&lt;br /&gt;
kernel fog/kernel/bzImage&lt;br /&gt;
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=*.*.*.* mode=autoreg web=*.*.*.*/fog/ loglevel=4&lt;br /&gt;
MENU LABEL Quick Host Registration and Inventory&lt;br /&gt;
TEXT HELP&lt;br /&gt;
Automatically register the client computer,&lt;br /&gt;
and perform a hardware inventory.&lt;br /&gt;
ENDTEXT&lt;br /&gt;
\n&lt;br /&gt;
LABEL fog.reginput&lt;br /&gt;
kernel fog/kernel/bzImage&lt;br /&gt;
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=*.*.*.* mode=manreg web=*.*.*.*/fog/ loglevel=4&lt;br /&gt;
MENU LABEL Perform Full Host Registration and Inventory&lt;br /&gt;
TEXT HELP&lt;br /&gt;
Perform a full host registration on the client&lt;br /&gt;
computer, perform a hardware inventory, and&lt;br /&gt;
optionally image the host.&lt;br /&gt;
ENDTEXT&lt;br /&gt;
\n&lt;br /&gt;
LABEL fog.quickimage&lt;br /&gt;
MENU PASSWD $1$0123456789&lt;br /&gt;
kernel fog/kernel/bzImage&lt;br /&gt;
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=*.*.*.* mode=quickimage keymap= web=*.*.*.*/fog/ loglevel=4&lt;br /&gt;
MENU LABEL Quick Image&lt;br /&gt;
TEXT HELP&lt;br /&gt;
This mode will allow you to image this host quickly with&lt;br /&gt;
it's default assigned image.&lt;br /&gt;
ENDTEXT&lt;br /&gt;
\n&lt;br /&gt;
LABEL fog.sysinfo&lt;br /&gt;
kernel fog/kernel/bzImage&lt;br /&gt;
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=*.*.*.* mode=sysinfo loglevel=4&lt;br /&gt;
MENU LABEL Client System Information&lt;br /&gt;
TEXT HELP&lt;br /&gt;
View basic client information such as MAC address&lt;br /&gt;
and FOG compatibility.&lt;br /&gt;
ENDTEXT&lt;br /&gt;
&lt;br /&gt;
LABEL fog.debug&lt;br /&gt;
MENU PASSWD $1$0123456789&lt;br /&gt;
kernel fog/kernel/bzImage&lt;br /&gt;
append initrd=fog/images/init.gz root=/dev/ram0 rw ramdisk_size=127000 ip=dhcp dns=*.*.*.* mode=onlydebug&lt;br /&gt;
MENU LABEL Debug Mode&lt;br /&gt;
TEXT HELP&lt;br /&gt;
Debug mode will load the boot image and load a prompt so&lt;br /&gt;
you can run any commands you wish.&lt;br /&gt;
ENDTEXT&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
#The modified lines&lt;br /&gt;
&lt;br /&gt;
MENU BEGIN Rescue tools&lt;br /&gt;
MENU LABEL Rescue tools&lt;br /&gt;
MENU TITLE FOG Computer Cloning Solution&lt;br /&gt;
&lt;br /&gt;
LABEL Back&lt;br /&gt;
MENU EXIT&lt;br /&gt;
MENU LABEL Back&lt;br /&gt;
&lt;br /&gt;
LABEL Hirens&lt;br /&gt;
kernel fog/hirens/memdisk&lt;br /&gt;
append iso initrd=fog/dell/MyHirensBootCD.iso raw&lt;br /&gt;
MENU LABEL Hiren's Boot CD&lt;br /&gt;
TEXT HELP&lt;br /&gt;
Run Hiren's Boot CD&lt;br /&gt;
ENDTEXT&lt;br /&gt;
&lt;br /&gt;
LABEL Dell Diagnostics&lt;br /&gt;
kernel fog/dell/memdisk&lt;br /&gt;
append iso initrd=fog/dell/delldiags.iso raw&lt;br /&gt;
MENU LABEL Dell Diagnostics&lt;br /&gt;
TEXT HELP&lt;br /&gt;
Dell(TM) Diagnostic software&lt;br /&gt;
ENDTEXT&lt;br /&gt;
&lt;br /&gt;
MENU END&lt;br /&gt;
&lt;br /&gt;
\n&lt;br /&gt;
PROMPT 0&lt;br /&gt;
TIMEOUT 300\n&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
See [http://www.syslinux.org/wiki/index.php/Comboot/menu.c32 Comboot/menu.c32] for more info.&lt;/div&gt;</summary>
		<author><name>Smog</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=User:Smog&amp;diff=6145</id>
		<title>User:Smog</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=User:Smog&amp;diff=6145"/>
				<updated>2012-03-03T15:38:05Z</updated>
		
		<summary type="html">&lt;p&gt;Smog: moved User:Smog to Edit PXE menu to create sub menus&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Edit PXE menu to create sub menus]]&lt;/div&gt;</summary>
		<author><name>Smog</name></author>	</entry>

	</feed>