<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>pxe &#8211; Farlock.org</title>
	<atom:link href="https://www.farlock.org/tag/pxe/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.farlock.org</link>
	<description>What you want to hack today?</description>
	<lastBuildDate>Wed, 02 Apr 2014 06:07:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0</generator>
	<item>
		<title>Clonezilla PXE Setup</title>
		<link>https://www.farlock.org/linux/clonezilla-pxe-setup/</link>
					<comments>https://www.farlock.org/linux/clonezilla-pxe-setup/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Wed, 25 May 2011 12:38:28 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[clonezilla]]></category>
		<category><![CDATA[ethernet boot]]></category>
		<category><![CDATA[pxe]]></category>
		<guid isPermaLink="false">http://www.farlock.org/?p=171</guid>

					<description><![CDATA[<p>We assume that our server has ip 192.168.171.11, and root directory of tftp server is /srv/tftp</p> <p>Download clonezilla-live-1.2.8-42-i686.zip and clonezilla-live-1.2.8-42-amd64.zip on a local directory and unzip them. Obviously you can use only one of them.</p> <p># wget http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-4.04.tar.bz2</p> <p># tar xjvf syslinux-4.04.tar.bz2 # cp syslinux-4.04/core/pxelinux.0 /srv/tftp/ # cp syslinux-4.04/com32/menu/vesamenu.c32 /srv/tftp # mkdir /srv/tftp/clonezilla-amd64 # cp [...]]]></description>
										<content:encoded><![CDATA[<p>We assume that our server has ip 192.168.171.11, and root directory of tftp server is /srv/tftp</p>
<p>Download clonezilla-live-1.2.8-42-i686.zip and clonezilla-live-1.2.8-42-amd64.zip on a local directory and unzip them. Obviously you can use only one of them.</p>
<blockquote><p># wget http://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-4.04.tar.bz2</p>
<p># tar xjvf syslinux-4.04.tar.bz2<br />
# cp syslinux-4.04/core/pxelinux.0 /srv/tftp/<br />
# cp syslinux-4.04/com32/menu/vesamenu.c32 /srv/tftp<br />
# mkdir /srv/tftp/clonezilla-amd64<br />
# cp clonezilla-live-1.2.8-42-amd64/live/* /srv/tftp/clonezilla-amd64/<br />
# mkdir /srv/tftp/clonezilla-i686<br />
# cp clonezilla-live-1.2.8-42-i686/live/* /srv/tftp/clonezilla-i686/<br />
# mkdir /srv/tftp/pxelinux.cfg</p></blockquote>
<p>edit, or add at the end of /etc/dhcp/dhcpd.conf</p>
<blockquote><p>authoritative;</p>
<p>subnet 192.168.171.0 netmask 255.255.255.0 {</p>
<p>range 192.168.171.101 192.168.171.190;</p>
<p>option domain-name &#8220;spsarone.local&#8221;;</p>
<p>option domain-name-servers 192.168.171.11;</p>
<p>option broadcast-address 192.168.171.255;</p>
<p>option routers 192.168.171.1;</p>
<p>next-server 192.168.171.11;</p>
<p>#    get-lease-hostnames true;</p>
<p>option subnet-mask 255.255.255.0;</p>
<p>filename &#8220;/pxelinux.0&#8221;;</p>
<p>}</p></blockquote>
<p>copy attached file default.txt to /srv/tftp/pxelinux.cfg/default</p>
<p><a href="http://www.farlock.org/wp-content/uploads/2011/05/default.txt">default</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.farlock.org/linux/clonezilla-pxe-setup/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
