<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tales from the Datacenter &#187; WDS</title>
	<atom:link href="http://www.pburch.com/blog/category/wds/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pburch.com/blog</link>
	<description>Tales from the Datacenter</description>
	<lastBuildDate>Thu, 10 Jun 2010 17:51:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>WDS Boot Manager Timeout</title>
		<link>http://www.pburch.com/blog/2010/03/08/wds-boot-manager-timeout/</link>
		<comments>http://www.pburch.com/blog/2010/03/08/wds-boot-manager-timeout/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 19:47:16 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[bcd store]]></category>
		<category><![CDATA[bcdedit]]></category>
		<category><![CDATA[timeout]]></category>
		<category><![CDATA[windows boot manager]]></category>

		<guid isPermaLink="false">http://www.pburch.com/blog/2010/03/08/wds-boot-manager-timeout/</guid>
		<description><![CDATA[If you use WDS on a regular basis, you know that after PXE booting, WDS loads the Windows Boot Manager to allow you to choose which boot image you’d like to boot with.  You’ll also have undoubtedly been a victim of time (which, by default, is 30 seconds) – where you look away for just [...]]]></description>
			<content:encoded><![CDATA[<p>If you use WDS on a regular basis, you know that after PXE booting, WDS loads the Windows Boot Manager to allow you to choose which boot image you’d like to boot with.  You’ll also have undoubtedly been a victim of time (which, by default, is 30 seconds) – where you look away for just a second (I swear!) and WDS has chosen the default boot image and begun to boot.</p>
<p>So, I present you with a way to change that: bcdedit.  Microsoft has a <a href="http://technet.microsoft.com/en-us/library/cc731245%28WS.10%29.aspx#BKMK_21" target="_blank">TechNet article</a> that gives the necessary commands to run on your WDS server to make changes to this timeout value.</p>
<p>You can view the current BCD Store settings via this command (insert your own value for the bold text):</p>
<blockquote><p>bcdedit /enum all /store <strong>&lt;full path and file name of store&gt;</strong></p></blockquote>
<p>An example return will be something like this:</p>
<blockquote>
<pre>C:\&gt;bcdedit /enum all /store e:\RemoteInstall\Boot\<strong>x86</strong>\default.bcd
Windows Boot Manager
--------------------
identifier              {bootmgr}
inherit                 {dbgsettings}
timeout                 30

Real-mode Application (10400009)
--------------------------------
identifier              {40fe5c41-285e-412b-b4cd-0ce498e470a2}
device                  boot
path                    OSChooser\i386\startrom.n12
description             Remote Installation Services
pxesoftreboot           Yes

Debugger Settings
-----------------
identifier              {dbgsettings}
debugtype               Serial
debugport               1
baudrate                115200

Device options
--------------
identifier              {68d9e51c-a129-4ee1-9725-2ab00a957daf}
ramdisksdidevice        boot
ramdisksdipath          \Boot\Boot.SDI</pre>
</blockquote>
<p>You can choose whether to edit your x86 or your x64 store by changing the &#8220;bold “x86” above to the appropriate architecture.  Now, we can see here that the timeout is currently set for 30 seconds.</p>
<p>Here are the commands to change that timeout (insert your own values for the bold text):</p>
<blockquote><p>bcdedit /store <strong>&lt;full path and file name of store&gt;</strong> /set {bootmgr} timeout <strong>&lt;value in seconds&gt;</strong></p></blockquote>
<p>After you change the timeout value, you need to force the BCD store to regenerate:</p>
<blockquote><p>sc control wdsserver 129</p></blockquote>
<p>After this you’ll see an output similar to this:</p>
<blockquote><p><span style="font-family: Courier New;">SERVICE_NAME: wdsserver<br />
TYPE: 20<br />
WIN32_SHARE_PROCESS<br />
STATE: 4  RUNNING<br />
(STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)<br />
WIN32_EXIT_CODE: 0  (0&#215;0)<br />
SERVICE_EXIT_CODE: 0  (0&#215;0)<br />
CHECKPOINT: 0&#215;0 WAIT_HINT: 0&#215;0</span></p></blockquote>
<p>And you’re done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2010/03/08/wds-boot-manager-timeout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Tale of Build Numbers and Deployment</title>
		<link>http://www.pburch.com/blog/2010/03/05/a-tale-of-build-numbers-and-deployment/</link>
		<comments>http://www.pburch.com/blog/2010/03/05/a-tale-of-build-numbers-and-deployment/#comments</comments>
		<pubDate>Fri, 05 Mar 2010 18:50:39 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[MDT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[build numbers]]></category>
		<category><![CDATA[build version]]></category>
		<category><![CDATA[mdt 2010]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[setup sources]]></category>
		<category><![CDATA[unable to find setup]]></category>

		<guid isPermaLink="false">http://www.pburch.com/blog/2010/03/05/a-tale-of-build-numbers-and-deployment/</guid>
		<description><![CDATA[I’d just like you to know that I’ve been pulling my hair out all week.&#160; I’m practically bald now.&#160; We’ve been using MDT 2010 for quite some time and I’ve been super happy with it.&#160; Until this week. So, I’ve been creating custom images this week and capturing them to my MDT machine.&#160; I got [...]]]></description>
			<content:encoded><![CDATA[<p>I’d just like you to know that I’ve been pulling my hair out all week.&#160; I’m practically bald now.&#160; We’ve been using MDT 2010 for quite some time and I’ve been super happy with it.&#160; Until this week.</p>
<p>So, I’ve been creating custom images this week and capturing them to my MDT machine.&#160; I got around to the x86 image, customized it, updated it, captured it, imported it, then tested and failed.&#160; I couldn’t figure out why – hence the hair pulling.&#160; And then I found it.&#160; Like a glowing pot of gold hidden under a rock in the deepest part of the forest, I found the problem: </p>
<p><a href="http://www.pburch.com/blog/wp-content/uploads/2010/03/image.png"><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.pburch.com/blog/wp-content/uploads/2010/03/image_thumb.png" width="522" height="62" /></a> </p>
<p>The DVD I got the source files from in the top image was build number 6.1.7600.16385.&#160; Some update that I was running on the image I was customizing was updating this build to 6.1.7600.16481.&#160; So, when I would go back to try to test the customized image, I’d get an error at the start of the task sequence that goes something like this:</p>
<blockquote><p>Operating System deployment did not complete successfully.</p>
<p align="left"><strong>Error: Unable to find SETUP , needed to install the image       <br /></strong><strong>\\MDT_Server\DeploymentShare$\Operating Systems\W7x86_CAP_3-4-10\W7x86_CAP_3-4-10.WIM</strong></p>
</blockquote>
<p>I tried the Google route, and found a bunch of unrelated stuff.&#160; Turns out, if the build number is the same on a custom image as on an image with the full source files, MDT will not require setup sources for the custom image.&#160; It will take it from the existing sources in another OS.&#160; So, when it was looking for the setup sources for my 16481 build, it couldn’t find it.</p>
<p>There you have it.&#160; Be careful running updates on custom images.&#160; Make sure you have the sources with the same build number or it won’t work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2010/03/05/a-tale-of-build-numbers-and-deployment/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Automatically Update MDT 2010 Boot Images in WDS</title>
		<link>http://www.pburch.com/blog/2009/10/15/update-mdt-boot-images-in-wds-automatically/</link>
		<comments>http://www.pburch.com/blog/2009/10/15/update-mdt-boot-images-in-wds-automatically/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 19:03:32 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[MDT]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[boot images]]></category>
		<category><![CDATA[litetouch]]></category>
		<category><![CDATA[microsoft deployment toolkit]]></category>
		<category><![CDATA[update boot images]]></category>
		<category><![CDATA[windows deployment services]]></category>

		<guid isPermaLink="false">http://www.pburch.com/blog/2009/10/15/update-mdt-boot-images-in-wds-automatically/</guid>
		<description><![CDATA[I’ve been pretty busy lately getting Microsoft Deployment Toolkit set up here at the office.&#160; We’re going to use MDT to deploy Windows 7 without creating images.&#160; On top of that, we’re going to use WDS to serve up the boot disks from MDT over the network. So, every time you make a change in [...]]]></description>
			<content:encoded><![CDATA[<p>I’ve been pretty busy lately getting Microsoft Deployment Toolkit set up here at the office.&#160; We’re going to use MDT to deploy Windows 7 without creating images.&#160; On top of that, we’re going to use WDS to serve up the boot disks from MDT over the network.</p>
<p>So, every time you make a change in MDT, you have to update the deployment point, which in most cases will regenerate the boot wims.&#160; When you have four deployment points, this can be a pain just to update a task sequence.&#160; After a bit of Googling, I found <a href="http://blogs.technet.com/mniehaus/archive/2009/09/09/automatically-update-mdt-2010-boot-images-in-wds.aspx" target="_blank">this</a>:</p>
<blockquote><p>You’ve probably gone through this cycle if you are using WDS to PXE boot computers to start bare metal Lite Touch deployments:</p>
<ul>
<li>Import new drivers or change bootstrap.ini. </li>
<li>“Update deployment share” to generate new WIMs. </li>
<li>Import new WIMs into WDS. </li>
</ul>
<p>Fortunately, with the new “update” process in MDT 2010 … it’s pretty simple to add a script to automate this process.</p>
</blockquote>
<p>So, there’s a script you can create to do this job for you.&#160; For posterity, the procedure is copied below.</p>
<p>First, create a script file – we’ll call it “UpdateExit.vbs” – and save it – we’ll save it in C:\Scripts\ for the purpose of this demonstration.&#160; Paste the following into UpdateExit.vbs:</p>
<blockquote><p>Option Explicit </p>
<p>Dim oShell, oEnv </p>
<p>Set oShell = CreateObject(&quot;WScript.Shell&quot;)      <br />Set oEnv = oShell.Environment(&quot;PROCESS&quot;) </p>
<p>If oEnv(&quot;STAGE&quot;) = &quot;ISO&quot; then </p>
<p>&#160;&#160;&#160; Dim sCmd, rc </p>
<p>&#160;&#160;&#160; sCmd = &quot;WDSUTIL /Replace-Image /Image:&quot;&quot;Lite Touch Windows PE (&quot; &amp; oEnv(&quot;PLATFORM&quot;) &amp; &quot;)&quot;&quot; /ImageType:Boot /Architecture:&quot; &amp; oEnv(&quot;PLATFORM&quot;) &amp; &quot; /ReplacementImage /ImageFile:&quot;&quot;&quot; &amp; oEnv(&quot;CONTENT&quot;) &amp; &quot;\Sources\Boot.wim&quot;&quot;&quot;      <br />&#160;&#160;&#160; WScript.Echo &quot;About to run command: &quot; &amp; sCmd </p>
<p>&#160;&#160;&#160; rc = oShell.Run(sCmd, 0, true)      <br />&#160;&#160;&#160; WScript.Echo &quot;WDSUTIL rc = &quot; &amp; CStr(rc) </p>
<p>&#160;&#160;&#160; WScript.Quit 1 </p>
<p>End if</p>
</blockquote>
<p>Now, edit “C:\Program Files\Microsoft Deployment Toolkit\Templates\LiteTouchPE.xml” and change the following (starting around line 90):</p>
<blockquote><p>&lt;!&#8211; Exits &#8211;&gt;      <br />&lt;Exits&gt;       <br />&#160; &lt;Exit&gt;cscript.exe &quot;%INSTALLDIR%\Samples\UpdateExit.vbs&quot;&lt;/Exit&gt;       <br />&lt;/Exits&gt;</p>
</blockquote>
<p>to look like this:</p>
<blockquote><p>&lt;!&#8211; Exits &#8211;&gt;      <br />&lt;Exits&gt;       <br />&#160; &lt;Exit&gt;cscript.exe &quot;%INSTALLDIR%\Samples\UpdateExit.vbs&quot;&lt;/Exit&gt;       <br />&#160; &lt;Exit&gt;cscript.exe &quot;C:\Scripts\UpdateExit.vbs&quot;&lt;/Exit&gt;       <br />&lt;/Exits&gt;</p>
</blockquote>
<p>Instructions are include in the link above if MDT is installed on a different server than WDS.</p>
<p>Credit: <a href="http://blogs.technet.com/mniehaus/archive/2009/09/09/automatically-update-mdt-2010-boot-images-in-wds.aspx" target="_blank">Automatically Update MDT 2010 boot images in WDS</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2009/10/15/update-mdt-boot-images-in-wds-automatically/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WDS&#8217;s Service Control Point</title>
		<link>http://www.pburch.com/blog/2009/01/22/wdss-service-control-point/</link>
		<comments>http://www.pburch.com/blog/2009/01/22/wdss-service-control-point/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 16:30:42 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[WDS]]></category>
		<category><![CDATA[service control point]]></category>

		<guid isPermaLink="false">http://www.pburch.com/blog/?p=47</guid>
		<description><![CDATA[Today I was alerted to an issue in Operations Manager on one of my WDS servers: Log Name: System/Application Source: BINLSVC Date: Date Time: Time Event ID: 1803 Description: An error occurred while attempting to locate the Service Control Point object for this Windows Deployment Services server in Active Directory Domain Services. There was an [...]]]></description>
			<content:encoded><![CDATA[<p>Today I was alerted to an issue in Operations Manager on one of my WDS servers:</p>
<blockquote><p>Log Name: System/Application<br />
Source: BINLSVC<br />
Date:  <var>Date</var><br />
Time: <var>Time</var><br />
Event ID: 1803<br />
Description: An  error occurred while attempting to locate the Service Control Point object for  this Windows Deployment Services server in Active Directory Domain Services.  There was an error reading the &#8216;netbootSCPBL&#8217; attribute from the Computer  object.</p></blockquote>
<p>Research ensued, and a quick Googling (sorry Google) revealed the <a href="http://support.microsoft.com/kb/948274" target="_blank">following</a>:</p>
<blockquote><p>When the computer starts, BINLSVC queries for the information that is contained  in the Service Control Point (SCP), this operation is performed before the  creation of the SCP, and then BINLSVC logs an error message in the Application  log or the System log. This error message states that the server&#8217;s SCP is  missing. This is expected behavior on new WDS servers and in other instances  where the SCP has not yet been created for the server. In this case, you can  safely ignore the error that is logged in the Application log or the System log.</p></blockquote>
<p>However, the problem here is that this is <em>not</em> a new WDS server.  So, I came across <a href="http://support.microsoft.com/kb/927770" target="_blank">this </a>from another Google result.  It doesn&#8217;t really apply to my situation (as I was not moving the Computer object to a different OU), but it fixed the error and restored the SCP.</p>
<p>For posterity:</p>
<blockquote><p>To resolve this problem, reinitialize the WDS server after you move the WDS  server to a different organizational unit. To do this, follow these steps:</p>
<ol>
<li>Click<strong class="uiterm"> Start</strong>, click <strong class="uiterm">Run</strong>, type <span class="userInput">cmd</span>, and then  click<strong class="uiterm"> OK</strong>.</li>
<li>At the command prompt, type <span class="userInput">wdsutil  /uninitialize-server</span>, and then press ENTER.</li>
<li>Move the WDS account to Active Directory in the new organizational unit.</li>
<li>To reinitialize the WDS service, type<span class="userInput"> wdsutil  /initialize-server /reminst:{RemoteInstallFolder}</span> at a command prompt,  and then press ENTER.</li>
</ol>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2009/01/22/wdss-service-control-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Shift+F10</title>
		<link>http://www.pburch.com/blog/2008/12/10/shift-f10/</link>
		<comments>http://www.pburch.com/blog/2008/12/10/shift-f10/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 03:56:59 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[WDS]]></category>
		<category><![CDATA[boot image]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://pburch.com/blog/?p=39</guid>
		<description><![CDATA[For future reference, you can press Shift+F10 to reach a command line while PXE booted to a WDS boot image. This is useful to inject one-time drivers or see ipconfig information.  At least for me. Go figure.]]></description>
			<content:encoded><![CDATA[<p>For future reference, you can press Shift+F10 to reach a command line while PXE booted to a WDS boot image.</p>
<p>This is useful to inject one-time drivers or see ipconfig information.  At least for me.</p>
<p>Go figure.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2008/12/10/shift-f10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Injecting NIC Drivers into a WDS Boot Image</title>
		<link>http://www.pburch.com/blog/2008/09/15/injecting-nic-drivers-into-a-wds-boot-image/</link>
		<comments>http://www.pburch.com/blog/2008/09/15/injecting-nic-drivers-into-a-wds-boot-image/#comments</comments>
		<pubDate>Mon, 15 Sep 2008 20:02:03 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[WDS]]></category>
		<category><![CDATA[boot image]]></category>
		<category><![CDATA[inject drivers]]></category>
		<category><![CDATA[inject nic drivers]]></category>
		<category><![CDATA[step by step]]></category>

		<guid isPermaLink="false">http://pburch.com/blog/?p=35</guid>
		<description><![CDATA[We&#8217;re switching to a new laptop here at the office, and this new laptop uses a NIC driver that is not included in Server 2008 Standard&#8217;s boot.wim.  Naturally, instead of rebuilding the entire WIM (and reinventing the wheel), I decided it would be best to inject the new driver(s). The link:  http://support.microsoft.com/kb/923834/en-us. Now, the problem [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re switching to a new laptop here at the office, and this new laptop uses a NIC driver that is not included in Server 2008 Standard&#8217;s boot.wim.  Naturally, instead of rebuilding the entire WIM (and reinventing the wheel), I decided it would be best to inject the new driver(s).</p>
<p>The link:  <a href="http://support.microsoft.com/kb/923834/en-us" target="_blank">http://support.microsoft.com/kb/923834/en-us</a>.</p>
<p>Now, the problem description isn&#8217;t exactly the issue we were experiencing, so the part that applied to us:</p>
<blockquote><p>3. Update the WDS boot image to include the new third-party network driver. To do this, follow these steps.</p>
<p><strong>Note</strong> The following procedure assumes that the Windows Automated Installation Kit (AIK) is installed on the WDS server. If the Windows AIK is not installed on the WDS server, you can perform the same procedure on another computer that does have the Windows AIK installed. Then, map a network drive to the WDS server.</p>
<p>a.  On the WDS server, click Start, click Run, type wdsmgmt.msc, and then press OK.<br />
b.  Under your WDS server, double-click Boot images.<br />
c.  Right-click the boot image that you want, and then click Disable.<br />
d.  Right-click the same boot image, click Properties, and then click General.<br />
e.  Note the name and location of the boot image that is displayed in the File name box.<br />
f.  At a command prompt, type the following:</p>
<p style="padding-left: 30px; text-align: left;"><strong>C:\Program Files\Windows\aiktools\petools\copype.cmd x86 c:\windowspe-x86</strong><br />
<strong>Note</strong> Keep this command prompt window open for the next step.<br />
<strong>Imagex /info Drive:\remoteinstall\bootx86\images\boot.wim</strong></p>
<p><strong>Notes</strong><br />
• Drive:\remoteinstall represents the path at which the Remoteinstall folder is installed.<br />
• Boot.wim is the name of the boot image.</p>
<p>g.  Note the boot index number of the bootable image that is displayed. To identify the boot index number, locate the line that contains &#8220;boot index: X.&#8221;</p>
<p><strong>Note </strong>X is the boot index number. The number indicates that image number X is marked as bootable and that the image is to be updated. The second image is the default image that you would typically modify. However, always verify which image is marked as bootable.</p>
<p>h.  At a command prompt, type the following:</p>
<p style="padding-left: 30px; text-align: left;"><strong>Imagex /mountrw Drive:\remoteinstall\bootx86\images\boot.wim 2 mount<br />
peimg /inf=driver.inf mount\Windows<br />
imagex /unmount /commit mount</strong></p>
<p><strong>Notes<br />
</strong>• Drive:\remoteinstall represents the path at which the Remoteinstall folder is installed.<br />
• Driver.inf is the name of the third-party driver.<br />
• The Imagex /mountrw command mounts the specified image, with read/write permissions, to the specified directory.</p>
<p>4. Enable the boot image on the WDS server. To do this, follow these steps:<br />
a.  On the WDS server, click Start, click Run, type wdsmgmt.msc, and then click OK.<br />
b.  Under WDS server, double-click Boot images.<br />
c.  Right-click the boot image that you want, and then click Enable.</p></blockquote>
<p>It would be useful the note at this point that we use Server 2008 Standard x64 (not x86) and these steps worked just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2008/09/15/injecting-nic-drivers-into-a-wds-boot-image/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDS and PXE</title>
		<link>http://www.pburch.com/blog/2008/06/15/wds-and-pxe/</link>
		<comments>http://www.pburch.com/blog/2008/06/15/wds-and-pxe/#comments</comments>
		<pubDate>Mon, 16 Jun 2008 02:00:57 +0000</pubDate>
		<dc:creator>Patrick</dc:creator>
				<category><![CDATA[WDS]]></category>
		<category><![CDATA[core]]></category>
		<category><![CDATA[pxe]]></category>
		<category><![CDATA[windows updates]]></category>

		<guid isPermaLink="false">http://pburch.com/blog/?p=4</guid>
		<description><![CDATA[A post that I wrote in March for another blog: We&#8217;ve been trying for a day or two to get Windows Deployment Services up and running over PXE to eliminate our need for boot disks to image with, but ran across some issues getting the client (in this case, an Optiplex 745) to boot via [...]]]></description>
			<content:encoded><![CDATA[<p>A post that I wrote in March for another blog:</p>
<blockquote><p>We&#8217;ve been trying for a day or two to get Windows Deployment Services up and  running over PXE to eliminate our need for boot disks to image with, but ran  across some issues getting the client (in this case, an Optiplex 745) to boot  via PXE. During my Google Marathon, I found the one and only article that was of  any use to me:</p>
<p><span style="font-size: 12pt;"><strong>&#8220;DHCP&#8230;.&#8221; followed by &#8220;PXE-E53: No  boot filename received&#8221; </strong></span></p>
<p style="margin-left: 36pt;"><strong>SYMPTOM </strong></p>
<p style="margin-left: 36pt;">When being started, the PXE client comes up with  the PXE copyright message, then displays</p>
<p style="margin-left: 36pt;">DHCP&#8230;.</p>
<p style="margin-left: 36pt;">After a while, the following error message is  displayed:</p>
<p style="margin-left: 36pt;">PXE-E53: No boot filename received</p>
<p style="margin-left: 36pt;">Depending on the PXE client&#8217;s system setup boot  device list configuration, the PC then either stops or tries to boot from the  next boot device in the system setup boot device list.</p>
<p style="margin-left: 36pt;"><strong>CAUSE </strong></p>
<p style="margin-left: 36pt;">The &#8220;PXE-E53&#8243; error indicates that the PXE client  received a reply to its DHCPDISCOVER message, but the &#8220;boot filename&#8221;  information was missing in this reply.</p>
<p style="margin-left: 36pt;"><strong>RESOLUTION </strong></p>
<p style="margin-left: 36pt;">Make sure that the &#8220;boot filename&#8221; option is  present on your DHCP or BOOTP server, and that its value is set to the filename  of the boot loader.</p>
<p style="margin-left: 36pt;">When using Microsoft DHCP server, add option 067  (Bootfile Name) to your scope. When using a Unix/Linux based (ISC) DHCP server,  use the &#8220;filename&#8221; parameter for this purpose.</p>
<p style="margin-left: 36pt;">In the context of the BootManage Administrator, the  boot loader filename is &#8220;pxboot&#8221; for PXE clients and &#8220;bpboot&#8221; for TCP/IP  BOOT-PROM clients. So, if you have exclusively PXE clients, set the boot  filename option to the value &#8220;pxboot&#8221;. If you have exclusively TCP/IP BOOT-PROM  clients, set the boot filename option to the value &#8220;bpboot&#8221;. In a mixed PXE and  TCP/IP BOOT-PROM client environment, you must configure your DHCP or BOOTP  server so that it provides the PXE clients with the &#8220;pxboot&#8221; boot loader, and  the TCP/IP BOOT-PROM clients with the &#8220;bpboot&#8221; boot loader.</p>
<p>As it says, the PXE client is receiving DHCP replies, but is unable to locate  a useable boot file/image. Once I changed DHCP option 66 to my WDS server&#8217;s name and option  67 to &#8220;bootx86wdsnbp.com&#8221; (which is the WDS boot file that loads the PXE  environment), the machine didn&#8217;t hesitate to boot.</p>
<p>It took about 15 minutes or so to image the machine from start to finish (all  it was doing, though, was installing Vista – we would use custom images so the  timing may change). This is about the time it takes with our current Ghost  setup, but with WDS deployment points can be created. This would allow us to  have a deployment server in each office and would streamline the way we share  updates to images.</p></blockquote>
<p>Credit: <a href="http://www.bootix.com/support/problems_solutions/pxe_e53_no_boot_filename_received.html">bootix</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pburch.com/blog/2008/06/15/wds-and-pxe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
