<?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: Admin the Mac: Making a NetBoot Server</title>
	<atom:link href="http://coeexchange.com/?feed=rss2&#038;p=1521" rel="self" type="application/rss+xml" />
	<link>http://coeexchange.com/?p=1521</link>
	<description>Blog for the University of Missouri in Saint Louis College of Education</description>
	<lastBuildDate>Fri, 03 Sep 2010 09:18:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Keith</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-5655</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Fri, 03 Sep 2010 09:18:54 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-5655</guid>
		<description>Hi I have the netboot service up and running again but still every image I make kernel panic. Any ideas?</description>
		<content:encoded><![CDATA[<p>Hi I have the netboot service up and running again but still every image I make kernel panic. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-5623</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Thu, 02 Sep 2010 20:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-5623</guid>
		<description>The boot image works (well I&#039;m almost certain it does as it boots a machine fine from an external disk).

I have the added problem now that after I restarted my machine after playing around with things that I can&#039;t now even get the computers to detect the netboot as an option.

I havent disabled it yet and have gone through all the steps I did from the beginning. I have also installed tftpServer to see if that helped me get a handle on things but hasn&#039;t.

I have checked in activity monitor and bootpd is running.

Any ideas on what else I can check.

Thanks for the help.</description>
		<content:encoded><![CDATA[<p>The boot image works (well I&#8217;m almost certain it does as it boots a machine fine from an external disk).</p>
<p>I have the added problem now that after I restarted my machine after playing around with things that I can&#8217;t now even get the computers to detect the netboot as an option.</p>
<p>I havent disabled it yet and have gone through all the steps I did from the beginning. I have also installed tftpServer to see if that helped me get a handle on things but hasn&#8217;t.</p>
<p>I have checked in activity monitor and bootpd is running.</p>
<p>Any ideas on what else I can check.</p>
<p>Thanks for the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Votaw</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-5581</link>
		<dc:creator>Michael Votaw</dc:creator>
		<pubDate>Wed, 01 Sep 2010 15:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-5581</guid>
		<description>Are you sure that the netboot image you&#039;re using works under normal conditions (like on 10.5?) If you make a netboot image from a 10.6 machine, it doesn&#039;t include any PPC components, which can be a problem.

You can disable it by running
defaults write /System/Library/LaunchDaemons/bootps Disabled 1

from terminal. You may need to reboot or manually turn bootps off.</description>
		<content:encoded><![CDATA[<p>Are you sure that the netboot image you&#8217;re using works under normal conditions (like on 10.5?) If you make a netboot image from a 10.6 machine, it doesn&#8217;t include any PPC components, which can be a problem.</p>
<p>You can disable it by running<br />
defaults write /System/Library/LaunchDaemons/bootps Disabled 1</p>
<p>from terminal. You may need to reboot or manually turn bootps off.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-5579</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Wed, 01 Sep 2010 14:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-5579</guid>
		<description>Hi,

Tried this on 10.6 and the clients can see the image but kernal panic when trying to boot from it.

How can I disable this also as I don&#039;t always want it on?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Tried this on 10.6 and the clients can see the image but kernal panic when trying to boot from it.</p>
<p>How can I disable this also as I don&#8217;t always want it on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Votaw</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-4177</link>
		<dc:creator>Michael Votaw</dc:creator>
		<pubDate>Tue, 20 Jul 2010 17:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-4177</guid>
		<description>First: Spike you&#039;re right, they are written in binary. That&#039;s very strange that they would bother making something that would otherwise be text-readable not...

Anyway, fixed the issue of bootpd still being disabled in 10.6
(added &quot;defaults /System/Library/LaunchDaemons/bootps write Disabled 0&quot;)
Let me know if it works!</description>
		<content:encoded><![CDATA[<p>First: Spike you&#8217;re right, they are written in binary. That&#8217;s very strange that they would bother making something that would otherwise be text-readable not&#8230;</p>
<p>Anyway, fixed the issue of bootpd still being disabled in 10.6<br />
(added &#8220;defaults /System/Library/LaunchDaemons/bootps write Disabled 0&#8243;)<br />
Let me know if it works!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Votaw</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-3215</link>
		<dc:creator>Michael Votaw</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-3215</guid>
		<description>Yikes! Thanks for pointing that out.
I don&#039;t know what&#039;s going on, but I can&#039;t hit my public_html folder anymore -_-</description>
		<content:encoded><![CDATA[<p>Yikes! Thanks for pointing that out.<br />
I don&#8217;t know what&#8217;s going on, but I can&#8217;t hit my public_html folder anymore -_-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mrityunjoy Chattopadhyay</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-3214</link>
		<dc:creator>Mrityunjoy Chattopadhyay</dc:creator>
		<pubDate>Fri, 18 Jun 2010 16:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-3214</guid>
		<description>Thanks a ton for the great script. But probably you have put the 10.6 script in your Univ repo and its forbidden to public.</description>
		<content:encoded><![CDATA[<p>Thanks a ton for the great script. But probably you have put the 10.6 script in your Univ repo and its forbidden to public.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Votaw</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-2691</link>
		<dc:creator>Michael Votaw</dc:creator>
		<pubDate>Wed, 26 May 2010 18:07:00 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-2691</guid>
		<description>Spike: plist files are just xml files; they should be readable.

I&#039;m testing this all out right now, and so far, other than not setting Disable to false in bootpd.plist the script seems to work, except...

I get right to here:

tftpd[403]: adding RRQ to cache: 192.168.1.108,/private/tftpboot/NetBoot/NetBootSP0/
NetRestore Test.nbi/i386/booter
tftpd[405]: adding RRQ to cache: 192.168.1.108,/private/tftpboot/NetBoot/NetBootSP0/
NetRestore Test.nbi/i386/booter
tftpd[407]: adding RRQ to cache: 192.168.1.108,/private/tftpboot/NetBoot/NetBootSP0/
NetRestore Test.nbi/i386/mach.macosx
tftpd[409]: adding RRQ to cache: 192.168.1.108,/private/tftpboot/NetBoot/NetBootSP0/
NetRestore Test.nbi/i386/mach.macosx

and then I lose my IP address, and the server self-assigns. Obviously this means that the client machine can&#039;t talk to the server anymore. The only way I can manage to fix this is by restarting the machine.


Any ideas?</description>
		<content:encoded><![CDATA[<p>Spike: plist files are just xml files; they should be readable.</p>
<p>I&#8217;m testing this all out right now, and so far, other than not setting Disable to false in bootpd.plist the script seems to work, except&#8230;</p>
<p>I get right to here:</p>
<p>tftpd[403]: adding RRQ to cache: 192.168.1.108,/private/tftpboot/NetBoot/NetBootSP0/<br />
NetRestore Test.nbi/i386/booter<br />
tftpd[405]: adding RRQ to cache: 192.168.1.108,/private/tftpboot/NetBoot/NetBootSP0/<br />
NetRestore Test.nbi/i386/booter<br />
tftpd[407]: adding RRQ to cache: 192.168.1.108,/private/tftpboot/NetBoot/NetBootSP0/<br />
NetRestore Test.nbi/i386/mach.macosx<br />
tftpd[409]: adding RRQ to cache: 192.168.1.108,/private/tftpboot/NetBoot/NetBootSP0/<br />
NetRestore Test.nbi/i386/mach.macosx</p>
<p>and then I lose my IP address, and the server self-assigns. Obviously this means that the client machine can&#8217;t talk to the server anymore. The only way I can manage to fix this is by restarting the machine.</p>
<p>Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a3n</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-2678</link>
		<dc:creator>a3n</dc:creator>
		<pubDate>Tue, 25 May 2010 20:27:46 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-2678</guid>
		<description>spike:

how do i modify the tftp.plist to incorporate those lines you mentioned ? could you post an example?</description>
		<content:encoded><![CDATA[<p>spike:</p>
<p>how do i modify the tftp.plist to incorporate those lines you mentioned ? could you post an example?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spike</title>
		<link>http://coeexchange.com/?p=1521&#038;cpage=1#comment-2501</link>
		<dc:creator>spike</dc:creator>
		<pubDate>Mon, 10 May 2010 19:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://coeexchange.com/?p=1521#comment-2501</guid>
		<description>Thanks for your work on this Michael. I had pretty much the same thing on my script, except I ran the changes for tftp.plist through PlistBuddy...

# Fix tftp.plist for Snow Leopard
# Converted the tftp.plist from binary to xml so I could peek at it with PlistEdit Pro
plutil -convert xml1 /System/Library/LaunchDaemons/tftp.plist
#Ensures tfptd is not disabled and sets server to start in insecure mode
/usr/libexec/PlistBuddy -c &quot;set :Disabled false&quot; /System/Library/LaunchDaemons/tftp.plist
/usr/libexec/PlistBuddy -c &quot;set :ProgramArguments:1 -i&quot; /System/Library/LaunchDaemons/tftp.plist

everything else was the same...
;-)</description>
		<content:encoded><![CDATA[<p>Thanks for your work on this Michael. I had pretty much the same thing on my script, except I ran the changes for tftp.plist through PlistBuddy&#8230;</p>
<p># Fix tftp.plist for Snow Leopard<br />
# Converted the tftp.plist from binary to xml so I could peek at it with PlistEdit Pro<br />
plutil -convert xml1 /System/Library/LaunchDaemons/tftp.plist<br />
#Ensures tfptd is not disabled and sets server to start in insecure mode<br />
/usr/libexec/PlistBuddy -c &#8220;set :Disabled false&#8221; /System/Library/LaunchDaemons/tftp.plist<br />
/usr/libexec/PlistBuddy -c &#8220;set :ProgramArguments:1 -i&#8221; /System/Library/LaunchDaemons/tftp.plist</p>
<p>everything else was the same&#8230;<br />
;-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
