<?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=Iana</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=Iana"/>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Special:Contributions/Iana"/>
		<updated>2026-04-30T04:59:18Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Include_SystemRescueCD&amp;diff=8218</id>
		<title>Include SystemRescueCD</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Include_SystemRescueCD&amp;diff=8218"/>
				<updated>2014-06-26T21:24:47Z</updated>
		
		<summary type="html">&lt;p&gt;Iana: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=System Rescue CD =&lt;br /&gt;
&lt;br /&gt;
[http://www.sysresccd.org/Main_Page System Rescue CD] is a linux live CD which comes with a huge array of tools for examining/recovering/repairing both linux and windows filesystems. These instructions aim to show you how to add it as an option to the fog boot menu so that it is always available without the need to carry a CD around.  It offers you the ability to...&lt;br /&gt;
&lt;br /&gt;
* [http://www.sysresccd.org/Sysresccd-Partitioning-EN-Repairing-a-damaged-Grub (re)install grub]&lt;br /&gt;
* [http://www.sysresccd.org/Sysresccd-Partitioning-EN-Standard-partitioning-tools fsck extfs filesystems before imaging]&lt;br /&gt;
* [http://www.sysresccd.org/Sysresccd-manual-en_Mounting_an_NTFS_partition_with_full_Read-Write_support Pull files out of a windows (NTFS) partition)]&lt;br /&gt;
* [http://www.mysolutions.it/change-windows-administrator-account-password/ Reset windows Admin password etc.]&lt;br /&gt;
* Lots of other goodies!&lt;br /&gt;
&lt;br /&gt;
SystemrescueCD works at a very low level, so it has tremendous power for god ''and bad'', it is very easy to destroy en existing system if you make a mistake! Be careful and make sure access is restricted as needed!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fog 1.1.0 ==&lt;br /&gt;
&lt;br /&gt;
=== System Rescue CD Files ===&lt;br /&gt;
On the fog server, download the system rescue CD from [http://www.sysresccd.org/Download http://www.sysresccd.org/Download]. The version used here is 4.2.0, but others should work similarly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
mkdir sysrescueCD&lt;br /&gt;
mount -o loop -t iso9660 systemrescuecd-x86-4.2.0.iso /tmp/sysrescueCD&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I'm running Fog on a Centos/RHEL host so the fog installer script put my web root at /var/www/html/fog. If you are running ubuntu the fog web root will be somewhere else (/var/www/fog maybe?), wherever it is, we to copy the systemrescue files to somewhere fog accessible, I stuck them in the ipxe folder but there may be a better location.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/rescue32 /var/www/html/fog/services/ipxe/&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/rescue64 /var/www/html/fog/services/ipxe/&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/initram.igz /var/www/html/fog/services/ipxe/&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.dat /var/www/html/fog/services/ipxe/&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.md5 /var/www/html/fog/services/ipxe/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everything is now accessible over http so we no longer need to do NFS mounts as we did with fog 0.32.&lt;br /&gt;
&lt;br /&gt;
=== Fog Advanced Menu ===&lt;br /&gt;
The fog web UI has an option under &amp;quot;Fog Configuration&amp;quot;-&amp;gt;&amp;quot;PXE Boot Menu&amp;quot; for &amp;quot;Advanced Configuration Options&amp;quot;. This is where we will add systemrescueCD. In old fog versions, this option gave you a space to tack entries on to the end of the fog menu. In the new system, this menu item is ''chain loaded''. When you select &amp;quot;Advanced&amp;quot; in the fog menu, whatever is in the &amp;quot;Advanced Configuration Options&amp;quot; textbox will be used to generate a completely new menu. Here is an example...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!ipxe&lt;br /&gt;
cpuid --ext 29 &amp;amp;&amp;amp; set arch x86_64 || set arch i386&lt;br /&gt;
colour --rgb 0xff6600 2&lt;br /&gt;
cpair --foreground 7 --background 2 2&lt;br /&gt;
console --picture http://YOUR.FOG.SERVER.IP.HERE/fog/service/ipxe/bg.png --left 100 --right 80&lt;br /&gt;
:MENU&lt;br /&gt;
menu&lt;br /&gt;
colour --rgb 0xff0000 0&lt;br /&gt;
cpair --foreground 0 3&lt;br /&gt;
item --gap -- -------------------------------------&lt;br /&gt;
item fog.sysr64 Run SystemRescue (64 bit)&lt;br /&gt;
item fog.sysr32 Run SystemRescue (32 bit)&lt;br /&gt;
item fog.local Boot from hard disk&lt;br /&gt;
choose target &amp;amp;&amp;amp; goto ${target}&lt;br /&gt;
:fog.local&lt;br /&gt;
sanboot --no-describe --drive 0x80 || goto MENU&lt;br /&gt;
:fog.sysr64&lt;br /&gt;
kernel rescue64 scandelay=1 docache netboot=http://YOUR.FOG.SERVER.IP.HERE/fog/service/ipxe/sysrcd.dat &lt;br /&gt;
initrd initram.igz&lt;br /&gt;
boot || goto MENU&lt;br /&gt;
:fog.sysr32&lt;br /&gt;
kernel rescue32 scandelay=1 docache netboot=http://YOUR.FOG.SERVER.IP.HERE/fog/service/ipxe/sysrcd.dat &lt;br /&gt;
initrd initram.igz&lt;br /&gt;
boot || goto MENU&lt;br /&gt;
autoboot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Obviously, if you have changed any of the paths to rescue64 or sysrcd.dat above you should update the kernel lines as well.&lt;br /&gt;
&lt;br /&gt;
When you select &amp;quot;Advanced&amp;quot; from the fog boot menu, the menu should reload and give you three options.&lt;br /&gt;
&lt;br /&gt;
* Run SystemRescue (64 bit)&lt;br /&gt;
* Run SystemRescue (32 bit)&lt;br /&gt;
* Boot from hard disk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Securing ===&lt;br /&gt;
I'm not familiar enough with iPXE to say how this menu option should be secured, ideally I'd like to put a password on the entry but for the moment the &amp;quot;No Menu&amp;quot; option to the PXE Boot Menu restricts it's use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fog 0.32 ==&lt;br /&gt;
Download system rescue CD 3.3.0 (other versions should work) from http://www.sysresccd.org/Download and loopback mounted it.&lt;br /&gt;
&lt;br /&gt;
=== System Rescue CD Files ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
mkdir sysrescueCD&lt;br /&gt;
mount -o loop -t iso9660 systemrescuecd-x86-3.3.0.iso /tmp/sysrescueCD&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the fog server I created /tftpboot/sysrescue and /images/sysrescue&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /tftpboot/sysrescue&lt;br /&gt;
mkdir /images/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the necessary kernel and ramdisk into place.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/initram.igz /tftpboot/sysrescue&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/rescue32 /tftpboot/sysrescue&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/rescue64 /tftpboot/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next copy the sysrcd.dat and sysrcd.md5 files into place&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.md5 /images/sysrescue&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.dat /images/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ensure that the new nfs directory will be exported by adding the following line to /etc/exports&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/images/sysrescue	       *(ro,insecure)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And export it&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
exportfs -va&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== FOG Menu Items ===&lt;br /&gt;
The fog menu system can be adjusted manually by editing the file /tftpboot/pxelinux.cfg/default but changes to that file will not be respected when you update fog or if you change one of the PXE configuration settings in the FOG frontend. Instead we can use the frontend to make a persistent change.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  -&amp;gt; Other Information&lt;br /&gt;
    -&amp;gt; PXE Boot Menu&lt;br /&gt;
      -&amp;gt; Advanced Settings&lt;br /&gt;
Add any custom text...&lt;br /&gt;
&lt;br /&gt;
LABEL System Rescue CD &amp;quot;Live Image&amp;quot;&lt;br /&gt;
	LINUX sysrescue/rescue32&lt;br /&gt;
	INITRD sysrescue/initram.igz&lt;br /&gt;
	APPEND scandelay=1 docache netboot=nfs://&amp;lt;IP ADDRESS OF YOUR FOG SERVER&amp;gt;:/images/sysrescue setkmap=us&lt;br /&gt;
	TEXT&lt;br /&gt;
	SystemRescueCD network boot image (recovery)&lt;br /&gt;
	ENDTEXT&lt;br /&gt;
&lt;br /&gt;
LABEL System Rescue CD &amp;quot;Live Image&amp;quot; 64 bit&lt;br /&gt;
	LINUX sysrescue/rescue64&lt;br /&gt;
	INITRD sysrescue/initram.igz&lt;br /&gt;
	APPEND scandelay=1 docache netboot=nfs://&amp;lt;IP ADDRESS OF YOUR FOG SERVER&amp;gt;:/images/sysrescue setkmap=us&lt;br /&gt;
	TEXT&lt;br /&gt;
	SystemRescueCD network boot image (recovery) 64 bit&lt;br /&gt;
	ENDTEXT&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you boot the client you should now be able to see an entry for ''System Rescue CD &amp;quot;Live Image&amp;quot;'' which will boot SystemRescueCD with networking (and allow you to start X11 if you wish).&lt;br /&gt;
&lt;br /&gt;
Remember to umount the loopback image from the fog server when you are done&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo umount /tmp/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:pxe]]&lt;br /&gt;
[[category:customization]]&lt;/div&gt;</summary>
		<author><name>Iana</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Knowledge_Base&amp;diff=8018</id>
		<title>Knowledge Base</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Knowledge_Base&amp;diff=8018"/>
				<updated>2014-06-13T18:11:41Z</updated>
		
		<summary type="html">&lt;p&gt;Iana: Rolled systemrescueCD instructions for 0.32 and 1.10 together&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are the knowledge base articles on this wiki. We will add more as we resolve and work around any issues.&lt;br /&gt;
&lt;br /&gt;
== General Questions ==&lt;br /&gt;
&lt;br /&gt;
=== Networking Questions ===&lt;br /&gt;
*[[Modifying existing DHCP server to work with FOG|Can I use my existing DHCP Server?]]&lt;br /&gt;
*[[PXE|What is PXE?]]&lt;br /&gt;
*[[Rate/Bandwidth limiting]]&lt;br /&gt;
&lt;br /&gt;
=== Other Questions === &lt;br /&gt;
&lt;br /&gt;
*[[debianinstaller|Is there an installer for Debian?]]&lt;br /&gt;
*[[FOG on a MAC|Can I run the FOG Server on a MAC (G4)?]]&lt;br /&gt;
*[[Imaging Windows 2000|Does FOG work with Windows 2000?]]&lt;br /&gt;
*[[Imaging Windows 2003|Does FOG work with Windows 2003?]]&lt;br /&gt;
*[[Imaging Windows 2008|Does FOG work with Windows 2008?]]&lt;br /&gt;
*[[FOG with VMWare|Will FOG work with VMWare?]]&lt;br /&gt;
*[[Supported OSes|What OSes does FOG Server run on?]]&lt;br /&gt;
*[[Images|Where are images stored?]]&lt;br /&gt;
*[[Default Username and Password?]]&lt;br /&gt;
*[[What Operating Systems can be imaged with FOG?]]&lt;br /&gt;
*[[SATA Support|Can I image SATA drives with FOG?]]&lt;br /&gt;
*[[SAS Support|Does Fog support SAS?]]&lt;br /&gt;
*[[Ubuntu 12.04 static ip configuration]]&lt;br /&gt;
&lt;br /&gt;
== How-To Guides ==&lt;br /&gt;
&lt;br /&gt;
*[[Backing up FOG]]&lt;br /&gt;
*[[Restoring FOG from Backup]]&lt;br /&gt;
*[[How to remote control a computer through FOG]]&lt;br /&gt;
*[[Multicasting over a router|How to multicast over a router]]&lt;br /&gt;
*[[Modifying the Init Image|How can I modify the init.gz file?]]&lt;br /&gt;
*[[Changing Serial Number|After making one image, can I change the Windows Serial Number?]]&lt;br /&gt;
*[[Upgrading FOG|How do I upgrade FOG?]]&lt;br /&gt;
*[[WOL Forwarding|How to forward Wake-on-LAN and DHCP traffic from one subnet to another subnet.]]&lt;br /&gt;
*[[Cross-hardware deployment|How to create an XP image that will deploy across different hardware types.]]&lt;br /&gt;
*[[Graphical Menu Configruation Advanced |How to modify the PXE menu color / font]]&lt;br /&gt;
*[[How to change your pxe background| How to modify the default pxe boot menu background.]]&lt;br /&gt;
*[[Bootable Media | Using FOG on removable media.]]&lt;br /&gt;
*[[Wake On LAN Bug workaround]]&lt;br /&gt;
*[[How to use the wakeonlan perl script instead of etherwake.exe]]&lt;br /&gt;
*[[Using a Snapin to update ntuser.man]]&lt;br /&gt;
*[[Uninstall FOG]]&lt;br /&gt;
*[[SVN|Installing SVN version of FOG]]&lt;br /&gt;
*[[Change FOG Server IP Address]]&lt;br /&gt;
*[[How to get Macintosh's Netboot working with your FOG server]]&lt;br /&gt;
*[[Make Snapins Using FOSS]]&lt;br /&gt;
*[[Adding Storage to a FOG Server]]&lt;br /&gt;
*[[Bonding Multiple NICs]]&lt;br /&gt;
*[[Moving your images directory/Adding Storage to the Images directory]]&lt;br /&gt;
*[[How to translate FOG]]&lt;br /&gt;
*[[Booting/Imaging a computer without PXE capable Network Card]]&lt;br /&gt;
*[[Using FOG with an unmodifiable DHCP server/ Using FOG with no DHCP server]]&lt;br /&gt;
*[[How to install window XP using unattended and FOG]]&lt;br /&gt;
*[[Build FOG file system with BuildRoot - init.gz ]]&lt;br /&gt;
*[[Build FOG Core Kernel ]]&lt;br /&gt;
*[[Build TomElliott Kernel]]&lt;br /&gt;
*[[Switching to gpxelinux on Ubuntu FOG server]]&lt;br /&gt;
*[[Installing the FOG Bypass Host Registration]]&lt;br /&gt;
=== PXE Menu Editing / Adding 3rd party software support ===&lt;br /&gt;
&lt;br /&gt;
*[[Boot looping and Chainloading]]&lt;br /&gt;
*[[Include DOS based applications into the PXE boot menu]]&lt;br /&gt;
*[[Include GParted | Include GParted in the FOG Bootmenu.]]&lt;br /&gt;
*[[Include SystemRescueCD | Include SystemRescueCD in the FOG Bootmenu.]]&lt;br /&gt;
*[[Include DSL | Include DSL in the FOG Bootmenu.]]&lt;br /&gt;
*[[Include Puppy Linux| Include Puppy Linux in the FOG Bootmenu.]]&lt;br /&gt;
*[[Create Custom Fog Registration menu| Create Custom Fog Registration process in the FOG Bootmenu.]]&lt;br /&gt;
*[[Include Parted Magic | Include Parted Magic in the FOG Bootmenu.]]&lt;br /&gt;
*[[Include any ISO in the FOG Bootmenu]]&lt;br /&gt;
*[[Edit PXE menu to create sub menus]]&lt;br /&gt;
&lt;br /&gt;
== Knowledge Base Articles ==&lt;br /&gt;
&lt;br /&gt;
=== Installation and Configuration===&lt;br /&gt;
*[[tftp timeout....]]&lt;br /&gt;
*[[Unable to connect to TFTP]]&lt;br /&gt;
*[[MySQL setup error when installing]]&lt;br /&gt;
=== The FOG Interface ===&lt;br /&gt;
*[[Reset WebUI FOG password]]&lt;br /&gt;
*[[Dashboard Error: Permission denied...]]&lt;br /&gt;
=== Using FOG ===&lt;br /&gt;
*[[gunzip not found]]&lt;br /&gt;
*[[Images Directory Permissions|You receive the error: &amp;lt;i&amp;gt;unable to move /images/dev/macaddress to /images/name-of-image&amp;lt;/i&amp;gt; when creating an image]]&lt;br /&gt;
*[[Error: extended record needed|I keep getting &amp;lt;i&amp;gt;Error: extended record needed&amp;lt;/i&amp;gt;, what do I do?]]&lt;br /&gt;
*[[Vista won't boot after being imaged?]]&lt;br /&gt;
*[[Vista Image says 0xc000000e \windows\system32\winload.exe can not be loaded]]&lt;br /&gt;
*[[Error mounting NFS server 127.0.0.1]]&lt;br /&gt;
*[[Unable to start task either image, or MAC address is null]]&lt;br /&gt;
*[[Kernel Parameters]]&lt;br /&gt;
*[[Moving Between Servers]]&lt;br /&gt;
*[[Supported Snapin's and Command Line Switches]]&lt;br /&gt;
*[[Debug Mode is asking me for a password]]&lt;br /&gt;
=== Hook System ===&lt;br /&gt;
*[[Hook System]]*&lt;br /&gt;
=== FOG Classes ===&lt;br /&gt;
*[[FOGController]]*&lt;br /&gt;
*[[FOGManagerController]]*&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
*[[Is PC compatible with FOG kernel]]&lt;br /&gt;
*[[Multicast]]&lt;br /&gt;
*[[Active Directory - FOG Setting]]&lt;br /&gt;
*[[PXE error code]]&lt;br /&gt;
*[[Error Messages]]&lt;br /&gt;
*[[Uninstalling FOG Service on WinXP clients]]&lt;br /&gt;
*[[Boot looping and Chainloading]]&lt;br /&gt;
*[[Setting up and building UDPCast...Failed!]]&lt;/div&gt;</summary>
		<author><name>Iana</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Include_SystemRescueCD&amp;diff=8017</id>
		<title>Include SystemRescueCD</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Include_SystemRescueCD&amp;diff=8017"/>
				<updated>2014-06-13T18:10:22Z</updated>
		
		<summary type="html">&lt;p&gt;Iana: Added configuration information for fog 1.1.0&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=System Rescue CD =&lt;br /&gt;
&lt;br /&gt;
[http://www.sysresccd.org/Main_Page System Rescue CD] is a linux live CD which comes with a huge array of tools for examining/recovering/repairing both linux and windows filesystems. These instructions aim to show you how to add it as an option to the fog boot menu so that it is always available without the need to carry a CD around.  It offers you the ability to...&lt;br /&gt;
&lt;br /&gt;
* [http://www.sysresccd.org/Sysresccd-Partitioning-EN-Repairing-a-damaged-Grub (re)install grub]&lt;br /&gt;
* [http://www.sysresccd.org/Sysresccd-Partitioning-EN-Standard-partitioning-tools fsck extfs filesystems before imaging]&lt;br /&gt;
* [http://www.sysresccd.org/Sysresccd-manual-en_Mounting_an_NTFS_partition_with_full_Read-Write_support Pull files out of a windows (NTFS) partition)]&lt;br /&gt;
* [http://www.mysolutions.it/change-windows-administrator-account-password/ Reset windows Admin password etc.]&lt;br /&gt;
* Lots of other goodies!&lt;br /&gt;
&lt;br /&gt;
SystemrescueCD works at a very low level, so it has tremendous power for god ''and bad'', it is very easy to destroy en existing system if you make a mistake! Be careful and make sure access is restricted as needed!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fog 1.1.0 ==&lt;br /&gt;
&lt;br /&gt;
=== System Rescue CD Files ===&lt;br /&gt;
On the fog server, download the system rescue CD from [http://www.sysresccd.org/Download http://www.sysresccd.org/Download]. The version used here is 4.2.0, but others should work similarly.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
mkdir sysrescueCD&lt;br /&gt;
mount -o loop -t iso9660 systemrescuecd-x86-4.2.0.iso /tmp/sysrescueCD&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I'm running Fog on a Centos/RHEL host so the fog installer script put my web root at /var/www/html/fog. If you are running ubuntu the fog web root will be somewhere else (/var/www/fog maybe?), wherever it is, we to copy the systemrescue files to somewhere fog accessible, I stuck them in the ipxe folder but there may be a better location.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp /tmp/sysrescueCD/rescue32 /var/www/html/fog/services/ipxe/&lt;br /&gt;
cp /tmp/sysrescueCD/rescue64 /var/www/html/fog/services/ipxe/&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/initram.igz /var/www/html/fog/services/ipxe/&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.dat /var/www/html/fog/services/ipxe/&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.md5 /var/www/html/fog/services/ipxe/&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Everything is now accessible over http so we no longer need to do NFS mounts as we did with fog 0.32.&lt;br /&gt;
&lt;br /&gt;
=== Fog Advanced Menu ===&lt;br /&gt;
The fog web UI has an option under &amp;quot;Fog Configuration&amp;quot;-&amp;gt;&amp;quot;PXE Boot Menu&amp;quot; for &amp;quot;Advanced Configuration Options&amp;quot;. This is where we will add systemrescueCD. In old fog versions, this option gave you a space to tack entries on to the end of the fog menu. In the new system, this menu item is ''chain loaded''. When you select &amp;quot;Advanced&amp;quot; in the fog menu, whatever is in the &amp;quot;Advanced Configuration Options&amp;quot; textbox will be used to generate a completely new menu. Here is an example...&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!ipxe&lt;br /&gt;
cpuid --ext 29 &amp;amp;&amp;amp; set arch x86_64 || set arch i386&lt;br /&gt;
colour --rgb 0xff6600 2&lt;br /&gt;
cpair --foreground 7 --background 2 2&lt;br /&gt;
console --picture http://&amp;lt;YOUR FOG SERVER HERE/fog/service/ipxe/bg.png --left 100 --right 80&lt;br /&gt;
:MENU&lt;br /&gt;
menu&lt;br /&gt;
colour --rgb 0xff0000 0&lt;br /&gt;
cpair --foreground 0 3&lt;br /&gt;
item --gap -- -------------------------------------&lt;br /&gt;
item fog.sysr64 Run SystemRescue (64 bit)&lt;br /&gt;
item fog.sysr32 Run SystemRescue (32 bit)&lt;br /&gt;
item fog.local Boot from hard disk&lt;br /&gt;
choose target &amp;amp;&amp;amp; goto ${target}&lt;br /&gt;
:fog.local&lt;br /&gt;
sanboot --no-describe --drive 0x80 || goto MENU&lt;br /&gt;
:fog.sysr64&lt;br /&gt;
kernel rescue64 scandelay=1 docache netboot=http://&amp;lt;YOUR FOG SERVER HERE&amp;gt;/fog/service/ipxe/sysrcd.dat &lt;br /&gt;
initrd initram.igz&lt;br /&gt;
boot || goto MENU&lt;br /&gt;
:fog.sysr32&lt;br /&gt;
kernel rescue32 scandelay=1 docache netboot=http://&amp;lt;YOUR FOG SERVER HERE&amp;gt;/fog/service/ipxe/sysrcd.dat &lt;br /&gt;
initrd initram.igz&lt;br /&gt;
boot || goto MENU&lt;br /&gt;
autoboot&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Obviously, if you have changed any of the paths to rescue64 or sysrcd.dat above you should update the kernel lines as well.&lt;br /&gt;
&lt;br /&gt;
When you select &amp;quot;Advanced&amp;quot; from the fog boot menu, the menu should reload and give you three options.&lt;br /&gt;
&lt;br /&gt;
* Run SystemRescue (64 bit)&lt;br /&gt;
* Run SystemRescue (32 bit)&lt;br /&gt;
* Boot from hard disk&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Securing ===&lt;br /&gt;
I'm not familiar enough with iPXE to say how this menu option should be secured, ideally I'd like to put a password on the entry but for the moment the &amp;quot;No Menu&amp;quot; option to the PXE Boot Menu restricts it's use.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Fog 0.32 ==&lt;br /&gt;
Download system rescue CD 3.3.0 (other versions should work) from http://www.sysresccd.org/Download and loopback mounted it.&lt;br /&gt;
&lt;br /&gt;
=== System Rescue CD Files ===&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
mkdir sysrescueCD&lt;br /&gt;
mount -o loop -t iso9660 systemrescuecd-x86-3.3.0.iso /tmp/sysrescueCD&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the fog server I created /tftpboot/sysrescue and /images/sysrescue&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /tftpboot/sysrescue&lt;br /&gt;
mkdir /images/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the necessary kernel and ramdisk into place.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/initram.igz /tftpboot/sysrescue&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/rescue32 /tftpboot/sysrescue&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/rescue64 /tftpboot/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next copy the sysrcd.dat and sysrcd.md5 files into place&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.md5 /images/sysrescue&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.dat /images/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ensure that the new nfs directory will be exported by adding the following line to /etc/exports&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/images/sysrescue	       *(ro,insecure)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And export it&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
exportfs -va&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== FOG Menu Items ===&lt;br /&gt;
The fog menu system can be adjusted manually by editing the file /tftpboot/pxelinux.cfg/default but changes to that file will not be respected when you update fog or if you change one of the PXE configuration settings in the FOG frontend. Instead we can use the frontend to make a persistent change.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  -&amp;gt; Other Information&lt;br /&gt;
    -&amp;gt; PXE Boot Menu&lt;br /&gt;
      -&amp;gt; Advanced Settings&lt;br /&gt;
Add any custom text...&lt;br /&gt;
&lt;br /&gt;
LABEL System Rescue CD &amp;quot;Live Image&amp;quot;&lt;br /&gt;
	LINUX sysrescue/rescue32&lt;br /&gt;
	INITRD sysrescue/initram.igz&lt;br /&gt;
	APPEND scandelay=1 docache netboot=nfs://&amp;lt;IP ADDRESS OF YOUR FOG SERVER&amp;gt;:/images/sysrescue setkmap=us&lt;br /&gt;
	TEXT&lt;br /&gt;
	SystemRescueCD network boot image (recovery)&lt;br /&gt;
	ENDTEXT&lt;br /&gt;
&lt;br /&gt;
LABEL System Rescue CD &amp;quot;Live Image&amp;quot; 64 bit&lt;br /&gt;
	LINUX sysrescue/rescue64&lt;br /&gt;
	INITRD sysrescue/initram.igz&lt;br /&gt;
	APPEND scandelay=1 docache netboot=nfs://&amp;lt;IP ADDRESS OF YOUR FOG SERVER&amp;gt;:/images/sysrescue setkmap=us&lt;br /&gt;
	TEXT&lt;br /&gt;
	SystemRescueCD network boot image (recovery) 64 bit&lt;br /&gt;
	ENDTEXT&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you boot the client you should now be able to see an entry for ''System Rescue CD &amp;quot;Live Image&amp;quot;'' which will boot SystemRescueCD with networking (and allow you to start X11 if you wish).&lt;br /&gt;
&lt;br /&gt;
Remember to umount the loopback image from the fog server when you are done&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo umount /tmp/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:pxe]]&lt;br /&gt;
[[category:customization]]&lt;/div&gt;</summary>
		<author><name>Iana</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Knowledge_Base&amp;diff=8015</id>
		<title>Knowledge Base</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Knowledge_Base&amp;diff=8015"/>
				<updated>2014-06-13T17:07:21Z</updated>
		
		<summary type="html">&lt;p&gt;Iana: /* PXE Menu Editing / Adding 3rd party software support */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Below are the knowledge base articles on this wiki. We will add more as we resolve and work around any issues.&lt;br /&gt;
&lt;br /&gt;
== General Questions ==&lt;br /&gt;
&lt;br /&gt;
=== Networking Questions ===&lt;br /&gt;
*[[Modifying existing DHCP server to work with FOG|Can I use my existing DHCP Server?]]&lt;br /&gt;
*[[PXE|What is PXE?]]&lt;br /&gt;
*[[Rate/Bandwidth limiting]]&lt;br /&gt;
&lt;br /&gt;
=== Other Questions === &lt;br /&gt;
&lt;br /&gt;
*[[debianinstaller|Is there an installer for Debian?]]&lt;br /&gt;
*[[FOG on a MAC|Can I run the FOG Server on a MAC (G4)?]]&lt;br /&gt;
*[[Imaging Windows 2000|Does FOG work with Windows 2000?]]&lt;br /&gt;
*[[Imaging Windows 2003|Does FOG work with Windows 2003?]]&lt;br /&gt;
*[[Imaging Windows 2008|Does FOG work with Windows 2008?]]&lt;br /&gt;
*[[FOG with VMWare|Will FOG work with VMWare?]]&lt;br /&gt;
*[[Supported OSes|What OSes does FOG Server run on?]]&lt;br /&gt;
*[[Images|Where are images stored?]]&lt;br /&gt;
*[[Default Username and Password?]]&lt;br /&gt;
*[[What Operating Systems can be imaged with FOG?]]&lt;br /&gt;
*[[SATA Support|Can I image SATA drives with FOG?]]&lt;br /&gt;
*[[SAS Support|Does Fog support SAS?]]&lt;br /&gt;
*[[Ubuntu 12.04 static ip configuration]]&lt;br /&gt;
&lt;br /&gt;
== How-To Guides ==&lt;br /&gt;
&lt;br /&gt;
*[[Backing up FOG]]&lt;br /&gt;
*[[Restoring FOG from Backup]]&lt;br /&gt;
*[[How to remote control a computer through FOG]]&lt;br /&gt;
*[[Multicasting over a router|How to multicast over a router]]&lt;br /&gt;
*[[Modifying the Init Image|How can I modify the init.gz file?]]&lt;br /&gt;
*[[Changing Serial Number|After making one image, can I change the Windows Serial Number?]]&lt;br /&gt;
*[[Upgrading FOG|How do I upgrade FOG?]]&lt;br /&gt;
*[[WOL Forwarding|How to forward Wake-on-LAN and DHCP traffic from one subnet to another subnet.]]&lt;br /&gt;
*[[Cross-hardware deployment|How to create an XP image that will deploy across different hardware types.]]&lt;br /&gt;
*[[Graphical Menu Configruation Advanced |How to modify the PXE menu color / font]]&lt;br /&gt;
*[[How to change your pxe background| How to modify the default pxe boot menu background.]]&lt;br /&gt;
*[[Bootable Media | Using FOG on removable media.]]&lt;br /&gt;
*[[Wake On LAN Bug workaround]]&lt;br /&gt;
*[[How to use the wakeonlan perl script instead of etherwake.exe]]&lt;br /&gt;
*[[Using a Snapin to update ntuser.man]]&lt;br /&gt;
*[[Uninstall FOG]]&lt;br /&gt;
*[[SVN|Installing SVN version of FOG]]&lt;br /&gt;
*[[Change FOG Server IP Address]]&lt;br /&gt;
*[[How to get Macintosh's Netboot working with your FOG server]]&lt;br /&gt;
*[[Make Snapins Using FOSS]]&lt;br /&gt;
*[[Adding Storage to a FOG Server]]&lt;br /&gt;
*[[Bonding Multiple NICs]]&lt;br /&gt;
*[[Moving your images directory/Adding Storage to the Images directory]]&lt;br /&gt;
*[[How to translate FOG]]&lt;br /&gt;
*[[Booting/Imaging a computer without PXE capable Network Card]]&lt;br /&gt;
*[[Using FOG with an unmodifiable DHCP server/ Using FOG with no DHCP server]]&lt;br /&gt;
*[[How to install window XP using unattended and FOG]]&lt;br /&gt;
*[[Build FOG file system with BuildRoot - init.gz ]]&lt;br /&gt;
*[[Build FOG Core Kernel ]]&lt;br /&gt;
*[[Build TomElliott Kernel]]&lt;br /&gt;
*[[Switching to gpxelinux on Ubuntu FOG server]]&lt;br /&gt;
*[[Installing the FOG Bypass Host Registration]]&lt;br /&gt;
=== PXE Menu Editing / Adding 3rd party software support ===&lt;br /&gt;
&lt;br /&gt;
*[[Boot looping and Chainloading]]&lt;br /&gt;
*[[Include DOS based applications into the PXE boot menu]]&lt;br /&gt;
*[[Include GParted | Include GParted in the FOG Bootmenu.]]&lt;br /&gt;
*[[Include SystemRescueCD | Include SystemRescueCD in the FOG 0.32 Bootmenu.]]&lt;br /&gt;
*[[Include SystemRescueCD 1.1.0| Include SystemRescueCD in the FOG 1.1.0 Bootmenu.]]&lt;br /&gt;
*[[Include DSL | Include DSL in the FOG Bootmenu.]]&lt;br /&gt;
*[[Include Puppy Linux| Include Puppy Linux in the FOG Bootmenu.]]&lt;br /&gt;
*[[Create Custom Fog Registration menu| Create Custom Fog Registration process in the FOG Bootmenu.]]&lt;br /&gt;
*[[Include Parted Magic | Include Parted Magic in the FOG Bootmenu.]]&lt;br /&gt;
*[[Include any ISO in the FOG Bootmenu]]&lt;br /&gt;
*[[Edit PXE menu to create sub menus]]&lt;br /&gt;
&lt;br /&gt;
== Knowledge Base Articles ==&lt;br /&gt;
&lt;br /&gt;
=== Installation and Configuration===&lt;br /&gt;
*[[tftp timeout....]]&lt;br /&gt;
*[[Unable to connect to TFTP]]&lt;br /&gt;
*[[MySQL setup error when installing]]&lt;br /&gt;
=== The FOG Interface ===&lt;br /&gt;
*[[Reset WebUI FOG password]]&lt;br /&gt;
*[[Dashboard Error: Permission denied...]]&lt;br /&gt;
=== Using FOG ===&lt;br /&gt;
*[[gunzip not found]]&lt;br /&gt;
*[[Images Directory Permissions|You receive the error: &amp;lt;i&amp;gt;unable to move /images/dev/macaddress to /images/name-of-image&amp;lt;/i&amp;gt; when creating an image]]&lt;br /&gt;
*[[Error: extended record needed|I keep getting &amp;lt;i&amp;gt;Error: extended record needed&amp;lt;/i&amp;gt;, what do I do?]]&lt;br /&gt;
*[[Vista won't boot after being imaged?]]&lt;br /&gt;
*[[Vista Image says 0xc000000e \windows\system32\winload.exe can not be loaded]]&lt;br /&gt;
*[[Error mounting NFS server 127.0.0.1]]&lt;br /&gt;
*[[Unable to start task either image, or MAC address is null]]&lt;br /&gt;
*[[Kernel Parameters]]&lt;br /&gt;
*[[Moving Between Servers]]&lt;br /&gt;
*[[Supported Snapin's and Command Line Switches]]&lt;br /&gt;
*[[Debug Mode is asking me for a password]]&lt;br /&gt;
=== Hook System ===&lt;br /&gt;
*[[Hook System]]*&lt;br /&gt;
=== FOG Classes ===&lt;br /&gt;
*[[FOGController]]*&lt;br /&gt;
*[[FOGManagerController]]*&lt;br /&gt;
&lt;br /&gt;
== Troubleshooting ==&lt;br /&gt;
&lt;br /&gt;
*[[Is PC compatible with FOG kernel]]&lt;br /&gt;
*[[Multicast]]&lt;br /&gt;
*[[Active Directory - FOG Setting]]&lt;br /&gt;
*[[PXE error code]]&lt;br /&gt;
*[[Error Messages]]&lt;br /&gt;
*[[Uninstalling FOG Service on WinXP clients]]&lt;br /&gt;
*[[Boot looping and Chainloading]]&lt;br /&gt;
*[[Setting up and building UDPCast...Failed!]]&lt;/div&gt;</summary>
		<author><name>Iana</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=Include_SystemRescueCD&amp;diff=7767</id>
		<title>Include SystemRescueCD</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=Include_SystemRescueCD&amp;diff=7767"/>
				<updated>2013-01-28T21:05:33Z</updated>
		
		<summary type="html">&lt;p&gt;Iana: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.sysresccd.org/Main_Page|system rescue CD] will boot from the fog pxe menu without too much trouble. This distro has forensic tools for disaster recovery and is small enough to boot quickly. System rescue CD is based on [http://www.gentoo.org/|gentoo linux].&lt;br /&gt;
&lt;br /&gt;
=== System Rescue CD Files ===&lt;br /&gt;
Download system rescue CD 3.3.0 from http://www.sysresccd.org/Download and loopback mounted it.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /tmp&lt;br /&gt;
mkdir sysrescueCD&lt;br /&gt;
mount -o loop -t iso9660 systemrescuecd-x86-3.3.0.iso /tmp/sysrescueCD&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
On the fog server I created /tftpboot/sysrescue and /images/sysrescue&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
mkdir /tftpboot/sysrescue&lt;br /&gt;
mkdir /images/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Copy the necessary kernel and ramdisk into place.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/initram.igz /tftpboot/sysrescue&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/rescue32 /tftpboot/sysrescue&lt;br /&gt;
cp /tmp/sysrescueCD/isolinux/rescue64 /tftpboot/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next copy the sysrcd.dat and sysrcd.md5 files into place&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.md5 /images/sysrescue&lt;br /&gt;
cp /tmp/sysrescueCD/sysrcd.dat /images/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ensure that the new nfs directory will be exported by adding the following line to /etc/exports&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/images/sysrescue	       *(ro,insecure)&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
And export it&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
exportfs -va&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== FOG Menu Items ===&lt;br /&gt;
The fog menu system can be adjusted manually by editing the file /tftpboot/pxelinux.cfg/default but changes to that file will not be respected when you update fog or if you change one of the PXE configuration settings in the FOG frontend. Instead we can use the frontend to make a persistent change.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  -&amp;gt; Other Information&lt;br /&gt;
    -&amp;gt; PXE Boot Menu&lt;br /&gt;
      -&amp;gt; Advanced Settings&lt;br /&gt;
Add any custom text...&lt;br /&gt;
&lt;br /&gt;
LABEL System Rescue CD &amp;quot;Live Image&amp;quot;&lt;br /&gt;
	LINUX sysrescue/rescue32&lt;br /&gt;
	INITRD sysrescue/initram.igz&lt;br /&gt;
	APPEND scandelay=1 docache netboot=nfs://&amp;lt;IP ADDRESS OF YOUR FOG SERVER&amp;gt;:/images/sysrescue setkmap=us&lt;br /&gt;
	TEXT&lt;br /&gt;
	SystemRescueCD network boot image (recovery)&lt;br /&gt;
	ENDTEXT&lt;br /&gt;
&lt;br /&gt;
LABEL System Rescue CD &amp;quot;Live Image&amp;quot; 64 bit&lt;br /&gt;
	LINUX sysrescue/rescue64&lt;br /&gt;
	INITRD sysrescue/initram.igz&lt;br /&gt;
	APPEND scandelay=1 docache netboot=nfs://&amp;lt;IP ADDRESS OF YOUR FOG SERVER&amp;gt;:/images/sysrescue setkmap=us&lt;br /&gt;
	TEXT&lt;br /&gt;
	SystemRescueCD network boot image (recovery) 64 bit&lt;br /&gt;
	ENDTEXT&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
When you boot the client you should now be able to see an entry for ''System Rescue CD &amp;quot;Live Image&amp;quot;'' which will boot SystemRescueCD with networking (and allow you to start X11 if you wish).&lt;br /&gt;
&lt;br /&gt;
Remember to umount the loopback image from the fog server when you are done&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
sudo umount /tmp/sysrescue&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[category:pxe]]&lt;br /&gt;
[[category:customization]]&lt;/div&gt;</summary>
		<author><name>Iana</name></author>	</entry>

	<entry>
		<id>https://wiki.fogproject.org/wiki/index.php?title=SystemRescueCD&amp;diff=2416</id>
		<title>SystemRescueCD</title>
		<link rel="alternate" type="text/html" href="https://wiki.fogproject.org/wiki/index.php?title=SystemRescueCD&amp;diff=2416"/>
				<updated>2010-07-14T18:13:35Z</updated>
		
		<summary type="html">&lt;p&gt;Iana: moved SystemRescueCD to Include SystemRescueCD:&amp;amp;#32;Match other items in the Knowledge Base&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Include SystemRescueCD]]&lt;/div&gt;</summary>
		<author><name>Iana</name></author>	</entry>

	</feed>