<?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: LTSP Part 2 &#8211; Configuration</title>
	<atom:link href="http://www.rickogden.com/2010/06/ltsp-part-2-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rickogden.com/2010/06/ltsp-part-2-configuration/</link>
	<description></description>
	<lastBuildDate>Mon, 13 Jun 2011 10:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Rick Ogden</title>
		<link>http://www.rickogden.com/2010/06/ltsp-part-2-configuration/comment-page-1/#comment-327</link>
		<dc:creator>Rick Ogden</dc:creator>
		<pubDate>Mon, 15 Nov 2010 09:24:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.rickogden.com/?p=340#comment-327</guid>
		<description>Hi Rene,

I&#039;m pretty sure in a standard LTSP configuration the NBD server IP and port is stored in the configs inside the pxelinux.cfg file (inside the image directory in the tftp location). That&#039;s what contains the boot parameters.

To modify the CD you use the command mentioned in the comment above &quot;make EMBEDDED_IMAGE=/path/to/script.gpxe&quot; where the EMBEDDED_IMAGE value is the path to the script. If you rerun that it will overwrite any existing images with the new one.

Alternatively you could do what I do, which is host a boot script on a webserver and tell all clients to go to that once they have an IP. This is what I&#039;ve done (and will be talking about it in Part 3 when I get around to writing it). This way you just alter the script on the webserver and it will be used from then on by all your clients.

Hope this answers your questions.

Rick</description>
		<content:encoded><![CDATA[<p>Hi Rene,</p>
<p>I&#8217;m pretty sure in a standard LTSP configuration the NBD server IP and port is stored in the configs inside the pxelinux.cfg file (inside the image directory in the tftp location). That&#8217;s what contains the boot parameters.</p>
<p>To modify the CD you use the command mentioned in the comment above &#8220;make EMBEDDED_IMAGE=/path/to/script.gpxe&#8221; where the EMBEDDED_IMAGE value is the path to the script. If you rerun that it will overwrite any existing images with the new one.</p>
<p>Alternatively you could do what I do, which is host a boot script on a webserver and tell all clients to go to that once they have an IP. This is what I&#8217;ve done (and will be talking about it in Part 3 when I get around to writing it). This way you just alter the script on the webserver and it will be used from then on by all your clients.</p>
<p>Hope this answers your questions.</p>
<p>Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rene Winnik</title>
		<link>http://www.rickogden.com/2010/06/ltsp-part-2-configuration/comment-page-1/#comment-326</link>
		<dc:creator>Rene Winnik</dc:creator>
		<pubDate>Sun, 14 Nov 2010 14:42:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.rickogden.com/?p=340#comment-326</guid>
		<description>Just wanted to say thanks for the write up. I had just started with the same problem. I have 2 questions:

The only piece that seems to be missing is the nbdroot=xxx.xxx.xxx.xxx:2000

In normal dhcp operation, where does it get this value. In my case the normal DHCP works, it is just when I get to a location that I can not modify the DHCP that I have the same problem as you do. 

The second is how do you modify the (in my case a cdrom ) gxeboot boot to do all this automatically. 

Thanks, great write up and keep up the good work.

Rene&#039;</description>
		<content:encoded><![CDATA[<p>Just wanted to say thanks for the write up. I had just started with the same problem. I have 2 questions:</p>
<p>The only piece that seems to be missing is the nbdroot=xxx.xxx.xxx.xxx:2000</p>
<p>In normal dhcp operation, where does it get this value. In my case the normal DHCP works, it is just when I get to a location that I can not modify the DHCP that I have the same problem as you do. </p>
<p>The second is how do you modify the (in my case a cdrom ) gxeboot boot to do all this automatically. </p>
<p>Thanks, great write up and keep up the good work.</p>
<p>Rene&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick Ogden</title>
		<link>http://www.rickogden.com/2010/06/ltsp-part-2-configuration/comment-page-1/#comment-191</link>
		<dc:creator>Rick Ogden</dc:creator>
		<pubDate>Tue, 20 Jul 2010 13:10:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.rickogden.com/?p=340#comment-191</guid>
		<description>Ravi: It doesn&#039;t matter, you just reference it when making the boot image using the EMBEDDED_IMAGE command:

$ make EMBEDDED_IMAGE=/path/to/script.gpxe

I didn&#039;t include it as there is plenty of documentation on the gPXE site: http://etherboot.org/wiki/scripting

Rick</description>
		<content:encoded><![CDATA[<p>Ravi: It doesn&#8217;t matter, you just reference it when making the boot image using the EMBEDDED_IMAGE command:</p>
<p>$ make EMBEDDED_IMAGE=/path/to/script.gpxe</p>
<p>I didn&#8217;t include it as there is plenty of documentation on the gPXE site: <a href="http://etherboot.org/wiki/scripting" rel="nofollow">http://etherboot.org/wiki/scripting</a></p>
<p>Rick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ravi</title>
		<link>http://www.rickogden.com/2010/06/ltsp-part-2-configuration/comment-page-1/#comment-184</link>
		<dc:creator>ravi</dc:creator>
		<pubDate>Sat, 10 Jul 2010 13:31:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.rickogden.com/?p=340#comment-184</guid>
		<description>where should i write the boot script which u mentioned</description>
		<content:encoded><![CDATA[<p>where should i write the boot script which u mentioned</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kamilion</title>
		<link>http://www.rickogden.com/2010/06/ltsp-part-2-configuration/comment-page-1/#comment-178</link>
		<dc:creator>Kamilion</dc:creator>
		<pubDate>Fri, 09 Jul 2010 04:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.rickogden.com/?p=340#comment-178</guid>
		<description>Hey, I&#039;ve worked on gPXE booting over HTTP somewhat recently.

forum.ebox-platform.com/index.php?topic=2360.msg10138#msg10138

I use nginx as my http server, it&#039;s small and reasonably easy to configure multiple hosts on quickly. 

Recently blogged about setting nginx up with php5 with lucid and phpmyadmin.

blog.sllabs.com/2010/06/fun-with-nginx-upstart-and-lucid.html

Came across your page while I was catching up; ubuntu lucid&#039;s casper scripts have fixed TORAM=Yes on isos, which should work via netboot too, I&#039;m hoping. Likely going to blog my results with http booting lucid in various ways.

I&#039;ve got my boot catalog online at files.sllabs.com/boot/

DOWN WITH TFTP! Just serve gPXE! :D</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;ve worked on gPXE booting over HTTP somewhat recently.</p>
<p>forum.ebox-platform.com/index.php?topic=2360.msg10138#msg10138</p>
<p>I use nginx as my http server, it&#8217;s small and reasonably easy to configure multiple hosts on quickly. </p>
<p>Recently blogged about setting nginx up with php5 with lucid and phpmyadmin.</p>
<p>blog.sllabs.com/2010/06/fun-with-nginx-upstart-and-lucid.html</p>
<p>Came across your page while I was catching up; ubuntu lucid&#8217;s casper scripts have fixed TORAM=Yes on isos, which should work via netboot too, I&#8217;m hoping. Likely going to blog my results with http booting lucid in various ways.</p>
<p>I&#8217;ve got my boot catalog online at files.sllabs.com/boot/</p>
<p>DOWN WITH TFTP! Just serve gPXE! <img src='http://www.rickogden.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  www.rickogden.com/2010/06/ltsp-part-2-configuration/feed/ ) in 0.36031 seconds, on Feb 7th, 2012 at 1:43 am UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 7th, 2012 at 2:43 am UTC -->
