<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: PXE Install</title>
	<atom:link href="http://www.zen.org/2004/09/09/pxe-install/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zen.org/2004/09/09/pxe-install/</link>
	<description>The thoughts, ideas, habits, and interests of a sub-culture.</description>
	<pubDate>Sun, 12 Oct 2008 00:34:33 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Sven Heinicke</title>
		<link>http://www.zen.org/2004/09/09/pxe-install/#comment-123</link>
		<dc:creator>Sven Heinicke</dc:creator>
		<pubDate>Wed, 15 Dec 2004 17:39:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen.org/?p=154#comment-123</guid>
		<description>Yes, it is very manual.  Almost like doing a Gentoo Linux linux install.  I used the dhcp3-server package that is a part of sarge.  My entries dhcpd.conf file looks something like:

&lt;pre&gt;ddns-update-style none;
allow bootp;
allow booting;
filename "pxelinux.0";
option domain-name "&lt;var&gt;your-domain.org&lt;/var&gt;";

subnet &lt;var&gt;1.2.3&lt;/var&gt;.0 netmask 255.255.255.0 {
 option routers &lt;var&gt;1.2.3&lt;/var&gt;.254;
 option domain-name-servers ns1.&lt;var&gt;your-demain.com, ns2.your-domain.com&lt;/var&gt;;


 host hostname {
  option host-name "&lt;var&gt;hostname&lt;/var&gt;";
  hardware ethernet &lt;var&gt;00:01:03:1A:FC:B7&lt;/var&gt;;
  fixed-address &lt;var&gt;1.2.3&lt;/var&gt;.33;
 }&lt;/pre&gt;

All should work, assuming TFTP and NFS are set of correctly too.</description>
		<content:encoded><![CDATA[<p>Yes, it is very manual.  Almost like doing a Gentoo Linux linux install.  I used the dhcp3-server package that is a part of sarge.  My entries dhcpd.conf file looks something like:</p>
<pre>ddns-update-style none;
allow bootp;
allow booting;
filename "pxelinux.0";
option domain-name "<var>your-domain.org</var>&#8220;;

subnet <var>1.2.3</var>.0 netmask 255.255.255.0 {
 option routers <var>1.2.3</var>.254;
 option domain-name-servers ns1.<var>your-demain.com, ns2.your-domain.com</var>;

 host hostname {
  option host-name &#8220;<var>hostname</var>&#8220;;
  hardware ethernet <var>00:01:03:1A:FC:B7</var>;
  fixed-address <var>1.2.3</var>.33;
 }</pre>
<p>All should work, assuming TFTP and NFS are set of correctly too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.zen.org/2004/09/09/pxe-install/#comment-121</link>
		<dc:creator>David</dc:creator>
		<pubDate>Wed, 15 Dec 2004 00:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen.org/?p=154#comment-121</guid>
		<description>Most of that even should be automatable I would think.

I'm about to try your steps on 10 server on Thursday...hopefully it goes well.

What was your DHCP setting and how'd you set that up?  I am just starting to look into it but I've used debian long enough to hope it won't be so bad.  debbotstrap and chroot seem like one way to do it, but it's more manual that I had hoped.

Thanks,
david</description>
		<content:encoded><![CDATA[<p>Most of that even should be automatable I would think.</p>
<p>I&#8217;m about to try your steps on 10 server on Thursday&#8230;hopefully it goes well.</p>
<p>What was your DHCP setting and how&#8217;d you set that up?  I am just starting to look into it but I&#8217;ve used debian long enough to hope it won&#8217;t be so bad.  debbotstrap and chroot seem like one way to do it, but it&#8217;s more manual that I had hoped.</p>
<p>Thanks,<br />
david</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zen.org Communal Weblog &#38;raquo; Uninstalling Sarge</title>
		<link>http://www.zen.org/2004/09/09/pxe-install/#comment-100</link>
		<dc:creator>zen.org Communal Weblog &#38;raquo; Uninstalling Sarge</dc:creator>
		<pubDate>Thu, 02 Dec 2004 14:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.zen.org/?p=154#comment-100</guid>
		<description>er: General &#38;#8212; sven @ 9:12 am EST  	 	 			In the beginning of September I installed four systems with Debian Sarge, a few weeks later I was rsyncing the old mixed Debian system back.  Today I [...]</description>
		<content:encoded><![CDATA[<p>er: General &amp;#8212; sven @ 9:12 am EST  	 	 			In the beginning of September I installed four systems with Debian Sarge, a few weeks later I was rsyncing the old mixed Debian system back.  Today I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
