<?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: HowTo: Setup your own PXE Boot Server using Ubuntu Server</title>
	<atom:link href="http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/</link>
	<description>Life, the Universe and Ubuntu.</description>
	<lastBuildDate>Wed, 18 Jan 2012 12:38:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Benny</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-14447</link>
		<dc:creator>Benny</dc:creator>
		<pubDate>Tue, 17 Jan 2012 13:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-14447</guid>
		<description>For those of you already have a dhcp server you can use the ProxyDHCP method using dnsmasq instead of dhcp3-server. it can also be used as a tftp server.</description>
		<content:encoded><![CDATA[<p>For those of you already have a dhcp server you can use the ProxyDHCP method using dnsmasq instead of dhcp3-server. it can also be used as a tftp server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-14324</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Sun, 15 Jan 2012 06:30:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-14324</guid>
		<description>Yep,

They are both on the 64 bit iso I downloaded from an Ubuntu mirror.
The empty one is in install/netboot, the right one is in install/netboot/ubuntu-installer/amd64</description>
		<content:encoded><![CDATA[<p>Yep,</p>
<p>They are both on the 64 bit iso I downloaded from an Ubuntu mirror.<br />
The empty one is in install/netboot, the right one is in install/netboot/ubuntu-installer/amd64</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HyRax</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-14312</link>
		<dc:creator>HyRax</dc:creator>
		<pubDate>Sat, 14 Jan 2012 23:07:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-14312</guid>
		<description>Two of them? Never seen that... Are you using an official ISO? Glad you got it sorted, though.</description>
		<content:encoded><![CDATA[<p>Two of them? Never seen that&#8230; Are you using an official ISO? Glad you got it sorted, though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-14301</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Sat, 14 Jan 2012 15:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-14301</guid>
		<description>HOLD PRESSES !
To answer my own question: It turns out that there were two pxelinux.0 files on the DVD.
One with size 0, and one with size 15k.
I copied the empty one over....
After replacing this empty one with the right one, everything works perfectly.

Thanks again.</description>
		<content:encoded><![CDATA[<p>HOLD PRESSES !<br />
To answer my own question: It turns out that there were two pxelinux.0 files on the DVD.<br />
One with size 0, and one with size 15k.<br />
I copied the empty one over&#8230;.<br />
After replacing this empty one with the right one, everything works perfectly.</p>
<p>Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-14300</link>
		<dc:creator>Hans</dc:creator>
		<pubDate>Sat, 14 Jan 2012 15:12:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-14300</guid>
		<description>Hi,
First: thanks for the great howto. Was looking for something exactly like this...

I do have a problem though. Everything seems to be in order on my 10.04 PXE server that serves as a DHCP server as well. Booting the client PC from network seems to work, because I see the client getting an IP address. But then nothing happens anymore. The only thing I see on the server in syslog is from tftp: client does not accept options, but that does not seem to be a problem.
Any idea why the client seems to hang after IP assignment ?

Thanks,
Hans</description>
		<content:encoded><![CDATA[<p>Hi,<br />
First: thanks for the great howto. Was looking for something exactly like this&#8230;</p>
<p>I do have a problem though. Everything seems to be in order on my 10.04 PXE server that serves as a DHCP server as well. Booting the client PC from network seems to work, because I see the client getting an IP address. But then nothing happens anymore. The only thing I see on the server in syslog is from tftp: client does not accept options, but that does not seem to be a problem.<br />
Any idea why the client seems to hang after IP assignment ?</p>
<p>Thanks,<br />
Hans</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HyRax</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-9312</link>
		<dc:creator>HyRax</dc:creator>
		<pubDate>Sat, 06 Aug 2011 13:28:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-9312</guid>
		<description>You must ensure that you only have ONE DHCP SERVER on your network. That means disable the DHCP server on your router or whatever else is currently serving addresses on your network, or they will clash. Make sure that your VM&#039;s are picking up an IP address from your new DHCP server, not your original DHCP server.</description>
		<content:encoded><![CDATA[<p>You must ensure that you only have ONE DHCP SERVER on your network. That means disable the DHCP server on your router or whatever else is currently serving addresses on your network, or they will clash. Make sure that your VM&#8217;s are picking up an IP address from your new DHCP server, not your original DHCP server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nolance</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-9305</link>
		<dc:creator>nolance</dc:creator>
		<pubDate>Sat, 06 Aug 2011 07:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-9305</guid>
		<description>my current Os is win7 and i want to text PXE functioning . so i installed ubuntu 11.04(desktop edition) in VirtualBox and then performed the steps 1-18 successfully.
i used the netbook.tar.gz in place of alternate CD and 1-18 steps didnt show any problems.Also i changed the mode of the network adapter from NAT to Bridged Mode.
and now i created another Blank virtualmachine with no OS inorder to install ubuntu from the previously created UbuntuVirtualMachine. and im stuck at step-19.i have installed dhcp server on the first virtual machine but i have absolutely no clue about how to proceed from there keeping in view the virtual machine im using and the IP address that im supposed to use for the 2 VMs to connect to each other.Please help me regarding this!</description>
		<content:encoded><![CDATA[<p>my current Os is win7 and i want to text PXE functioning . so i installed ubuntu 11.04(desktop edition) in VirtualBox and then performed the steps 1-18 successfully.<br />
i used the netbook.tar.gz in place of alternate CD and 1-18 steps didnt show any problems.Also i changed the mode of the network adapter from NAT to Bridged Mode.<br />
and now i created another Blank virtualmachine with no OS inorder to install ubuntu from the previously created UbuntuVirtualMachine. and im stuck at step-19.i have installed dhcp server on the first virtual machine but i have absolutely no clue about how to proceed from there keeping in view the virtual machine im using and the IP address that im supposed to use for the 2 VMs to connect to each other.Please help me regarding this!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HyRax</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-7281</link>
		<dc:creator>HyRax</dc:creator>
		<pubDate>Wed, 18 May 2011 00:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-7281</guid>
		<description>Yes it is, but you need to either setup a FreeDOS environment with working network drivers (painful), or a WinPE image with working network drivers (less painful), to map a drive to a Samba share where the XP install files are and kick off the install.

The Windows installer will prep the local HDD (partition/format), copy the install files locally and then reboot to continue the installation &quot;natively&quot;.

This will be the subject of a future article once I get around to writing it!</description>
		<content:encoded><![CDATA[<p>Yes it is, but you need to either setup a FreeDOS environment with working network drivers (painful), or a WinPE image with working network drivers (less painful), to map a drive to a Samba share where the XP install files are and kick off the install.</p>
<p>The Windows installer will prep the local HDD (partition/format), copy the install files locally and then reboot to continue the installation &#8220;natively&#8221;.</p>
<p>This will be the subject of a future article once I get around to writing it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Khiami</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-7273</link>
		<dc:creator>Tony Khiami</dc:creator>
		<pubDate>Tue, 17 May 2011 15:28:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-7273</guid>
		<description>Is it possible to install WinXP using ubuntu PXE?</description>
		<content:encoded><![CDATA[<p>Is it possible to install WinXP using ubuntu PXE?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HyRax</title>
		<link>http://www.serenux.com/2010/05/howto-setup-your-own-pxe-boot-server-using-ubuntu-server/comment-page-1/#comment-6101</link>
		<dc:creator>HyRax</dc:creator>
		<pubDate>Wed, 30 Mar 2011 18:51:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.serenux.com/?p=527#comment-6101</guid>
		<description>You are absolutely right - it&#039;s dhcpd.conf not dhcp.conf - that&#039;s what happens when I get used to tab-completing everything, but then don&#039;t copy &amp; paste for tutorials! Fixed.</description>
		<content:encoded><![CDATA[<p>You are absolutely right &#8211; it&#8217;s dhcpd.conf not dhcp.conf &#8211; that&#8217;s what happens when I get used to tab-completing everything, but then don&#8217;t copy &#038; paste for tutorials! Fixed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

