<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: diskless booting with PXE and NFS</title>
	<atom:link href="http://www.pixelchaos.net/2009/02/15/diskless-booting-with-pxe-and-nfs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pixelchaos.net/2009/02/15/diskless-booting-with-pxe-and-nfs/</link>
	<description>random bits for your terminal</description>
	<lastBuildDate>Thu, 17 Jun 2010 08:37:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: at0m</title>
		<link>http://www.pixelchaos.net/2009/02/15/diskless-booting-with-pxe-and-nfs/comment-page-1/#comment-2733</link>
		<dc:creator>at0m</dc:creator>
		<pubDate>Mon, 15 Jun 2009 15:47:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelchaos.net/?p=89#comment-2733</guid>
		<description>**Correction:** After mkinitramfs and the nfs copy, edit the local /etc/initramfs-tools/initramfs.conf and change “BOOT=nfs” back to “BOOT=local”.

That&#039;s better :)</description>
		<content:encoded><![CDATA[<p>**Correction:** After mkinitramfs and the nfs copy, edit the local /etc/initramfs-tools/initramfs.conf and change “BOOT=nfs” back to “BOOT=local”.</p>
<p>That&#8217;s better :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: at0m</title>
		<link>http://www.pixelchaos.net/2009/02/15/diskless-booting-with-pxe-and-nfs/comment-page-1/#comment-2580</link>
		<dc:creator>at0m</dc:creator>
		<pubDate>Sat, 16 May 2009 06:25:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelchaos.net/?p=89#comment-2580</guid>
		<description>Hoi,

Suggestion:  After mkinitramfs and the nfs copy, edit  the local /etc/initramfs-tools/initramfs.conf and change &quot;BOOT=local&quot; back to &quot;BOOT=nfs&quot;.

Reason:  I had to try a couple of times, and wanted to keep local hd copy for in case, and kernel tried to find rootFS over nfs - which didn&#039;t work because the server wasn&#039;t setup properly yet.  To fix that, I had to boot each client that was broken (a couple) from Debian Netinstall (smallest bootable ISO I could find), then chroot into /dev/hda1 and mkinitramfs again after the edit from the suggestion.  So to avoid that, do the edit beforehand, like after nfs copy :)

For the rest, this blogpost seems great, gave me much better insight in this whole process!

Thanks,
at0m.</description>
		<content:encoded><![CDATA[<p>Hoi,</p>
<p>Suggestion:  After mkinitramfs and the nfs copy, edit  the local /etc/initramfs-tools/initramfs.conf and change &#8220;BOOT=local&#8221; back to &#8220;BOOT=nfs&#8221;.</p>
<p>Reason:  I had to try a couple of times, and wanted to keep local hd copy for in case, and kernel tried to find rootFS over nfs &#8211; which didn&#8217;t work because the server wasn&#8217;t setup properly yet.  To fix that, I had to boot each client that was broken (a couple) from Debian Netinstall (smallest bootable ISO I could find), then chroot into /dev/hda1 and mkinitramfs again after the edit from the suggestion.  So to avoid that, do the edit beforehand, like after nfs copy :)</p>
<p>For the rest, this blogpost seems great, gave me much better insight in this whole process!</p>
<p>Thanks,<br />
at0m.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomek</title>
		<link>http://www.pixelchaos.net/2009/02/15/diskless-booting-with-pxe-and-nfs/comment-page-1/#comment-2158</link>
		<dc:creator>tomek</dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:46:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelchaos.net/?p=89#comment-2158</guid>
		<description>Sorry, it was just a typo in initramfs.conf (&quot;nsf&quot; instead of &quot;nfs&quot;)
Having corrected the typo, net-boot works perfectly.

Thanks a lot again for the how-to!</description>
		<content:encoded><![CDATA[<p>Sorry, it was just a typo in initramfs.conf (&#8220;nsf&#8221; instead of &#8220;nfs&#8221;)<br />
Having corrected the typo, net-boot works perfectly.</p>
<p>Thanks a lot again for the how-to!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomek</title>
		<link>http://www.pixelchaos.net/2009/02/15/diskless-booting-with-pxe-and-nfs/comment-page-1/#comment-2157</link>
		<dc:creator>tomek</dc:creator>
		<pubDate>Mon, 23 Mar 2009 19:12:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.pixelchaos.net/?p=89#comment-2157</guid>
		<description>Thanks a lot for this great how-to!

I have just a problem ... 
I have performed the steps from the how-to, but the startup does not work
I get the folloing messages from boot:
...
Begin: Mounting root file system ... /init: .: line 171 can&#039;t open /scripts/nsf
... Kernel panic - no syncing: Attempted to kill init  

If I use the same tftp- and dhcp-server and the same configuration of them, but just the the net-installation works perfectly - I have just exchanged the content of the file &quot;default&quot; (from debian-installer) against the file 01- from this how-to.
So I suppose the only problem is incorrect generated &quot;initrd.img-2.6.26-1-686_netboo&quot;

Thanks in advance for any ideas ...</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this great how-to!</p>
<p>I have just a problem &#8230;<br />
I have performed the steps from the how-to, but the startup does not work<br />
I get the folloing messages from boot:<br />
&#8230;<br />
Begin: Mounting root file system &#8230; /init: .: line 171 can&#8217;t open /scripts/nsf<br />
&#8230; Kernel panic &#8211; no syncing: Attempted to kill init  </p>
<p>If I use the same tftp- and dhcp-server and the same configuration of them, but just the the net-installation works perfectly &#8211; I have just exchanged the content of the file &#8220;default&#8221; (from debian-installer) against the file 01- from this how-to.<br />
So I suppose the only problem is incorrect generated &#8220;initrd.img-2.6.26-1-686_netboo&#8221;</p>
<p>Thanks in advance for any ideas &#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
