<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=French</id>
	<title>Amahi Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.amahi.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=French"/>
	<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php/Special:Contributions/French"/>
	<updated>2026-05-07T20:14:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1295</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1295"/>
		<updated>2009-02-26T16:56:53Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;br /&gt;
*run &amp;quot; cp -rf /usr/lib/syslinux/*.c32 /usr/share/hda-app-pba/tftp/ &amp;quot;&lt;br /&gt;
*now go to /usr/share/hda-app-pba/tftp/pxelinux.cfg/&lt;br /&gt;
*run &amp;quot;mv default default.old&amp;quot;&lt;br /&gt;
*pico default&lt;br /&gt;
*add this to the file&lt;br /&gt;
 &amp;lt;pre&amp;gt;  &lt;br /&gt;
        DEFAULT menu.c32&lt;br /&gt;
	PROMPT 0&lt;br /&gt;
	TIMEOUT 100 #this is optional - will start the default after 10 seconds&lt;br /&gt;
	MENU TITLE --== Main Menu ==--&lt;br /&gt;
&lt;br /&gt;
	#this allows you to exit the pxe stack and pass booting to the local system&lt;br /&gt;
	LABEL bootlocal&lt;br /&gt;
		MENU DEFAULT&lt;br /&gt;
		MENU LABEL Local Boot&lt;br /&gt;
		localboot 0&lt;br /&gt;
&lt;br /&gt;
	#load pxe knife&lt;br /&gt;
	LABEL pxeknife&lt;br /&gt;
		MENU LABEL PXE Knife ---&amp;gt;&lt;br /&gt;
		kernel menu.c32&lt;br /&gt;
		append pxeknife/pxeknife.conf&lt;br /&gt;
 LABEL PBA&lt;br /&gt;
                MENU LBAEL PBA ---&amp;gt;&lt;br /&gt;
                kernel vmlinuz&lt;br /&gt;
                APPEND nfsdir=hda:/var/hda/apps/pba/client/isolang=us ramdisk_size=100000 nomce dma nosound apm=power-off nopcmcia nofirewire init=/etc/init nomce vga=normal initrd=miniroot.gz 2 BOOT_IMAGE=insert&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Now you should be ready to do a netboot.&lt;br /&gt;
&lt;br /&gt;
*Add PBA to boot options - still needs to be tested&lt;br /&gt;
*Installing OS though pxeknife - every operating system is different. After downloading the iso. You need to find the kernel(vmlinuz, linux, ...) and the intrid (.gz, .... ). Below we will document different OS. If you have installed an OS that is not mentioned please add it for others to be able to do it.&lt;br /&gt;
*[[Ubuntu-netboot]]&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1293</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1293"/>
		<updated>2009-02-26T16:56:23Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;br /&gt;
*run &amp;quot; cp -rf /usr/lib/syslinux/*.c32 /usr/share/hda-app-pba/tftp/ &amp;quot;&lt;br /&gt;
*now go to /usr/share/hda-app-pba/tftp/pxelinux.cfg/&lt;br /&gt;
*run &amp;quot;mv default default.old&amp;quot;&lt;br /&gt;
*pico default&lt;br /&gt;
*add this to the file&lt;br /&gt;
 &amp;lt;pre&amp;gt;  &lt;br /&gt;
        DEFAULT menu.c32&lt;br /&gt;
	PROMPT 0&lt;br /&gt;
	TIMEOUT 100 #this is optional - will start the default after 10 seconds&lt;br /&gt;
	MENU TITLE --== Main Menu ==--&lt;br /&gt;
&lt;br /&gt;
	#this allows you to exit the pxe stack and pass booting to the local system&lt;br /&gt;
	LABEL bootlocal&lt;br /&gt;
		MENU DEFAULT&lt;br /&gt;
		MENU LABEL Local Boot&lt;br /&gt;
		localboot 0&lt;br /&gt;
&lt;br /&gt;
	#load pxe knife&lt;br /&gt;
	LABEL pxeknife&lt;br /&gt;
		MENU LABEL PXE Knife ---&amp;gt;&lt;br /&gt;
		kernel menu.c32&lt;br /&gt;
		append pxeknife/pxeknife.conf&lt;br /&gt;
 LABEL PBA&lt;br /&gt;
                MENU LBAEL PBA ---&amp;gt;&lt;br /&gt;
                kernel vmlinuz&lt;br /&gt;
                APPEND nfsdir=hda:/var/hda/apps/pba/client/isolang=us ramdisk_size=100000 nomce dma nosound apm=power-off nopcmcia nofirewire init=/etc/init nomce vga=normal initrd=miniroot.gz 2 BOOT_IMAGE=insert&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Now you should be ready to do a netboot.&lt;br /&gt;
&lt;br /&gt;
*Add PBA to boot options - still needs to be tested&lt;br /&gt;
*Installing OS though pxeknife - every operating system is different. After downloading the iso. You need to find the kernel(vmlinuz, linux, ...) and the intrid (.gz, .... ). Below we will document different OS. If you have installed an OS that is not mentioned please add it for others to be able to do it.&lt;br /&gt;
*[[Ubuntu]]&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1291</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1291"/>
		<updated>2009-02-26T16:55:52Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;br /&gt;
*run &amp;quot; cp -rf /usr/lib/syslinux/*.c32 /usr/share/hda-app-pba/tftp/ &amp;quot;&lt;br /&gt;
*now go to /usr/share/hda-app-pba/tftp/pxelinux.cfg/&lt;br /&gt;
*run &amp;quot;mv default default.old&amp;quot;&lt;br /&gt;
*pico default&lt;br /&gt;
*add this to the file&lt;br /&gt;
 &amp;lt;pre&amp;gt;  &lt;br /&gt;
        DEFAULT menu.c32&lt;br /&gt;
	PROMPT 0&lt;br /&gt;
	TIMEOUT 100 #this is optional - will start the default after 10 seconds&lt;br /&gt;
	MENU TITLE --== Main Menu ==--&lt;br /&gt;
&lt;br /&gt;
	#this allows you to exit the pxe stack and pass booting to the local system&lt;br /&gt;
	LABEL bootlocal&lt;br /&gt;
		MENU DEFAULT&lt;br /&gt;
		MENU LABEL Local Boot&lt;br /&gt;
		localboot 0&lt;br /&gt;
&lt;br /&gt;
	#load pxe knife&lt;br /&gt;
	LABEL pxeknife&lt;br /&gt;
		MENU LABEL PXE Knife ---&amp;gt;&lt;br /&gt;
		kernel menu.c32&lt;br /&gt;
		append pxeknife/pxeknife.conf&lt;br /&gt;
 LABEL PBA&lt;br /&gt;
                MENU LBAEL PBA ---&amp;gt;&lt;br /&gt;
                kernel vmlinuz&lt;br /&gt;
                APPEND nfsdir=hda:/var/hda/apps/pba/client/isolang=us ramdisk_size=100000 nomce dma nosound apm=power-off nopcmcia nofirewire init=/etc/init nomce vga=normal initrd=miniroot.gz 2 BOOT_IMAGE=insert&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Now you should be ready to do a netboot.&lt;br /&gt;
&lt;br /&gt;
*Add PBA to boot options - still needs to be tested&lt;br /&gt;
*Installing OS though pxeknife - every operating system is different. After downloading the iso. You need to find the kernel(vmlinuz, linux, ...) and the intrid (.gz, .... ). Below we will document different OS. If you have installed an OS that is not mentioned please add it for others to be able to do it.&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1289</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1289"/>
		<updated>2009-02-26T15:03:10Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;br /&gt;
*run &amp;quot; cp -rf /usr/lib/syslinux/*.c32 /usr/share/hda-app-pba/tftp/ &amp;quot;&lt;br /&gt;
*now go to /usr/share/hda-app-pba/tftp/pxelinux.cfg/&lt;br /&gt;
*run &amp;quot;mv default default.old&amp;quot;&lt;br /&gt;
*pico default&lt;br /&gt;
*add this to the file&lt;br /&gt;
 &amp;lt;pre&amp;gt;  &lt;br /&gt;
        DEFAULT menu.c32&lt;br /&gt;
	PROMPT 0&lt;br /&gt;
	TIMEOUT 100 #this is optional - will start the default after 10 seconds&lt;br /&gt;
	MENU TITLE --== Main Menu ==--&lt;br /&gt;
&lt;br /&gt;
	#this allows you to exit the pxe stack and pass booting to the local system&lt;br /&gt;
	LABEL bootlocal&lt;br /&gt;
		MENU DEFAULT&lt;br /&gt;
		MENU LABEL Local Boot&lt;br /&gt;
		localboot 0&lt;br /&gt;
&lt;br /&gt;
	#load pxe knife&lt;br /&gt;
	LABEL pxeknife&lt;br /&gt;
		MENU LABEL PXE Knife ---&amp;gt;&lt;br /&gt;
		kernel menu.c32&lt;br /&gt;
		append pxeknife/pxeknife.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Now you should be ready to do a netboot.&lt;br /&gt;
&lt;br /&gt;
*Add PBA to boot options - still needs to be tested&lt;br /&gt;
*Installing OS though pxeknife - every operating system is different. After downloading the iso. You need to find the kernel(vmlinuz, linux, ...) and the intrid (.gz, .... ). Below we will document different OS. If you have installed an OS that is not mentioned please add it for others to be able to do it.&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Main_Page&amp;diff=1287</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Main_Page&amp;diff=1287"/>
		<updated>2009-02-26T14:50:53Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Welcome to the Amahi Wiki! =&lt;br /&gt;
&lt;br /&gt;
This is the Wiki for the users of the Amahi Home Server.&lt;br /&gt;
&lt;br /&gt;
Feel free to edit it with useful information for all users.&lt;br /&gt;
&lt;br /&gt;
= Topics =&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Apps|Apps Directory]]: These are the community supported apps&lt;br /&gt;
* [[Backups]]: Guides on the multiple ways to backup and restore: from [[PBABackups|full-disk backup]] to incremental backups for Windows [[VistaBackups|Vista]], [[XPBackups|Windows XP]], [[Sbackup|Linux]] and [[Backups#Mac_OS_X_Backups_with_Time_Machine|Macs]].&lt;br /&gt;
* [[Storage and file sharing]]: How to store your music, pictures, movies and other files and share them with the rest of the devices in your network.&lt;br /&gt;
** Accessing files from [[SharingToMacOSX|Mac OS X]]&lt;br /&gt;
** Accessing files from [[SharingToLinux|Other Linux Systems]]&lt;br /&gt;
** Remote File Management [[AjaxPlorer]]&lt;br /&gt;
* Remote Access&lt;br /&gt;
** [[VPN]]: Accessing your HDA remotely from '''outside''' your network.&lt;br /&gt;
** [[VNC]]: Accessing your HDA remotely from '''inside''' your network (e.g. if your HDA is &amp;quot;headless&amp;quot;).&lt;br /&gt;
** [[FreeNX]]: Accessing your HDA with FreeNX&lt;br /&gt;
** SSH based access to your HDA:&lt;br /&gt;
*** [[Key-based SSH Logins With Putty]]&lt;br /&gt;
*** [[Using ssh to listen to Amahitunes]]&lt;br /&gt;
* [[Calendars]]: How to use the calendar server in the HDA, including Outlook and iCal sync.&lt;br /&gt;
* [[PXE KNIFE]] be able to install different OS by net booting and more...&lt;br /&gt;
* [[Wiki]]: All about the wiki in your HDA.&lt;br /&gt;
* [[HDA Apps]]: Gallery of application for your HDA.&lt;br /&gt;
* Networking:&lt;br /&gt;
** [[Networking - Static IPs]]: How to assign static IPs to your network devices.&lt;br /&gt;
** [[Punching DNS Holes]]: How to assign IP addresses outside of your network for your home domain.&lt;br /&gt;
** [[Vista Networking Issue]]: Latest vista updates cause network issues.&lt;br /&gt;
* [https://sourceforge.net/tracker/?group_id=197148 Create a Bug/Feature/Support ticket!]&lt;br /&gt;
* [[Adding a second hard drive to your HDA]]:  How to add a additional hard drives.&lt;br /&gt;
* [[Adding an HDA networked printer]]:  Guide to set up print server on your HDA.&lt;br /&gt;
* [[Password protection for your HDA setup pages]]:  Guide to set up password protection to your HDA pages.&lt;br /&gt;
* [[How to Create a new Theme]]&lt;br /&gt;
&lt;br /&gt;
= Spread the Love =&lt;br /&gt;
* [http://www.flickr.com/photos/amahi/sets/72157606815797764/ Amahi Wallpapers]&lt;br /&gt;
* [http://www.flickr.com/photos/amahi/sets/72157606828513620/ Amahi Banners]&lt;br /&gt;
&lt;br /&gt;
= Installation Related =&lt;br /&gt;
&lt;br /&gt;
* [[requirements| Hardware Requirements]]&lt;br /&gt;
* [[Self-install]]: Alternative installation instructions&lt;br /&gt;
* [[Ubuntu]]: Current Status of Ubuntu version&lt;br /&gt;
&lt;br /&gt;
= Related Links =&lt;br /&gt;
* [[Intro]]: Introduction to the Amahi HDA&lt;br /&gt;
* [http://www.amahi.org/faq FAQ]: Frequently Asked Questions&lt;br /&gt;
* [[Feedback]]: Issues, feedback.&lt;br /&gt;
* [[Developers]]: How to write HDA apps, questions, API suggestions, etc.&lt;br /&gt;
* [[Requirements]]: What's needed&lt;br /&gt;
* [[Credits]]: How are we doing all this!?! We have many OSS projects to thank!&lt;br /&gt;
&lt;br /&gt;
= Contact Us =&lt;br /&gt;
&lt;br /&gt;
For questions or help do not hesitate to [[contact us]].&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1285</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1285"/>
		<updated>2009-02-25T22:55:02Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;br /&gt;
*run &amp;quot; cp -rf /usr/lib/syslinux/*.c32 /usr/share/hda-app-pba/tftp/ &amp;quot;&lt;br /&gt;
*now go to /usr/share/hda-app-pba/tftp/pxelinux.cfg/&lt;br /&gt;
*run &amp;quot;mv default default.old&amp;quot;&lt;br /&gt;
*pico default&lt;br /&gt;
*add this to the file&lt;br /&gt;
 &amp;lt;pre&amp;gt;  &lt;br /&gt;
        DEFAULT menu.c32&lt;br /&gt;
	PROMPT 0&lt;br /&gt;
	TIMEOUT 100 #this is optional - will start the default after 10 seconds&lt;br /&gt;
	MENU TITLE --== Main Menu ==--&lt;br /&gt;
&lt;br /&gt;
	#this allows you to exit the pxe stack and pass booting to the local system&lt;br /&gt;
	LABEL bootlocal&lt;br /&gt;
		MENU DEFAULT&lt;br /&gt;
		MENU LABEL Local Boot&lt;br /&gt;
		localboot 0&lt;br /&gt;
&lt;br /&gt;
	#load pxe knife&lt;br /&gt;
	LABEL pxeknife&lt;br /&gt;
		MENU LABEL PXE Knife ---&amp;gt;&lt;br /&gt;
		kernel menu.c32&lt;br /&gt;
		append pxeknife/pxeknife.conf&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Now you should be ready to do a netboot.&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1283</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1283"/>
		<updated>2009-02-25T22:53:05Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;br /&gt;
*run &amp;quot; cp -rf /usr/lib/syslinux/*.c32 /usr/share/hda-app-pba/tftp/ &amp;quot;&lt;br /&gt;
*now go to /usr/share/hda-app-pba/tftp/pxelinux.cfg/&lt;br /&gt;
*run &amp;quot;mv default default.old&amp;quot;&lt;br /&gt;
*pico default&lt;br /&gt;
*add this to the file&lt;br /&gt;
        DEFAULT menu.c32&lt;br /&gt;
	PROMPT 0&lt;br /&gt;
	TIMEOUT 100 #this is optional - will start the default after 10 seconds&lt;br /&gt;
	MENU TITLE --== Main Menu ==--&lt;br /&gt;
&lt;br /&gt;
	#this allows you to exit the pxe stack and pass booting to the local system&lt;br /&gt;
	LABEL bootlocal&lt;br /&gt;
		MENU DEFAULT&lt;br /&gt;
		MENU LABEL Local Boot&lt;br /&gt;
		localboot 0&lt;br /&gt;
&lt;br /&gt;
	#load pxe knife&lt;br /&gt;
	LABEL pxeknife&lt;br /&gt;
		MENU LABEL PXE Knife ---&amp;gt;&lt;br /&gt;
		kernel menu.c32&lt;br /&gt;
		append pxeknife/pxeknife.conf&lt;br /&gt;
&lt;br /&gt;
*Now you should be ready to do a netboot.&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1281</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1281"/>
		<updated>2009-02-25T22:52:37Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;br /&gt;
*run &amp;quot; cp -rf /usr/lib/syslinux/*.c32 /usr/share/hda-app-pba/tftp/ &amp;quot;&lt;br /&gt;
*now go to /usr/share/hda-app-pba/tftp/pxelinux.cfg/&lt;br /&gt;
*run &amp;quot;mv default default.old&amp;quot;&lt;br /&gt;
*pico default&lt;br /&gt;
*add this to the file&lt;br /&gt;
        DEFAULT menu.c32&lt;br /&gt;
	PROMPT 0&lt;br /&gt;
	TIMEOUT 100 #this is optional - will start the default after 10 seconds&lt;br /&gt;
	MENU TITLE --== Main Menu ==--&lt;br /&gt;
&lt;br /&gt;
	#this allows you to exit the pxe stack and pass booting to the local system&lt;br /&gt;
	LABEL bootlocal&lt;br /&gt;
		MENU DEFAULT&lt;br /&gt;
		MENU LABEL Local Boot&lt;br /&gt;
		localboot 0&lt;br /&gt;
&lt;br /&gt;
	#load pxe knife&lt;br /&gt;
	LABEL pxeknife&lt;br /&gt;
		MENU LABEL PXE Knife ---&amp;gt;&lt;br /&gt;
		kernel menu.c32&lt;br /&gt;
		append pxeknife/pxeknife.conf&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1279</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1279"/>
		<updated>2009-02-25T22:48:13Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;*Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
*migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
*untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
*run &amp;quot; yum install syslinux &amp;quot;&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1277</id>
		<title>PXE KNIFE</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=PXE_KNIFE&amp;diff=1277"/>
		<updated>2009-02-25T22:47:46Z</updated>

		<summary type="html">&lt;p&gt;French: New page: Get the latest tar from http://pxeknife.erebor.org/releases/ migrate to /usr/share/hda-app-pba/tftp/ untar the pxeknife ( tar -xvf pxeknife.tar.gz ) run &amp;quot; yum install syslinux &amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Get the latest tar from http://pxeknife.erebor.org/releases/&lt;br /&gt;
migrate to /usr/share/hda-app-pba/tftp/&lt;br /&gt;
untar the pxeknife ( tar -xvf pxeknife.tar.gz )&lt;br /&gt;
run &amp;quot; yum install syslinux &amp;quot;&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.amahi.org/index.php?title=Main_Page&amp;diff=1275</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wiki.amahi.org/index.php?title=Main_Page&amp;diff=1275"/>
		<updated>2009-02-25T22:41:28Z</updated>

		<summary type="html">&lt;p&gt;French: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
= Welcome to the Amahi Wiki! =&lt;br /&gt;
&lt;br /&gt;
This is the Wiki for the users of the Amahi Home Server.&lt;br /&gt;
&lt;br /&gt;
Feel free to edit it with useful information for all users.&lt;br /&gt;
&lt;br /&gt;
= Topics =&lt;br /&gt;
&lt;br /&gt;
* [[:Category:Apps|Apps Directory]]: These are the community supported apps&lt;br /&gt;
* [[Backups]]: Guides on the multiple ways to backup and restore: from [[PBABackups|full-disk backup]] to incremental backups for Windows [[VistaBackups|Vista]], [[XPBackups|Windows XP]], [[Sbackup|Linux]] and [[Backups#Mac_OS_X_Backups_with_Time_Machine|Macs]].&lt;br /&gt;
* [[Storage and file sharing]]: How to store your music, pictures, movies and other files and share them with the rest of the devices in your network.&lt;br /&gt;
** Accessing files from [[SharingToMacOSX|Mac OS X]]&lt;br /&gt;
** Accessing files from [[SharingToLinux|Other Linux Systems]]&lt;br /&gt;
** Remote File Management [[AjaxPlorer]]&lt;br /&gt;
* Remote Access&lt;br /&gt;
** [[VPN]]: Accessing your HDA remotely from '''outside''' your network.&lt;br /&gt;
** [[VNC]]: Accessing your HDA remotely from '''inside''' your network (e.g. if your HDA is &amp;quot;headless&amp;quot;).&lt;br /&gt;
** [[FreeNX]]: Accessing your HDA with FreeNX&lt;br /&gt;
** SSH based access to your HDA:&lt;br /&gt;
*** [[Key-based SSH Logins With Putty]]&lt;br /&gt;
*** [[Using ssh to listen to Amahitunes]]&lt;br /&gt;
* [[Calendars]]: How to use the calendar server in the HDA, including Outlook and iCal sync.&lt;br /&gt;
* [[PXE KNIFE]]&lt;br /&gt;
* [[Wiki]]: All about the wiki in your HDA.&lt;br /&gt;
* [[HDA Apps]]: Gallery of application for your HDA.&lt;br /&gt;
* Networking:&lt;br /&gt;
** [[Networking - Static IPs]]: How to assign static IPs to your network devices.&lt;br /&gt;
** [[Punching DNS Holes]]: How to assign IP addresses outside of your network for your home domain.&lt;br /&gt;
** [[Vista Networking Issue]]: Latest vista updates cause network issues.&lt;br /&gt;
* [https://sourceforge.net/tracker/?group_id=197148 Create a Bug/Feature/Support ticket!]&lt;br /&gt;
* [[Adding a second hard drive to your HDA]]:  How to add a additional hard drives.&lt;br /&gt;
* [[Adding an HDA networked printer]]:  Guide to set up print server on your HDA.&lt;br /&gt;
* [[Password protection for your HDA setup pages]]:  Guide to set up password protection to your HDA pages.&lt;br /&gt;
* [[How to Create a new Theme]]&lt;br /&gt;
&lt;br /&gt;
= Spread the Love =&lt;br /&gt;
* [http://www.flickr.com/photos/amahi/sets/72157606815797764/ Amahi Wallpapers]&lt;br /&gt;
* [http://www.flickr.com/photos/amahi/sets/72157606828513620/ Amahi Banners]&lt;br /&gt;
&lt;br /&gt;
= Installation Related =&lt;br /&gt;
&lt;br /&gt;
* [[requirements| Hardware Requirements]]&lt;br /&gt;
* [[Self-install]]: Alternative installation instructions&lt;br /&gt;
* [[Ubuntu]]: Current Status of Ubuntu version&lt;br /&gt;
&lt;br /&gt;
= Related Links =&lt;br /&gt;
* [[Intro]]: Introduction to the Amahi HDA&lt;br /&gt;
* [http://www.amahi.org/faq FAQ]: Frequently Asked Questions&lt;br /&gt;
* [[Feedback]]: Issues, feedback.&lt;br /&gt;
* [[Developers]]: How to write HDA apps, questions, API suggestions, etc.&lt;br /&gt;
* [[Requirements]]: What's needed&lt;br /&gt;
* [[Credits]]: How are we doing all this!?! We have many OSS projects to thank!&lt;br /&gt;
&lt;br /&gt;
= Contact Us =&lt;br /&gt;
&lt;br /&gt;
For questions or help do not hesitate to [[contact us]].&lt;/div&gt;</summary>
		<author><name>French</name></author>
		
	</entry>
</feed>