<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Augusto Alvarez &#187; Windows Deployment Services (WDS)</title>
	<atom:link href="http://blog.augustoalvarez.com.ar/category/windows-deployment-services-wds/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.augustoalvarez.com.ar</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 02:32:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blog.augustoalvarez.com.ar' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Augusto Alvarez &#187; Windows Deployment Services (WDS)</title>
		<link>http://blog.augustoalvarez.com.ar</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blog.augustoalvarez.com.ar/osd.xml" title="Augusto Alvarez" />
	<atom:link rel='hub' href='http://blog.augustoalvarez.com.ar/?pushpress=hub'/>
		<item>
		<title>Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step &#8211; Part II</title>
		<link>http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/#comments</comments>
		<pubDate>Wed, 21 Apr 2010 12:58:19 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Unattended Deployment]]></category>
		<category><![CDATA[Unattended Files]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/</guid>
		<description><![CDATA[&#160; See also: Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part I After reviewing Post I about installing and configuring Windows Deployment Services, we’ve also review the process of capturing a customized Windows 7 image and upload it to WDS. To image is already available and we can use it to deploy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=661&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p><em>See also: <a href="http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/">Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part I</a></em></p>
<p>After reviewing <a href="http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/">Post I</a> about installing and configuring Windows Deployment Services, we’ve also review the process of capturing a customized Windows 7 image and upload it to WDS.</p>
<p>To image is already available and we can use it to deploy on workstations from a PXE boot; but to achieve the full unattended process we have to create the <strong>unattended files</strong>, basically the files where the installation process can request answers about the installation process (product key, user name and password, computer name, etc).</p>
<p>To create these answer files, two of them, we are going to use a tool included in WAIK 2.0: <strong>Windows System Image Manager</strong>. </p>
<h3><font size="4"><strong>1. Preparing WISM for Unattended Deployment</strong></font></h3>
<p>The use of Windows System Image Manager (WISM) is based on loading an operating system image, the application will review the answers involved on the deployment and we can set the answers as we need it. </p>
<p>1.1 Open WSIM console, which you can find on WAIK program menu. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image002.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image002" border="0" alt="clip_image002" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image002_thumb.jpg?w=432&#038;h=346" width="432" height="346" /></a></p>
<p>1.2 Right click on <strong>select a distribution share</strong>, <strong>create new distribution share</strong>. </p>
<p>This will be the working folder.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0041.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image004" border="0" alt="clip_image004" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004_thumb1.jpg?w=244&#038;h=75" width="244" height="75" /></a></p>
<p>1.3 For WISM to work properly with the image, we’ll need to export it from WDS to the distribution share. </p>
<p>To export the image, we can access the WDS console, explore the “Install Images” section, right click on the image and select “<strong>Export</strong>”. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0061.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image006" border="0" alt="clip_image006" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006_thumb1.jpg?w=339&#038;h=127" width="339" height="127" /></a></p>
<p>1.4 Now getting back to the WSIM console. Right click on “Windows Image”, and select a “windows image”, then browse to “Dis share ref_001” and select the image we exported earlier from the WDS console.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image008.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image008" border="0" alt="clip_image008" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image008_thumb.jpg?w=376&#038;h=278" width="376" height="278" /></a></p>
<p>1.5 Now WSIM will need to create a catalog file, so select yes at the next window.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0101.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image010" border="0" alt="clip_image010" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010_thumb1.jpg?w=415&#038;h=133" width="415" height="133" /></a></p>
<p>1.6 Now it will begin the catalog process, this will take more than a few minutes depending on how big the WIM is.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image012.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image012" border="0" alt="clip_image012" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image012_thumb.jpg?w=319&#038;h=147" width="319" height="147" /></a></p>
<p>Now you will see in the windows image panel components, and packages, in my case. In the packages part you can choose to run certain updates, language packs, hotfixes, and versions during the installation process of the OS. We are going to focus only on unattended part of the WDS deploy.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image014.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image014" border="0" alt="clip_image014" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image014_thumb.jpg?w=266&#038;h=335" width="266" height="335" /></a></p>
<h3><font size="4"><strong>2. Creating the WDSClientUnattend.xml</strong></font></h3>
<p><strong>Here’s an example file of <a href="http://dl.dropbox.com/u/553163/WDS/WDSClientUnattend.xml">WDSClientUnattend.xml</a>.</strong> </p>
<p>Now that we have our reference image loaded into WSIM, I am going to show you how to create the unattended file for the first booting process. I will refer to this file as<b><i> WDSClientUnattend.xml</i></b>. We will need to create two .xml files for total automation. There are a few components we need to add for the unattended pre install environment.</p>
<p>Here are the things we are going to add.</p>
<ol>
<li>Regional – Language settings during setup </li>
<li>Domain credentials </li>
<li>Create partition </li>
<li>Modify partition </li>
<li>Then validating the answer file. </li>
</ol>
<p><b>Setting the regional-language</b></p>
<p>2.1 In the WSIM console look for the “Windows Image” pane, the expand components. Since I am doing this on a 64 bit, will show that first.&#160; Browse to the “<i><strong>windows-international-core-winpe</strong></i>” node. Right click on this and select “<strong><em>Add</em> <em>Setting to Pass 1 windowsPE</em></strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0161.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image016" border="0" alt="clip_image016" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016_thumb1.jpg?w=340&#038;h=112" width="340" height="112" /></a></p>
<p>2.2 Now we’ll see this added to your answer file. Also look in the properties pane right next to the answer file, and notice this is where we’ll make any changes to the settings of each component you add. For this component we’ll add “<b><i>en-us</i></b>” to everything except “<i>layeredDriver</i>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0181.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image018" border="0" alt="clip_image018" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image018_thumb.jpg?w=403&#038;h=168" width="403" height="168" /></a></p>
<p>The “layeredDriver” is optional, and only used for Japanese and Korean keyboards.</p>
<p>2.3 Now we need to expand “<i><strong>windows-international-core-pe</strong></i>”, select “<i><strong>SetupUILanguage</strong></i>”, then in the properties pane add “<b><i>en-us</i></b>” to the “<i><strong>UILanguage</strong></i>”.</p>
<p><b>Domain Credentials</b></p>
<p>2.4 Browse to “<i><strong>windows-setup\WindowsDeploymentServices</strong></i>” in the components, then right click on “login”, and add this to <strong>1 pass windowsPE</strong>. Now expand login in the answer file pane, and select “credentials”. Now put in your domain credentials for the network install.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0201.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image020" border="0" alt="clip_image020" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020_thumb1.jpg?w=467&#038;h=145" width="467" height="145" /></a></p>
<p><b>Create Partition</b></p>
<p>2.5 Browse to “<i><strong>windows-setup\WindowsDeploymentServices</strong></i>” then right click on “<strong>ImageSelection</strong>” and add to <strong>1 pass windowsPE</strong>. Now select install to in the answer file pane, then in properties set “<i>DiskID</i>” to “<b><i>1</i></b>”, and “<i>PartitionID</i>” to “<b><i>1</i></b>” also.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0221.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image022" border="0" alt="clip_image022" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022_thumb1.jpg?w=473&#038;h=126" width="473" height="126" /></a></p>
<p><b>Modify Partition</b></p>
<p>2.6 On the modify partition properties set “<i><strong>active</strong></i>” to “<b><i>true</i></b>”, “<i>format</i>” to “<b><i>NTFS</i></b>”, “<i><strong>label</strong></i>” to “<b><i>WINDOWS</i></b>”, “<i>letter</i>” to “<b><i>C</i></b>”, “<i><strong>Order</strong></i>” to “<b><i>1</i></b>”, and “<i><strong>PartitionID</strong></i>” to “<b><i>1</i></b>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image023.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image023" border="0" alt="clip_image023" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image023_thumb.jpg?w=487&#038;h=235" width="487" height="235" /></a></p>
<p><b>Image Selection</b></p>
<p>2.7 Add “<i><strong>Microsoft-Windows-Setup\WindowsDeploymentServices\ImageSelection</strong></i>” to your answer file. In the properties of “<b>installImage</b>” add the file name of the image we’ve captured, image group where we stored it in WDS, and image name the way you have it setup in the WDS console.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image025.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image025" border="0" alt="clip_image025" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image025_thumb.jpg?w=330&#038;h=75" width="330" height="75" /></a></p>
<p>2.8 Next select “<strong>InstallTo</strong>”, and set “<strong>DiskID</strong>” to “<strong>0</strong>”, and “<strong>PartitionID</strong>” to “<strong>1</strong>”. This will install the image to disk 0, on partition 1.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image027.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image027" border="0" alt="clip_image027" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image027_thumb.jpg?w=329&#038;h=58" width="329" height="58" /></a></p>
<p><b>Validate the answer file</b></p>
<p>2.9 To validate the answer file we can access to <strong>Tools</strong>, and selecting “<strong>Validate Answer File</strong>”. In our case should not complete without any errors. </p>
<p>If it does, you’ll see in the error description what went wrong. </p>
<p>2.10 Save the file as “<b><i>WDSClientUnattend.xml</i></b>” in the “<i>E:\RemoteInstall\WdsClientUnattend</i>” folder created by WDS. </p>
<p><strong>NOTE</strong>:</p>
<p>The unattended file WDSClientUnattend must be associated to the WDS Server and not to any particular image. If you are inserting a value in the Image you’ll be deploying, that means every time you are using the PXE boot and contacting the WDS Server, the image selection will be always the same.</p>
<p>So, if we want to choose the image when the installation process starts, we must remove “<i><strong>Microsoft-Windows-Setup\WindowsDeploymentServices\ImageSelection</strong></i>” section from our answer file.</p>
<h3><font size="4"><strong>3. Adding the WDSClientUnattend.xml to the WDS server</strong></font></h3>
<p><b></b></p>
<p>3.1 Open up the WDS console, and right click on your server and select <strong>“Properties”</strong>.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image029.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image029" border="0" alt="clip_image029" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image029_thumb.jpg?w=302&#038;h=102" width="302" height="102" /></a></p>
<p>3.2 Click on the client tab, and check “<i><strong>Enable unattended installation</strong></i>” then browse for the “<i><strong>WDSClientUnattend.xml</strong></i>” we created in the previous step. Selecting the appropriate architecture.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image031.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image031" border="0" alt="clip_image031" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image031_thumb.jpg?w=318&#038;h=259" width="318" height="259" /></a></p>
<p>This will automate the booting process in the deployment process. Now we need to automate the OOBE which is the actual installation of the WIM.</p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><font size="4"><strong>4. Creating the OOBEunattend xml for Installation/OOBE settings</strong></font></h3>
<p><b></b></p>
<p><strong>Here’s an example file of <a href="http://dl.dropbox.com/u/553163/WDS/OOBEUnattend.xml">OOBEUnattend.xml</a>. </strong></p>
<p>This is the second part which will unattended the actual installation of our reference image, the OOBE part. This file I will be calling <b><i>OOBEUnattend.xml</i></b>. I will show you how to:</p>
<ul>
<li>Set the computer name and time zone</li>
<li>Skip the EULA, and setup network location</li>
<li>Create a login, and set a password</li>
</ul>
<p><b>Computer name and time zone</b></p>
<p>4.1 Open WISM console, then go to file, and open a new answer file. Browse to the Components section and right click on “<em><strong>Microsoft-Windows-Shell-Setup</strong></em>” and select “<strong>Add Setting to Pass 4 specialize</strong>” </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image033.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image033" border="0" alt="clip_image033" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image033_thumb.jpg?w=339&#038;h=156" width="339" height="156" /></a></p>
<p>4.2 Here we want to configure the <strong>time zone</strong>, <strong>computer name</strong> (add an asterisk * for random name), and any other settings we want to setup in the properties pane.</p>
<p>4.3 Now right click on “<i><strong>Microsoft-Windows-International-Core</strong></i>” and select “<strong>Add Setting to Pass 7 oobeSystem</strong>”</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image035.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image035" border="0" alt="clip_image035" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image035_thumb.jpg?w=345&#038;h=121" width="345" height="121" /></a></p>
<p>4.4 Now set everything to “<b><i>en-us</i></b>” except for “<i>UIlanguageFallback</i>”. Leave that blank.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image037.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image037" border="0" alt="clip_image037" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image037_thumb.jpg?w=326&#038;h=102" width="326" height="102" /></a></p>
<p><b>Setup Network location, and EULA skip</b></p>
<p>4.5 Find “<i><strong>Microsoft-Windows-Shell-Setup</strong></i>” in the components, and add “<i><strong>OOBE</strong></i>” to “<strong>Add Setting to Pass 7 oobeSystem</strong>”. Fill in the settings that you want in the properties.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image039.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image039" border="0" alt="clip_image039" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image039_thumb.jpg?w=313&#038;h=106" width="313" height="106" /></a></p>
<p><b>Login and password</b></p>
<p>4.6 Browse to, and expand “<i><strong>Microsoft-Windows-Shell-Setup</strong></i>”, expand “<i><strong>UserAccounts</strong></i>”, “<i><strong>LocalAccounts</strong></i>”, “<i><strong>LocalAccounts</strong></i>” again, then add “<i><strong>password</strong></i>” to “<strong>Add Setting to Pass 7 oobeSystem</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image041.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image041" border="0" alt="clip_image041" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image041_thumb.jpg?w=328&#038;h=256" width="328" height="256" /></a></p>
<p>4.7 Click on “<i><strong>LocalAccount</strong></i>” in the answer file, and add the information in its properties.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0421.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image042" border="0" alt="clip_image042" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042_thumb1.jpg?w=331&#038;h=232" width="331" height="232" /></a></p>
<p>4.8 Then do the same for the password. Also feel free to play around with the shell setup in the specialize part of the file for a more personal install.</p>
<p><strong>Validate and add to reference deploy image</strong></p>
<p>4.9 Validate the answer file as mentioned before. And save the file to the folder we’ve created for unattended images “<i>E:\RemoteInstall\WdsClientUnattend”</i>. </p>
<h3><font size="4"><strong>5. Associating <b><i>OOBEUnattend.xml </i></b>to the Install Image</strong></font></h3>
<p>5.1 Open the WDS console and expand “install images”, click on “captures” then right click on the image name “Ref_001”, and select properties. </p>
<p>5.2 At the bottom of the properties window we’ll see “<strong>Allow image to install in unattended mode</strong>” check that. Now browse for the file created in the step above in “<i>E:\RemoteInstall\WdsClientUnattend”</i>. Apply and select <strong>ok</strong>.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0441.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image044" border="0" alt="clip_image044" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044_thumb1.jpg?w=285&#038;h=363" width="285" height="363" /></a></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><font size="4"><strong>6. Deploying an unattended custom image with WDS</strong></font></h3>
<p>We have everything in place now for a complete unattended deployment of Windows 7. </p>
<p>6.1 Boot up the computer with F12 for a network boot.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0461.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image046" border="0" alt="clip_image046" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046_thumb1.jpg?w=405&#038;h=304" width="405" height="304" /></a></p>
<p>6.2 The computer will find your WDS server and ask you to hit F12, do so quickly or you may miss it. Now select the boot image, “Windows 7 (x64)” in my case.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0481.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image048" border="0" alt="clip_image048" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048_thumb1.jpg?w=409&#038;h=307" width="409" height="307" /></a></p>
<p>Windows will load files after booting</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0501.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image050" border="0" alt="clip_image050" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050_thumb1.jpg?w=409&#038;h=307" width="409" height="307" /></a></p>
<p>Since the deployment will not require any user intervention, the next window appearing should be this one.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0521.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="clip_image052" border="0" alt="clip_image052" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052_thumb1.jpg?w=411&#038;h=309" width="411" height="309" /></a></p>
<p>Hope you found this information useful.</p>
<p><em>See also: <a href="http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/">Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part I</a></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/661/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/661/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/661/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=661&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/feed/</wfw:commentRss>
		<slash:comments>100</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image002_thumb.jpg" medium="image">
			<media:title type="html">clip_image002</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004_thumb1.jpg" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006_thumb1.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image008_thumb.jpg" medium="image">
			<media:title type="html">clip_image008</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010_thumb1.jpg" medium="image">
			<media:title type="html">clip_image010</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image012_thumb.jpg" medium="image">
			<media:title type="html">clip_image012</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image014_thumb.jpg" medium="image">
			<media:title type="html">clip_image014</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016_thumb1.jpg" medium="image">
			<media:title type="html">clip_image016</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image018_thumb.jpg" medium="image">
			<media:title type="html">clip_image018</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020_thumb1.jpg" medium="image">
			<media:title type="html">clip_image020</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022_thumb1.jpg" medium="image">
			<media:title type="html">clip_image022</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image023_thumb.jpg" medium="image">
			<media:title type="html">clip_image023</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image025_thumb.jpg" medium="image">
			<media:title type="html">clip_image025</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image027_thumb.jpg" medium="image">
			<media:title type="html">clip_image027</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image029_thumb.jpg" medium="image">
			<media:title type="html">clip_image029</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image031_thumb.jpg" medium="image">
			<media:title type="html">clip_image031</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image033_thumb.jpg" medium="image">
			<media:title type="html">clip_image033</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image035_thumb.jpg" medium="image">
			<media:title type="html">clip_image035</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image037_thumb.jpg" medium="image">
			<media:title type="html">clip_image037</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image039_thumb.jpg" medium="image">
			<media:title type="html">clip_image039</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image041_thumb.jpg" medium="image">
			<media:title type="html">clip_image041</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042_thumb1.jpg" medium="image">
			<media:title type="html">clip_image042</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044_thumb1.jpg" medium="image">
			<media:title type="html">clip_image044</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046_thumb1.jpg" medium="image">
			<media:title type="html">clip_image046</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048_thumb1.jpg" medium="image">
			<media:title type="html">clip_image048</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050_thumb1.jpg" medium="image">
			<media:title type="html">clip_image050</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052_thumb1.jpg" medium="image">
			<media:title type="html">clip_image052</media:title>
		</media:content>
	</item>
		<item>
		<title>Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step &#8211; Part I</title>
		<link>http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/</link>
		<comments>http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 11:51:07 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Unattended Deployment]]></category>
		<category><![CDATA[Unattended Files]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/</guid>
		<description><![CDATA[&#160; See also: Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part II&#160; We had a good look about the possibilities about Windows deployment; regarding Windows 7 we’ve completed a guide using Microsoft Deployment Toolkit 2010 (MDT 2010 beta) to capture and deploy unattended installations of Windows 7 with Office 2007 (Post I, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=606&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><b></b></p>
<p>&#160;</p>
<p><em>See also: <a href="http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/">Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part II</a></em>&#160;</p>
<p>We had a good look about the possibilities about Windows deployment; regarding Windows 7 we’ve completed a guide using Microsoft Deployment Toolkit 2010 (MDT 2010 beta) to capture and deploy unattended installations of Windows 7 with Office 2007 (<a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">Post I</a>, <a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/">Post II</a> and <a href="http://blog.augustoalvarez.com.ar/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/">Post III</a>). Also we’ve reviewed how to implement unattended installations of Windows Vista using Windows Deployment Services (<a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/">Post I</a>, <a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/">Post II</a> and <a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/">Post III</a>).</p>
<p>But we didn’t take a look about deploying Windows 7 using Windows Deployment Services (WDS). Now we have a good chance to do that, providing a simple step by step procedure. </p>
<h3><strong><font size="4">Why Using WDS?</font></strong></h3>
<p>Deploying operating systems using technologies like <strong>Microsoft Deployment Toolkit 2010</strong> or even <strong>System Center Configuration Manager</strong> are far more scalable that we can offer using WDS. But there’s always the <strong>cost/benefit</strong> analysis we should take before deciding to use always the most scalable and dynamic technology available.</p>
<p>Having a robust platform for deployment requires, as always, bigger costs for maintain it; and if there’s no trade off which we can see it in the short term, why bother? Example: We are using one operating system image as a baseline for our branch office with around 15 users; and we usually have to deploy one operating system to users per month. Should we need to allocate considerate hardware and efforts to maintain MDT or SCCM? Probably those technologies will be far more expensive than just using a simple one or even manual deployments. </p>
<p><strong>Windows Deployment Services is a simple and straight forward technology to achieve fast and unattended deployments</strong>. Just loading a WIM file and the operating system is available over the network. </p>
<p>So, let’s take a look about a simple step-by-step process to achieve unattended deployments of Windows 7 using WDS. </p>
<h3><font size="4"><strong>Prerequisites for WDS</strong>       <br /></font>    <br /></h3>
<ul>
<li>Active Directory and DNS server in place. The computer running WDS must be a member of an Active Directory. </li>
<li>An active DHCP server on the network </li>
<li>An NTFS partition on the server with the WDS role to store your OS images. </li>
<li>Windows Automated Installation Kit (WAIK). This is an optional component that we can use to create unattended files. </li>
</ul>
<p><b></b></p>
<h3><strong><font size="4">1. Installing the WDS role on Windows Server 2008</font></strong></h3>
<p>1.1 Installing WDS in Windows Server 2008 is quite simple, just add it as a Server Role from <strong>Server Manager</strong>.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004.jpg"><img style="display:inline;border-width:0;" title="clip_image004" border="0" alt="clip_image004" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004_thumb.jpg?w=236&#038;h=170" width="236" height="170" /></a></p>
<p>&#160;<a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006.jpg"><img style="display:inline;border-width:0;" title="clip_image006" border="0" alt="clip_image006" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006_thumb.jpg?w=412&#038;h=305" width="412" height="305" /></a></p>
<p>Besides the core components in WDS, Windows Server 2008 has the multicasting feature for the deployment. <strong>Transport Server</strong> option gives us that functionality. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010.jpg"><img style="display:inline;border-width:0;" title="clip_image010" border="0" alt="clip_image010" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010_thumb.jpg?w=398&#038;h=296" width="398" height="296" /></a></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image014.gif"></a></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p>1.2 Click on next and then Install. </p>
<h3><font size="4"><strong>2.</strong> <strong>Configure WDS for first use</strong></font></h3>
<p><b></b></p>
<p>WDS also has a simple procedure to configure the server, just running a wizard and you’ll be good to go. </p>
<p>2.1 In Administrative tasks open the WDS up in mmc, expand “Servers” then right click on the root name, and “<strong>configure server</strong>”.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016.jpg"><img style="display:inline;border-width:0;" title="clip_image016" border="0" alt="clip_image016" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016_thumb.jpg?w=534&#038;h=335" width="534" height="335" /></a></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image018.jpg"></a></p>
<p>2.2 We’ll need to create a path for the storing of our images. <strong>E:\RemoteInstall</strong>. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020.jpg"><img style="display:inline;border-width:0;" title="clip_image020" border="0" alt="clip_image020" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020_thumb.jpg?w=360&#038;h=292" width="360" height="292" /></a></p>
<p>2.3<strong> PXE answer policy</strong>, every time a machine boots from the network you can decide if they are going to receive an automatic answer or wait for an administrator decision. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022.jpg"><img style="display:inline;border-width:0;" title="clip_image022" border="0" alt="clip_image022" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022_thumb.jpg?w=374&#038;h=303" width="374" height="303" /></a></p>
<p>2.4 Uncheck “add images now” select next.</p>
<p>If we have the DHCP server on the same operating system running WDS, we’ll also need to access the WDS server properties and select on the DHCP tab both options: “Do not listen on port 67” and “Configure DHCP option 60 to ‘PXEClient’. </p>
<p>In our case the DHCP role is placed on a different server and those options are not checked. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0011.png"><img style="display:inline;border-width:0;" title="clip_image001" border="0" alt="clip_image001" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image001_thumb1.png?w=295&#038;h=333" width="295" height="333" /></a></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><font size="4"><strong>3.</strong> <strong>Adding Boot and Default Windows 7 Images</strong></font></h3>
<p><b></b></p>
<p>Every environment we are trying to deploy will always need boot images; fortunately we just have to select the boot images included on Windows 7 DVD. </p>
<p><b></b></p>
<p>3.1 Right click on “<strong>boot images</strong>” and select add boot image</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image024.jpg"><img style="display:inline;border-width:0;" title="clip_image024" border="0" alt="clip_image024" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image024_thumb.jpg?w=406&#038;h=294" width="406" height="294" /></a></p>
<p>3.2 Using a Windows 7 DVD, we can easily find the boot.wim file in “<strong>sources</strong>” folder.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image026.jpg"><img style="display:inline;border-width:0;" title="clip_image026" border="0" alt="clip_image026" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image026_thumb.jpg?w=410&#038;h=324" width="410" height="324" /></a>.</p>
<p>3.3 Now we can leave the image name to its default or we can change it.</p>
<p>3.4 Confirm settings then continue. </p>
<p>For adding the Windows 7 operating system image is the same procedure to run, but using the “<strong>Install Images</strong>” folder in WDS console.</p>
<p>3.5 Adding the default Install Image Right click on Install Images in the WDS console and select <strong>Add Image</strong>.</p>
<p>3.6 Creating a new <strong>image group</strong>. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image028.jpg"><img style="display:inline;border-width:0;" title="clip_image028" border="0" alt="clip_image028" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image028_thumb.jpg?w=372&#038;h=321" width="372" height="321" /></a>. </p>
<p>3.7 Browse again in “<strong>sources</strong>” folder and select install.wim. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image030.jpg"><img style="display:inline;border-width:0;" title="clip_image030" border="0" alt="clip_image030" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image030_thumb.jpg?w=372&#038;h=294" width="372" height="294" /></a>.</p>
<p>3.8 Now we are given a choice of all the available versions of the installation media; <strong>install.wim</strong> contains all the versions available of Windows 7.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image032.jpg"><img style="display:inline;border-width:0;" title="clip_image032" border="0" alt="clip_image032" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image032_thumb.jpg?w=375&#038;h=322" width="375" height="322" /></a>.</p>
<p>We can select just one version to avoid allocating unnecessary space in the hard drive. </p>
<p>Once completed we’ll have available a boot image, plus a default and clean image of Windows 7 to be installed over the network. </p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><strong><font size="4">4. Capture Boot Image</font></strong></h3>
<p>There’s an important note regarding boot images; to capture a Windows 7 operating system that you’ve already deployed, you’ll need to create a new media set of this boot.wim file. </p>
<p>4.1 Add a new boot image, the same procedure shown above. Open up the WDS console and right click on “boot images” and select “add boot image”. </p>
<p>4.2 Change the name, and description to identify which image is for booting and for capturing; click on “Finish”.</p>
<p>Once the wizard complete, we’ll see the image added to “Boot images”. </p>
<p>4.3 Now select the image name right click, then select “<strong>Create Capture Boot Image</strong>”. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0014.png"><img style="display:inline;border-width:0;" title="clip_image001[4]" border="0" alt="clip_image001[4]" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0014_thumb.png?w=324&#038;h=161" width="324" height="161" /></a></p>
<h3><font size="4"><strong>5.</strong> <strong>Install, configure, and Sysprep the reference machine</strong></font></h3>
<p>To deploy a customized image of Windows 7 using WDS we must capture it first from an already deployed image. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image040.jpg"><img style="display:inline;border-width:0;" title="clip_image040" border="0" alt="clip_image040" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image040_thumb.jpg?w=486&#038;h=305" width="486" height="305" /></a></p>
<p>An operating system by default is not ready to be captured, before doing that we must prepare the image. Sysprep is the tool in charge of removing all the particular components in an installation (computer name, SID, OS product key, etc) and makes this image suitable for capturing.</p>
<p>5.1 We can find sysprep tool in “<strong>C:\Windows\system32\sysprep</strong>”. Running sysprep.exe will pop a simple GUI, where we can select the options <strong>OOBE</strong>, <strong>Generalize</strong> and <strong>Reboot</strong> after completion. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042.jpg"><img style="display:inline;border-width:0;" title="clip_image042" border="0" alt="clip_image042" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042_thumb.jpg?w=391&#038;h=294" width="391" height="294" /></a></p>
<p>We can also use the command line: “<strong>sysprep /oobe /generalize /reboot</strong>”.</p>
<p>Once selected, we’ll see a process running that is going to take a few seconds and the following reboot. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044.jpg"><img style="display:inline;border-width:0;" title="clip_image044" border="0" alt="clip_image044" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044_thumb.jpg?w=256&#038;h=157" width="256" height="157" /></a></p>
<p><b></b></p>
<p><b></b></p>
<p><b></b></p>
<h3><font size="4"><strong>6.</strong> <strong>Capturing the reference machine</strong></font></h3>
<p><b></b></p>
<p>6.1 After sysprep has rebooted our reference machine, boot from <strong>PXE network</strong> boot, using <strong>F12</strong>.</p>
<p>The computer will require for an IP address to the DHCP Server which will redirect it to a Boot Server available on the network, in this case WDS. After finding it, it will require a <strong>second F12 selection</strong>.</p>
<p>It is important to note that if we missed this sequence, we should reboot the machine as soon as possible. If Windows operating system starts, the sysprep clean up performed earlier will be lost and you won’t be available to capture the image. </p>
<p>6.2 Select “<strong>Capture (x64)</strong>” and press enter</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046.jpg"><img style="display:inline;border-width:0;" title="clip_image046" border="0" alt="clip_image046" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046_thumb.jpg?w=336&#038;h=253" width="336" height="253" /></a></p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048.jpg"><img style="display:inline;border-width:0;" title="clip_image048" border="0" alt="clip_image048" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048_thumb.jpg?w=340&#038;h=256" width="340" height="256" /></a></p>
<p>6.3 After this we’ll see the WDS wizard, select next.</p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050.jpg"><img style="display:inline;border-width:0;" title="clip_image050" border="0" alt="clip_image050" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050_thumb.jpg?w=343&#038;h=258" width="343" height="258" /></a></p>
<p>6.4 Now select the volume to capture, <strong>C:\</strong>, and create the image name file. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052.jpg"><img style="display:inline;border-width:0;" title="clip_image052" border="0" alt="clip_image052" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052_thumb.jpg?w=346&#038;h=260" width="346" height="260" /></a></p>
<p>If we don’t see any volume available to capture, is because the sysprep process did not completed normally and we must run it again. </p>
<p>6.5 Now we will see the screen asking you where to store the WIM file. Select “<strong>upload Image to WDS server</strong>”, providing the IP address or FQDN. It will also require domain credentials to access the server. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image054.jpg"><img style="display:inline;border-width:0;" title="clip_image054" border="0" alt="clip_image054" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image054_thumb.jpg?w=349&#038;h=263" width="349" height="263" /></a></p>
<p>6.6 Select the Image Group you’ve created to store the image. If you don’t have any group created in WDS, you’ll receive the error of no group available. </p>
<p><a href="http://augustoalvarez.files.wordpress.com/2010/04/clip_image056.jpg"><img style="display:inline;border-width:0;" title="clip_image056" border="0" alt="clip_image056" src="http://augustoalvarez.files.wordpress.com/2010/04/clip_image056_thumb.jpg?w=352&#038;h=265" width="352" height="265" /></a></p>
<p>Now the WDS will create your custom reference image of your client machine.</p>
<p>The process usually takes a while, depending on the operating system characteristics you are capturing.</p>
<p>On the next post we’ll see how to create unattended files with some examples and deploying a this captured Windows 7 image in a full unattended process.</p>
<p><em>See also: <a href="http://blog.augustoalvarez.com.ar/2010/04/21/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-ii/">Deploying Windows 7 Using Windows Deployment Services (WDS): Step-by-Step – Part II</a></em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/606/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/606/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/606/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=606&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2010/04/20/deploying-windows-7-using-windows-deployment-services-wds-step-by-step-part-i/feed/</wfw:commentRss>
		<slash:comments>101</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image004_thumb.jpg" medium="image">
			<media:title type="html">clip_image004</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image006_thumb.jpg" medium="image">
			<media:title type="html">clip_image006</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image010_thumb.jpg" medium="image">
			<media:title type="html">clip_image010</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image016_thumb.jpg" medium="image">
			<media:title type="html">clip_image016</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image020_thumb.jpg" medium="image">
			<media:title type="html">clip_image020</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image022_thumb.jpg" medium="image">
			<media:title type="html">clip_image022</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image001_thumb1.png" medium="image">
			<media:title type="html">clip_image001</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image024_thumb.jpg" medium="image">
			<media:title type="html">clip_image024</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image026_thumb.jpg" medium="image">
			<media:title type="html">clip_image026</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image028_thumb.jpg" medium="image">
			<media:title type="html">clip_image028</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image030_thumb.jpg" medium="image">
			<media:title type="html">clip_image030</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image032_thumb.jpg" medium="image">
			<media:title type="html">clip_image032</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image0014_thumb.png" medium="image">
			<media:title type="html">clip_image001[4]</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image040_thumb.jpg" medium="image">
			<media:title type="html">clip_image040</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image042_thumb.jpg" medium="image">
			<media:title type="html">clip_image042</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image044_thumb.jpg" medium="image">
			<media:title type="html">clip_image044</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image046_thumb.jpg" medium="image">
			<media:title type="html">clip_image046</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image048_thumb.jpg" medium="image">
			<media:title type="html">clip_image048</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image050_thumb.jpg" medium="image">
			<media:title type="html">clip_image050</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image052_thumb.jpg" medium="image">
			<media:title type="html">clip_image052</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image054_thumb.jpg" medium="image">
			<media:title type="html">clip_image054</media:title>
		</media:content>

		<media:content url="http://augustoalvarez.files.wordpress.com/2010/04/clip_image056_thumb.jpg" medium="image">
			<media:title type="html">clip_image056</media:title>
		</media:content>
	</item>
		<item>
		<title>Step-by-Step: Adding Hyper-V Integration Components to Windows PE using WAIK 2.0 Tools</title>
		<link>http://blog.augustoalvarez.com.ar/2009/02/28/step-by-step-adding-hyper-v-integration-components-to-windows-pe-using-waik-20-tools/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/02/28/step-by-step-adding-hyper-v-integration-components-to-windows-pe-using-waik-20-tools/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 14:55:22 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Hyper-V]]></category>
		<category><![CDATA[WAIK]]></category>
		<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Injecting Drivers]]></category>
		<category><![CDATA[Microsoft Deployment Toolkit (MDT) 2010]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/02/28/step-by-step-adding-hyper-v-integration-components-to-windows-pe-using-waik-20-tools/</guid>
		<description><![CDATA[For those that have been using Windows Automated Installation Kit (WAIK) 2.0 released recently (download link here) or using Microsoft Deployment Toolkit 2010 Beta 1, that works only with WAIK 2.0 (check these articles of mine about MDT 2010: Post I, Post II and Post III); maybe you’ve noticed that the management tools that were [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=197&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>For those that have been using <strong>Windows Automated Installation Kit (WAIK) 2.0</strong> released recently (download link <a href="http://download.microsoft.com/download/D/1/4/D14C40CA-CAED-4B49-B9CF-8B07D8BA344F/KB3AIK_EN.iso">here</a>) or using <strong>Microsoft Deployment Toolkit 2010 Beta 1</strong>, that works only with WAIK 2.0 (check these articles of mine about MDT 2010: <a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">Post I</a>, <a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-ii/">Post II</a> and <a href="http://blog.augustoalvarez.com.ar/2009/02/02/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-iii/">Post III</a>); maybe you’ve noticed that the <strong>management tools that were included with WAIK</strong> <strong>1.1</strong> (and <strong>1.0</strong>) <strong>disappeared in this new version.</strong></p>
<p><img src="http://farm4.static.flickr.com/3527/3240572540_dcb89b2857.jpg?v=0" width="357" height="263" /></p>
<p>These tools were consolidated by one command-line:<strong> DISM.exe</strong> (more info on <a href="http://blog.augustoalvarez.com.ar/2009/01/31/microsoft-deployment-toolkit-2010-beta-1-using-mdt-to-prepare-install-and-capture-customized-windows-7-images-part-i/">Post I</a> about MDT 2010). Meaning that the <strong>Windows PE management</strong> (like customizing, adding drivers or inserting Hyper-V integration components to those images) that you executed on previous versions of WAIK, <strong>has significant changes</strong>.</p>
<p>On this post we’ll be reviewing <strong>how to</strong> <strong>add the Hyper-V Integration Components to a Windows Preinstallation Environment (Windows PE) image, including the new Windows PE 3.0. </strong></p>
<h5><font size="3">Why should I need to add the Hyper-V Integration Components to Windows PE?</font></h5>
<p>The Integration Components of Hyper-V are a set of drivers that are a <strong>significant performance change</strong> that you can apply to virtual machines for them to be able to install <strong>synthetic devices instead of emulated devices.</strong></p>
<p>Some of the drivers that are installed using the Integration Components are: <strong>Video driver, network driver</strong> (with this you avoid using Hyper-V’s Legacy Network adapter), <strong>storage driver, VMBUS</strong> (transport for synthetic devices),<strong> time sync</strong> (time synchronization with the host), etc. </p>
<h5><font size="3">Adding Hyper-V Integration Components</font>&#160; </h5>
<p>As I mentioned before, I prepared a set of MDT 2010 posts about LTI deployments with Windows 7, so I’m going to take <strong>the LiteTouch PE image</strong> created on that deployment instead of a common Windows PE image (boot.wim). But again, this process will work the same as using a Windows PE raw image. </p>
<p>Since I have already a LiteTouch image added to my Windows Deployment Services (WDS) as a boot image, I’m going to export it, mount the image to be able to apply all changes there, and then import it again to WDS.</p>
<h3>1. Mounting Boot Image</h3>
<p>1.1. Open the <strong>Windows Deployment Services Console</strong> and <strong>Export</strong> the image.</p>
<p><img src="http://farm4.static.flickr.com/3412/3315651457_686905e62a.jpg?v=0" width="447" height="213" /></p>
<p>1.2. I’m going to place it on <strong>C:\Temp.</strong></p>
<p><img src="http://farm4.static.flickr.com/3314/3316478222_3fbb91b0aa.jpg?v=0" width="377" height="276" /></p>
<p>1.3. Create the <strong>folder</strong> where you are going to mount it. In my case <strong>C:\Temp\mount.</strong></p>
<p>1.4. Run “<strong>cmd</strong>” as <strong>Administrator</strong>, place it in “<strong>cd C:\Program Files\Windows AIK\Tools\Servicing</strong>”.</p>
<p>1.5. Mount the image using this command line:    <br /><strong>Dism.exe /mount-wim /wimfile:”C:\Temp\Lite Touch Windows PE.WIM” /index:1 /mountdir:”C:\Temp\mount</strong>”</p>
<p><img src="http://farm4.static.flickr.com/3507/3315651563_2b5c2e07b8.jpg?v=0" /></p>
<p><em>/index:1</em> states that you want to use the first image inside the WIM file. A WIM file for operating systems, like Windows 7 for example, contain several images: Ultimate, Enterprise, Starter, etc. </p>
<h3>2. Uncompressing Drivers from Integration Components</h3>
<p>Now that the image is mounted and ready to be modified, we are going to <strong>uncompress</strong> the files we need from the <strong>Hyper-V Integration Components.</strong></p>
<p>2.1. Since I’m using a virtual machine, I’m going to <strong>attach</strong> the <strong>Integration Components media</strong> and extract the files from there. </p>
<p><img src="http://farm4.static.flickr.com/3516/3315651665_76fc5de23d.jpg?v=0" width="380" height="327" /></p>
<p>2.2. From the media of the IC, copy this two files to a local folder: </p>
<p><strong>D:\support\amd64\Windows6.0-KB951634-x64.msu      <br />D:\support\x86\Windows6.0-KB951634-x86.msu</strong></p>
<p><img src="http://farm4.static.flickr.com/3467/3316478102_7760a1385f.jpg?v=0" width="438" height="176" /></p>
<p>We are going to use the <strong><a href="http://technet.microsoft.com/en-us/library/cc722332.aspx">Expand</a></strong> command line to extract the drivers within those updates. Place the cmd window in <strong>C:\Windows\System32\</strong> and create a folder to store this <strong>temporary</strong> <strong>files</strong>. <strong>C:\Temp\source</strong></p>
<p>2.3. Insert:    <br /><strong>expand.exe –F:* “C:\Temp\Windows6.0-KB951634-x64.msu” “C:\Temp\source”.</strong> </p>
<p><img src="http://farm4.static.flickr.com/3325/3315651771_d1275ea7d5.jpg?v=0" width="423" height="208" /></p>
<p>Repeat the step for <strong>the x86 update</strong>. </p>
<p>Now we are going to also <strong>extract the drivers included in the .CAB files that we took from the MSU file</strong>. </p>
<p>2.4 Create <strong>another temporary folder for these drivers. C:\Temp\source\drivers. </strong></p>
<p>2.5. Insert:<strong>      <br />expand.exe -F:* &quot;C:\Temp\source\Windows6.0-KB951634-x64.cab&quot; &quot;C:\Temp\source\drivers&quot;</strong>.</p>
<p><img src="http://farm4.static.flickr.com/3457/3316478518_5e78da4964.jpg?v=0" width="429" height="213" /></p>
<p>Inside <strong>C:\Temp\source\drivers are all the files we need to insert x64 environments</strong>. You can repeat the step 2.5 using the x86 update. </p>
<h3>3. Injecting the drivers</h3>
<p>You will notice that hundreds of files have been uncompressed, but we are not going to add them all, <strong>we are just going to inject the ones that we need. </strong></p>
<p>Here are all the necessary drivers and the <strong>command lines to execute</strong>:</p>
<blockquote><p><font size="1" face="Consolas"><strong><em>dism /image:&quot;C:\Temp\mount&quot; /add-driver&#160; /driver:&quot;C:\Temp\source\drivers\amd64_wnetvsc.inf_31bf3856ad364e35_6.0.6001.18016_none_b337f91d87dbf1d0\wnetvsc.inf&quot;</em></strong></font></p>
<p><font size="1" face="Consolas"><strong><em>dism /image:&quot;C:\Temp\mount&quot; /add-driver /driver:&quot;C:\Temp\source\drivers\amd64_ws3cap.inf_31bf3856ad364e35_6.0.6001.18016_none_f2e1ba67fcb48f61\ws3cap.inf&quot; /forceunsigned</em></strong></font></p>
<p><font size="1" face="Consolas"><strong><em>dism /image:&quot;C:\Temp\mount&quot; /add-driver /driver:&quot;C:\Temp\source\drivers\amd64_wstorflt.inf_31bf3856ad364e35_6.0.6001.18016_none_1cadbbeed0ad55a3\wstorflt.inf&quot; /forceunsigned</em></strong></font></p>
<p><font size="1" face="Consolas"><strong><em>dism /image:&quot;C:\Temp\mount&quot; /add-driver /driver:&quot;C:\Temp\source\drivers\amd64_wstorvsc.inf_31bf3856ad364e35_6.0.6001.18016_none_836399a4204c4863\wstorvsc.inf&quot; /forceunsigned</em></strong></font></p>
<p><font size="1" face="Consolas"><strong><em>dism /image:&quot;C:\Temp\mount&quot; /add-driver /driver:&quot;C:\Temp\source\drivers\amd64_wvmbus.inf_31bf3856ad364e35_6.0.6001.18016_none_959a72f36267838a            <br />\wvmbus.inf&quot; /forceunsigned</em></strong></font></p>
<p><font size="1" face="Consolas"><strong><em>dism /image:&quot;C:\Temp\mount&quot; /add-driver /driver:&quot;C:\Temp\source\drivers\amd64_wvmbushid.inf_31bf3856ad364e35_6.0.6001.18016_none_4ccff81064c7c78f            <br />\wvmbushid.inf&quot; /forceunsigned</em></strong></font></p>
<p><font size="1" face="Consolas"><strong><em>dism /image:&quot;C:\Temp\mount&quot; /add-driver /driver:&quot;C:\Temp\source\drivers\amd64_wvmic.inf_31bf3856ad364e35_6.0.6001.18016_none_5dfb8c2804cc9e9a            <br />\wvmic.inf&quot; /forceunsigned</em></strong></font></p>
<p>&#160;</p>
</blockquote>
<p><strong><em>Injecting drivers</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3535/3316478718_0bc8c923e5.jpg?v=0" width="457" height="234" /></p>
<p>Note that on most of them, the<strong> /forceunsigned</strong> parameter was necessary. If you don’t use it, this error will appear: “<strong>Error 50 The request is not supported</strong>”</p>
<p><img src="http://farm4.static.flickr.com/3489/3316478640_051263e449.jpg?v=0" width="455" height="233" /></p>
<h3>4. Committing and Unmounting the Boot Image</h3>
<p>Now we have are image ready to use it, so we are going to <strong>commit the changes and unmount it</strong>. </p>
<p>4.1. From cmd:    <br />D<strong>ism /unmount-wim /Mountdir:&quot;C:\Temp\mount&quot; /commit</strong></p>
<p><img src="http://farm4.static.flickr.com/3522/3315652091_12abd58d2e.jpg?v=0" width="450" height="217" /></p>
<h3>5. Deploying the Image</h3>
<p>On <strong>C:\Temp you’ll find the WIM file modified and ready to be added to WDS.</strong></p>
<p><img src="http://farm4.static.flickr.com/3563/3316478420_1bf43100f1.jpg?v=0" width="355" height="225" /></p>
<p>5.1. Open the WDS Console, select “<strong>Add Boot Image</strong>” and complete the wizard.</p>
<p><img src="http://farm4.static.flickr.com/3657/3315652211_5119197b1a.jpg?v=0" width="189" height="178" /></p>
<p><strong><em>On the new boot image, I’m adding the Integration Components description</em></strong></p>
<p><img src="http://farm4.static.flickr.com/3615/3315652243_45a68e8a3c.jpg?v=0" width="373" height="319" /></p>
<p>5.2.<strong> Boot the new virtual machine</strong> from the network and select the image you just added. </p>
<p><img src="http://farm4.static.flickr.com/3655/3315652375_f637aed186.jpg?v=0" width="371" height="309" /></p>
<p>And the new <strong>virtual machine should be fully functional with the Hyper-V Integration Components included.</strong> </p>
<p>How you can you <strong>test</strong> it? In my case, I’m connecting with RDP to the Hyper-V host and the mouse from inside the virtual machine is working perfectly; if the IC components are not present a message will appear saying that the “<strong>Mouse session could not be captured</strong>”. </p>
<p><img src="http://farm4.static.flickr.com/3429/3316479440_1b8cabf884.jpg?v=0" width="402" height="293" /></p>
<h5><font size="3">Adding Drivers Using WAIK 1.1 Tools</font></h5>
<p>If you were wondering how to execute the procedure using the <strong>WAIK 1.0 or 1.1 tools</strong>, here it is:</p>
<p>1. Mount the WIM file using<strong> imagex tool</strong>:     <br /><strong>imagex /mountrw “C:\Temp\Lite Touch Windows PE.WIM” 2 “C:\Temp\mount”</strong></p>
<p>2. Inject drivers using <strong>peimg tool</strong>:     <br /><strong>peimg /inf=C:\Temp\source\drivers\*.inf /image=”C:\Temp\mount”</strong></p>
<p><em>*.inf is representing all the previous drivers that we added above. Repeat the command line for each file.</em> </p>
<p>3. Commit changes:    <br /><strong>imagex /unmount /commit C:\Temp\mount</strong></p>
<p>4. Add the new “<strong>Lite Touch Windows PE.WIM”</strong> on WDS as a “<strong>Boot Image</strong>”</p>
<p>Enjoy!</p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=197&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/02/28/step-by-step-adding-hyper-v-integration-components-to-windows-pe-using-waik-20-tools/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3527/3240572540_dcb89b2857.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3412/3315651457_686905e62a.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3314/3316478222_3fbb91b0aa.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3507/3315651563_2b5c2e07b8.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3516/3315651665_76fc5de23d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3467/3316478102_7760a1385f.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3325/3315651771_d1275ea7d5.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3457/3316478518_5e78da4964.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3535/3316478718_0bc8c923e5.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3489/3316478640_051263e449.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3522/3315652091_12abd58d2e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3563/3316478420_1bf43100f1.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3657/3315652211_5119197b1a.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3615/3315652243_45a68e8a3c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3655/3315652375_f637aed186.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3429/3316479440_1b8cabf884.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Troubleshooting WDS: Event ID 257 &#8211; 258 &#8211; 266 &#8211; 513</title>
		<link>http://blog.augustoalvarez.com.ar/2009/01/14/troubleshooting-wds-event-id-257-258-266-513/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/01/14/troubleshooting-wds-event-id-257-258-266-513/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 14:58:02 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/01/14/troubleshooting-wds-event-id-257-258-266-513/</guid>
		<description><![CDATA[Windows Deployment Services depends and works directly with Active Directory and DHCP, meaning that if any of those two servers are significantly modified, then probably you will not be able to start the WDS service and get the events ID: Event Viewer from WDS Server Event 257: An error occurred trying to start the Windows [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=143&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Windows Deployment Services depends and works directly with <strong>Active Directory</strong> and <strong>DHCP</strong>, meaning that if any of those two servers are significantly modified, then probably you will not be able to start the WDS service and get the events ID:</p>
<p><em>Event Viewer from WDS Server</em></p>
<p><img src="http://farm4.static.flickr.com/3297/3196880850_33fa01bf0c.jpg?v=0" /></p>
<p><strong>Event 257:</strong> An error occurred trying to start the Windows Deployment Services server.</p>
<p><strong>Event 258:</strong> An error occurred trying to start the Windows Deployment Services image server.</p>
<p><strong>Event 266:</strong> An error occurred while to refreshing settings.</p>
<p><strong>Event 513:</strong> An error occurred trying to initialize provider WDSImgSrv from C:\Windows\system32\WdsImgSrv.dll. Windows Deployment Services server will be shutdown.</p>
<p><strong><em><font color="#ff0000">Disclaimer</font></em></strong>     <br />Please note that the following possible reasons, are related when all those <strong>events appear simultaneously</strong> and with the <strong>same descriptions</strong>.</p>
<p><strong>Event ID 513</strong> can also appear regarding to a <strong>PXE provider error</strong>:<em> “An error occurred while trying to initialize provider WDSPXE from C:\Windows\system32\wdspxe.dll. Windows Deployment Services server will be shutdown”</em>. This particular error could happen for several reasons, like installing on the same server a System Center Configuration Manager PXE provider that replaces the WDS.</p>
<h3><strong>Possible Reasons</strong></h3>
<p>Those particular errors appeared when there were changes on Active Directory that did not were performed smoothly:</p>
<p><strong>- Changing a Global Catalog from Domain Controller.      <br />- Shutting down an active Domain Controller.</strong></p>
<h3><strong>Solution      <br /></strong></h3>
<p>To solve this, you need to insert manually the FQDN of the domain controller working as a Global Catalog.</p>
<p>1 &#8211; Open the <strong>WDS snap-in</strong> and access server <strong>properties</strong>.</p>
<p>2 &#8211; Click on &quot;<strong>Advanced</strong>&quot;.&#160; And you should see the following:</p>
<p>&#160;<img src="http://farm4.static.flickr.com/3438/3196074903_c6ee7cdcc9.jpg?v=0" /></p>
<p><strong>3 -</strong> Insert the <strong>FQDN</strong> of a <strong>Domain Controller</strong> and the <strong>Global Catalog</strong> nearest to WDS and currently <strong>active</strong> (preferred in same site). Most likely will be the same DC on both options.</p>
<p><img src="http://farm4.static.flickr.com/3092/3196080159_ac231b2988.jpg?v=0" />&#160; </p>
<p><strong>4 &#8211; Start the WDS Server. </strong></p>
<p><img src="http://farm4.static.flickr.com/3090/3196952382_c225d30e6c.jpg?v=0" /></p>
<h4><strong>More Background about WDS and Active Directory Integration</strong></h4>
<p>The <strong>PXE provider</strong> delivered with Windows Deployment Services is called <strong>BINL</strong> (implemented in <em>Binlsvc.dll</em>) and has a direct integration with Active Directory services in many ways:</p>
<ul>
<li>BINL prefers to use <strong>domain controllers and global catalogs</strong> that are available within the same Active Directory site as the PXE server (local). </li>
<li>A <strong>writeable domain controller</strong> for the domain where the Windows Deployment Services PXE server resides will be leveraged when querying for selected attributes. </li>
<li>The WDS PXE provider uses the <b>DSGetDcName()</b> API. It passes the DS_GC_SERVER_REQUIRED flag whenever it needs to locate a global catalog. </li>
<li>When attempting to locate computer account objects, the default search order is for BINL to search global catalogs before searching domain controllers. </li>
<li>And of course, BINL connects directly with AD when trying to <strong>create Computer objects</strong> within the domain; or querying for other attributes. </li>
</ul>
<p><em>Example of BINL handling PXE requests and integrating with AD</em></p>
<p><img src="http://farm4.static.flickr.com/3431/3196970460_c61ae30499.jpg?v=0" /></p>
<p>&#160;</p>
<p>For more info, check &quot;<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=941D4393-AB37-4047-B9C5-616B79D73301&amp;displaylang=en">Deploying and Managing the Windows Deployment Services Update&quot;</a>.</p>
<p>Hope it helps!</p>
<p>Cheers!</p>
<p>If want to learn about troubleshooting wds then go through the <a href="http://www.test-king.com/exams/642-873.htm">testking 642-873</a> tutorials and <a href="http://www.test-king.com/exams/70-291.htm">testking 70-291</a> study guide for complete information and become IT expert using <a href="http://www.test-king.com/exams/70-432.htm">testking 70-432</a> training products</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/143/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/143/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/143/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=143&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/01/14/troubleshooting-wds-event-id-257-258-266-513/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3297/3196880850_33fa01bf0c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3438/3196074903_c6ee7cdcc9.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3092/3196080159_ac231b2988.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3090/3196952382_c225d30e6c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3431/3196970460_c61ae30499.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Windows Deployment Services (WDS): Unattended Installation Files Examples</title>
		<link>http://blog.augustoalvarez.com.ar/2009/01/10/windows-deployment-services-wds-unattended-installation-files-examples/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/01/10/windows-deployment-services-wds-unattended-installation-files-examples/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 19:33:35 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Image Deployment]]></category>
		<category><![CDATA[Unattended Files]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/?p=121</guid>
		<description><![CDATA[After completing three posts about unattended deployment of full operating systems with WDS (Part I, Part II and Part III), I had pending this post about the examples of the unattended files. So here they are. Note: All of the data about the components and values used on these two XML files, are explained on [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=121&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After completing three posts about unattended deployment of full operating systems with WDS (<a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/">Part I</a>, <a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/">Part II</a> and <a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/">Part III</a>), I had pending this post about the <strong>examples of the unattended files</strong>. So here they are.</p>
<p><strong><em>Note</em></strong>: All of the data about the components and values used on these two XML files, are <strong>explained on </strong><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/"><strong>Part III</strong></a> about WDS Deployment.</p>
<h4><strong>WDSClientUnattend</strong></h4>
<p>Download example <a href="http://augustoalvarez.files.wordpress.com/2009/01/wdsclientunattend.doc">here</a>.<br />
(<strong>Change file extension from .doc to .xml</strong> to start using it or you can still open it as a Word file).</p>
<p><em>Part of <strong>WDSClientUnattend.xml</strong></em></p>
<p><img src="http://farm4.static.flickr.com/3344/3185320989_c76e9fb0fc.jpg?v=0" alt="" /></p>
<h4><strong>AutoAttend</strong></h4>
<p>Download example <a href="http://augustoalvarez.files.wordpress.com/2009/01/autoattend.doc">here</a>.<br />
(<strong>Change file extension from .doc to .xml</strong> to start using it or you can still open it as a Word file).</p>
<p><em>Part of <strong>AutoAttend.xml</strong></em></p>
<p><img src="http://farm4.static.flickr.com/3503/3186166158_768725dd7a.jpg?v=0" alt="" /></p>
<p>Hope that you find it useful!</p>
<p>Cheers!</p>
<p><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/">Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part I)</a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/">Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part II)</a></p>
<p><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/">Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part III)</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=121&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/01/10/windows-deployment-services-wds-unattended-installation-files-examples/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3344/3185320989_c76e9fb0fc.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3503/3186166158_768725dd7a.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part III)</title>
		<link>http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 21:01:44 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Image Deployment]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/</guid>
		<description><![CDATA[At this point we’ve already installed and properly configured Windows Deployment Server on Windows 2003/Windows 2008 (Part I); and we created a full image (programs and features installed) on our Windows Vista and uploaded it to the server (Part II); the only thing missing is creating the answer files that will be used on the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=34&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>At this point we’ve already installed and properly configured Windows Deployment Server on Windows 2003/Windows 2008 (<a href="http://augustoalvarez.wordpress.com/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/">Part I</a>); and we created a full image (programs and features installed) on our Windows Vista and uploaded it to the server (<a href="http://augustoalvarez.wordpress.com/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/">Part II</a>); the only thing missing is creating the answer files that will be used on the images to achieve the full unattended installation of our operating system.
<p>For those using Windows Server 2003 SP1, we reviewed that among the requirements for WDS installation there was installing <strong>Windows Automated Installation Kit</strong>. This kit also gives us an important tool for the unattended files creation, the <strong>Windows System Image Manager</strong>.
<p>So, it’s recommended for any other platform used on WDS to <a href="http://www.microsoft.com/Downloads/details.aspx?familyid=C7D4BC6D-15F3-4284-9123-679830D629F2&amp;displaylang=en">download this kit</a> and install the System Image Manager. This tool it’s not a requirement for creating the unattended files.
<p><em>Installing WAIK</em><br /><img alt="" src="http://farm4.static.flickr.com/3105/2728660959_9736b7cf9c.jpg?v=0"><br />
<h6><font size="3"><strong>Preparing the Files Using System Image Manager</strong></font></h6>
<p>System Image Manager provides us the way to, using the .wim (or .clg) file for an installation, select the components that are necessary within the answer files. This way we can be sure that the answer options selected are used on the right place at the right time:
<ol>
<li>
<p>Open System Image Manager for Start Menu.<br /><img alt="" src="http://farm4.static.flickr.com/3144/2728660439_8fddaf6b77.jpg?v=0"></p>
<li>
<p>Click on <strong>File</strong> and click on <strong>Select Windows Image.</strong></p>
<li>
<p>Select the .wim file that we previously created or just use the file from the installation media (install.wim).
<ol>
<li>
<p>You can also select the catalog files (.clg): these are the specific files for each Windows Vista version (Home Ed, Enterprise, Ultimate, etc).</p>
</li>
</ol>
<li>
<p>To start creating, on the File menu select <strong>New answer file</strong>. </p>
</li>
</ol>
<p>Adding a .wim or .clg files is not a requirement, but you won’t be able to validate or check the errors on unattended files that is not using an OS image as a reference.
<p>For more information, visit the site <a href="http://technet2.microsoft.com/WindowsVista/en/library/d9f7c27e-f4d0-40ef-be73-344f7c7626ff1033.mspx?mfr=true">Windows System Image Manager Technical Reference</a>.
<p>We’ll create two files that are necessary for a complete unattended image installation: <strong>WDSClientUnattend.xml</strong> and <strong>AutoUnattend.xml.</strong>
<p><strong><em>Note</em></strong>: All of the components that we’ll add here are associated to 32bit images because the installation file selected has that architecture. If we uploaded a 64bit image, you’ll see an answer file with x64 components.<br />
<h6><font size="3"><strong>WDSClientUnattend</strong></font></h6>
<p>Download <strong>WDSClientUnattend.xml example </strong><a href="http://augustoalvarez.files.wordpress.com/2009/01/wdsclientunattend.doc"><strong>here</strong></a><strong>.<br /></strong>(<strong>Change file extension from .doc to .xml</strong> to start using it or you can still open it as a Word file).
<p>This is the first file used by WDS to respond to all the first configurations on the Windows PE: Disk partitions (creating, modifying) and selecting the image from WDS that we are going to install.
<p>As you can imagine, all the components that we will add will go on <strong>Windows PE cycle</strong>:
<ul>
<li>
<p><em><font size="2">x86_Microsoft-Windows-International-Core-WinPE_6.0.6000.16385_neutral\<br />SetupUILanguage</font></em></p>
<li>
<p><em><font size="2">x86_Microsoft-Windows-Setup_6.0.6000.16385_neutral\DiskConfiguration\<br />Disk\CreatePartitions\CreatePartition</font></em></p>
<li>
<p><em><font size="2">x86_Microsoft-Windows-Setup_6.0.6000.16385_neutral\DiskConfiguration\<br />Disk\CreatePartitions\ModifyPartition</font></em></p>
<li>
<p><em><font size="2">x86_Microsoft-Windows-Setup_6.0.6000.16385_neutral\DiskConfiguration\<br />ImageInstall\OSImage\InstallTo</font></em></p>
<li>
<p><em><font size="2">x86_Microsoft-Windows-Setup_6.0.6000.16385_neutral\DiskConfiguration\<br />WindowsDeploymentServices\ImageSelection\InstallImage</font></em></p>
<li>
<p><em><font size="2">x86_Microsoft-Windows-Setup_6.0.6000.16385_neutral\DiskConfiguration\<br />WindowsDeploymentServices\ImageSelection\InstallTo</font></em></p>
<li>
<p><em><font size="2">x86_Microsoft-Windows-Setup_6.0.6000.16385_neutral\DiskConfiguration\<br />WindowsDeploymentServices\Login\Credentials</font></em></p>
</li>
</ul>
<p><img alt="" src="http://farm4.static.flickr.com/3151/2728661315_f00268d322.jpg?v=0">
<p>Here’s an example of all the components and values that can be inserted on the answer file. On the values I have set in here I’m doing the following:
<p>- Setup and keyboard language: English<br />- Delete and create a single NTFS partition on root disk.<br />- The partition will take the complete size of the HD.<br />- Label: system.<br />- Installation Group: <em>VistaInstallation</em>. This is the group that we created when we uploaded the image.<br />- File: <em>Install.wim</em>. This is the name of the installation file that we uploaded.<br />- Image Name: This is the description name that we used on the installation that we uploaded.<br />- User and domain name that will be used to login and choose available images. No higher privileges needed on the user.
<p><img alt="" src="http://farm4.static.flickr.com/3236/2729542862_b4246522ef.jpg?v=0">
<p>To confirm that the answer file has no errors, click on <strong>Tools</strong> and <strong>Validate Answer File</strong>. All the errors will be displayed and explained on the lower panel.
<p>Once the file is validated click on <strong>Save </strong>and use the name <strong>WDSClientUnattend</strong>. This file must be stored inside the folder of installation files created by default: <strong>/RemoteInstall/WDSClientUnattend.xml</strong><br />
<h6><font size="3">AutoUnattend</font></h6>
<p>Download <strong>AutoUnattend.xml example </strong><a href="http://augustoalvarez.files.wordpress.com/2009/01/autoattend.doc"><strong>here</strong></a><strong>.<br /></strong>(<strong>Change file extension from .doc to .xml</strong> to start using it or you can still open it as a Word file).
<p>This is the file that we are using to answer all the Vista configurations: Product key, computer name, domain joining, local users and passwords, etc.
<p>The components that need to be added are the following:
<p><strong>Cycle 4: Specialize</strong>
<ul>
<li>
<p><em>x86_Microsoft-Windows-Shell-Setup_6.0.6000.16385_Neutral</em><em></em></p>
<li>
<p><em>x86_Microsoft-Windows-UnattendedJoin_neutral\Identification\Credentials</em><em></em></p>
</li>
</ul>
<p><strong>Cycle 7: OobeSystem</strong><em></em>
<ul>
<li>
<p><em>x86_Microsoft-Windows-International-Core_6.0.6000.16385_Neutral</em><em></em></p>
<li>
<p><em>x86_Microsoft-Windows-Shell-Setup_6.0.6000.16385_Neutral\OOBE</em><em></em></p>
<li>
<p><em>x86_Microsoft-Windows-Shell-Setup_6.0.6000.16385_Neutral\Themes</em><em></em></p>
<li>
<p><em>x86_Microsoft-Windows-Shell-Setup_6.0.6000.16385_Neutral\UserAccounts\AdministratorPassword</em><em></em></p>
<li>
<p><em>x86_Microsoft-Windows-Shell-Setup_6.0.6000.16385_Neutral\UserAccounts\<br />LocalAccounts\LocalAccount\Password</em><em></em></p>
</li>
</ul>
<p><img alt="" src="http://farm4.static.flickr.com/3033/2729542494_076cc288ca.jpg?v=0">
<p>Here’s an example of the values selected:
<p>- ComputerName: If you set the value <strong>&#8220;*&#8221;</strong> on the computer name will be selected randomly (using RegisteredOwner value).<br />- The user name inserted in &#8220;<strong>Credentials</strong>&#8221; will be the user that will join the computer to the domain. No higher privileges needed for this user, but remember a normal user can only join 10 computers to the domain.<br />- <strong>ProtectYourPc</strong>: If 1 establishes that the updates will be automatically downloaded and installed.<br />- <strong>LocalAccount</strong>: User added here will be created locally and in this example is also member of the <strong>Administrators</strong> group.
<p><img alt="" src="http://farm4.static.flickr.com/3275/2729542958_da8a50cd2e.jpg?v=0">
<p>To confirm that the answer file has no errors, click on <strong>Tools</strong> and <strong>Validate Answer File</strong>. All the errors will be displayed and explained on the lower panel.
<p>Once the file is validated click on <strong>Save</strong> and use the name <strong>AutoUnattend</strong>. You can locate this answer file on any folder.
<p><strong><em>Note</em></strong>: A good thing about System Image Manager is that for each component that you have here, you can access to the description of it. If you have any doubt on the values that you are placing, take a look to the help file.
<p><img alt="" src="http://farm4.static.flickr.com/3034/2729542582_7ae5f7442d.jpg?v=0">
<p><img alt="" src="http://farm4.static.flickr.com/3256/2728713875_52fd478de5.jpg?v=0"><br />
<h6><font size="3">Associating Unattended Files</font></h6>
<p>Now that we have the both files necessary, all we need is to associate each file to the images we are going to install:
<p>1. Associating <strong>WDSClientUnattend.</strong><br />
<blockquote>
<p>a) Open the WDS console on your server.
<p>b) On the servers listed on the snap-in, right click on the server name and select <strong>Properties</strong>.
<p>c) Open <strong>Client</strong> and select <strong>Enable Unattended Installations.</strong></p>
</blockquote>
<blockquote><p>d) According to the architecture where you created the image, browse for the <strong>WDSClientUnattend.xml file.</strong></p>
</blockquote>
<p>2. Associating <strong>AutoUnattend</strong><br />
<blockquote>
<p>a) On the <strong>Installation Images</strong>, open <strong>VistaInstallation</strong>.
<p>b) Right click on the image that you uploaded and select <strong>Properties</strong>.
<p>c) Select the option <strong>Allow image to install in unattended mode</strong>.
<p><img alt="" src="http://farm4.static.flickr.com/3069/2729542240_60b8fbe6e7.jpg?v=0">
<p>d) Click on <strong>Select File</strong> and browse for <strong>AutoUnattend.xml.</strong></p>
</blockquote>
<p>And there you go; you have the complete environment to install full and unattended images of Windows Vista.
<p>You have to remember that at the moment of booting a client machine, once you’ve selected the WindowsPE image to boot, the <strong>complete installation process will not require any user intervention</strong>. If you have to select on clients different disk options or partitions, you can deselect the option where you choose the WDSClientUnattend file; with this you’ll get to manually introduce any changes on image selection and disk management.<br />
<h6><font size="3"><strong>Common Issue on x64 images and WDS</strong></font></h6>
<p>I’ve encountered that there are some scenarios that the <strong>64bits images are not available for selection on a deployment</strong>, even though you have correctly uploaded to the WDS Server and the client supports x64 architecture.
<p>The problem is that when the client connects to the WDS Server (soon after you pressed F12 to boot from the network) it doesn’t notify that it is x64 compatible client. And for the server, the client is just x86 compatible and the rest of the images do not apply for it.
<p>To solve it:
<p>1. Open a <strong><em>cmd</em></strong> on the WDS Server
<p>2. Insert <strong><em>WDSUTIL /set-server /architecturediscovery:yes</em></strong>
<p><img alt="" src="http://farm4.static.flickr.com/3243/2728766167_82b423e723.jpg?v=0">
<p>And the next time any client contacts the WDS Server, will first notify about if is x64 compatible.
<p>Hope you find this guide useful.
<p><a href="http://augustoalvarez.wordpress.com/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/">Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part I).</a><br /><a href="http://augustoalvarez.wordpress.com/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/">Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part II).</a>
<p>Cheers</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=34&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm4.static.flickr.com/3105/2728660959_9736b7cf9c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3144/2728660439_8fddaf6b77.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3151/2728661315_f00268d322.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3236/2729542862_b4246522ef.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3033/2729542494_076cc288ca.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3275/2729542958_da8a50cd2e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3034/2729542582_7ae5f7442d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3256/2728713875_52fd478de5.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3069/2729542240_60b8fbe6e7.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3243/2728766167_82b423e723.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part II)</title>
		<link>http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/</link>
		<comments>http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 20:46:38 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Image Deployment]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/</guid>
		<description><![CDATA[Ok then, after completing the first configurations made on the Part I of this guide we can perform a clean but attended network installation of Windows Vista. There are two main steps to take and complete a full image and unattended deployment: 1. Creating the base image to deploy: OS, programs and other special configurations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=31&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Ok then, after completing the first configurations made on the <a href="http://augustoalvarez.wordpress.com/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/">Part I</a> of this guide we can perform a clean but attended network installation of Windows Vista.
<p>There are <strong>two main steps</strong> to take and complete a full image and unattended deployment:
<p><strong>1. Creating the base image to deploy</strong>: OS, programs and other special configurations + uploading it to the WDS server.
<p><strong>2. Making an unattended file to be used with that image.</strong><br />
<h6><font size="3">Creating the Base Image</font></h6>
<p><strong>Note</strong>:<em> On this series of posts we are only considering to deploy Windows Vista or Windows Server 2008 images. The files used on WDS Native mode as unattended files are only valid to those operating systems, if you want to make unattended deployment with Windows XP or 2003 OS; you will need to use RIS or WDS Legacy Mode. </em>
<p>The first step it’s pretty simple, it consists on installing the operating system with all the features, programs and configurations that you want. But there are some <strong>considerations</strong> first:
<p>After you complete the image, there’s a <strong>process where you release all the specific data involving the computer where it’s installed</strong>, like the Security Identifier (<a href="http://en.wikipedia.org/wiki/Security_Identifier">SID</a>), computer name, etc. <strong>Here are some of the things that the image won’t keep after the release process:</strong>
<p>· <strong>Computer name<br /></strong>· <strong>Owner and Company name<br /></strong>· <a href="http://en.wikipedia.org/wiki/Security_Identifier">SID</a><br />· <strong>Domain or workgroup membership<br /></strong>· <strong>TCP/IP Settings<br /></strong>· <strong>Regional and keyboard settings<br /></strong>· <strong>Specific hardware drivers</strong>. This refers to specific computer hardware, like video or audio drivers. But if you only applied drivers used on the Windows installation, the same will apply for the deployment, but any other external driver installed will be unavailable.<br />· <strong>Any saved network connections</strong> (wireless networks saved)<br />· <strong>OS product key</strong>. This is an important note, since no matter if your product has been activated; the key is reset after this process.
<p>But here are some of the things that <strong>are kept after this release process</strong>:
<p>· <strong>Programs and features</strong> <strong>installed</strong> (pretty obvious to say that at this moment right?)<br />· <strong>Local Users and Groups created.<br /></strong>· <strong>Product Keys used for programs installed</strong>. Meaning if you have Microsoft Office installed, the key used will remain as the same on the deployments.<br />· <strong>Windows updates installed<br /></strong>· <strong>User Profiles</strong>: Since all the profiles configuration are basically data stored on the Users folders, all that information will be uploaded within the image.<br />· <strong>Printers installed.</strong>
<p>All the uploading process is made from the client side; but <strong>we must first prepare the WDS server to be ready to receive images.</strong>
<p>First, we are going to <strong>add a boot image that will be specially to capture operating system images</strong>.
<p><strong>1. </strong>Go to WDS Console and let’s upload a <strong>second boot image</strong>; it can be the same that we added on the first post using the <strong>boot.wim</strong> from a Vista or Windows Server 2008 media.
<p><img alt="" src="http://farm3.static.flickr.com/2068/2219751870_da475c604e.jpg?v=0">
<p><strong>2. </strong>Instead of naming it Windows PE, use a name like “<strong>Image Capture</strong>”.
<p><strong>3. </strong>After the process completes, right click on the image you just added and select “<strong>Create Capture Boot Image</strong>”
<p><img alt="" src="http://farm4.static.flickr.com/3205/2447534578_615340b37d.jpg?v=0">
<p>Now we have set our WDS server, let’s <strong>prepare the client using the sysprep tool</strong> and upload the image:
<p><strong>1</strong>. On the Vista or Windows 2008 client open a “<strong>cmd</strong>” as administrator and insert “<strong>cd c:windowssystem32sysprep</strong>”.
<p><strong>2</strong>. Run “<strong>sysprep /oobe /generalize /reboot</strong>”<strong>.</strong>
<p><img alt="" src="http://farm3.static.flickr.com/2082/2447576666_823e1a9590.jpg?v=0">
<p>This process will require for a few second and after it completes the OS will automatically reboot.
<p><img alt="" src="http://farm4.static.flickr.com/3041/2539287263_b91c679175.jpg?v=0">
<p><strong>3</strong>. Soon as the machine is rebooting, press <strong>F12</strong> to select different devices to boot.
<p><strong>4. </strong>Select to <strong>boot from the network card connected to the LAN</strong>
<p>Now the client is communicating with the DHCP server to require an IP and a boot image, the DHCP will forward the request to the WDS. You will be prompted to <strong>press F12 one more time</strong>.
<p><img alt="" src="http://farm4.static.flickr.com/3097/2540109246_a3503327f2.jpg?v=0">
<p><strong>5.</strong> Since we have two boot images, let’s select “<strong>Image Capture</strong>”
<p><img height="322" alt="" src="http://farm3.static.flickr.com/2105/2540109994_a58bf0b331.jpg?v=0" width="464">
<p>The boot image will start to load.
<p><img height="314" alt="" src="http://farm4.static.flickr.com/3075/2539288049_de330bc3a2.jpg?v=0" width="458">
<p><strong>6.</strong> A image capture wizard will start, click on “<strong>Next</strong>”
<p><img alt="" src="http://farm3.static.flickr.com/2350/2540109894_d5264c06e9.jpg?v=0">
<p><strong>7.</strong> Now let’s select the volume we want to capture, in our case <strong>C:</strong>. And put a name for the image that will be uploaded as long with a description.
<p><img alt="" src="http://farm3.static.flickr.com/2179/2539288583_511daf6262.jpg?v=0">
<p>It’s important to note that if the sysprep process did not completed properly no volume will be available to select.
<p><strong>8.</strong> On the next window you must select <strong>where the .wim file will be temporary stored locally</strong>. Select to keep it on the root C: (this file it’s not uploaded within the image).
<p><img alt="" src="http://farm3.static.flickr.com/2187/2539289623_d4dc1714df.jpg?v=0">
<p><strong>9.</strong> Select the option “<strong>Load the image to a WDS server</strong>”; put the name of the server and click on “<strong>Connect</strong>”
<p><img alt="" src="http://farm4.static.flickr.com/3113/2540111090_0a5e59ff00.jpg?v=0">
<p><strong>10.</strong> You will be <strong>prompted with credentials</strong>, use a privileged account on the domain or local administrator account of the WDS server.
<p><strong>11</strong>. Now select the <strong>image group name</strong> where you want to store the new image and click on <strong>Finish</strong>.
<p>Here the process of the image compression and preparation starts, this could take several minutes (~30 mins to ~1hr) depending on the image size and the hardware involved. After this process, the image is uploaded to the WDS server.
<p>After it completes, check on the <strong>WDS console</strong>, the image should be uploaded and ready to be deployed.
<p>Still we have not configured any unattended file, so the image can be deployed but the entire OS configuration should be entered manually, like on normal OS installation but all the programs will be installed.
<p>For the <strong>unattended files preparation and configuration take a look to the third post of WDS</strong>.
<p><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/">Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part I)</a><br /><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/">Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part III)</a>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=31&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2068/2219751870_da475c604e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3205/2447534578_615340b37d.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2082/2447576666_823e1a9590.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3041/2539287263_b91c679175.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3097/2540109246_a3503327f2.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2105/2540109994_a58bf0b331.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3075/2539288049_de330bc3a2.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2350/2540109894_d5264c06e9.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2179/2539288583_511daf6262.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2187/2539289623_d4dc1714df.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3113/2540111090_0a5e59ff00.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part I)</title>
		<link>http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/</link>
		<comments>http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 20:41:28 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Deployment Services (WDS)]]></category>
		<category><![CDATA[Image Deployment]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/</guid>
		<description><![CDATA[I’ve prepared a complete guide to configure a WDS Server on Windows Server 2008 or Windows Server 2003 to deploy complete operating systems images, this is the first part. In this post I’ll be setting the WDS requirements, installation, first configurations and images needed. Introduction Deploying operating systems it’s always a hard thing to do. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=30&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’ve prepared a complete guide to configure a <strong>WDS Server on Windows Server 2008 or Windows Server 2003 to deploy complete operating systems images</strong>, this is the first part. In this post I’ll be setting the <strong>WDS requirements, installation, first configurations and images needed. </strong>
<p><strong>Introduction</strong>
<p>Deploying operating systems it’s always a hard thing to do. Annoying, uncomfortable, but necessary for every environment. Why? Because every desktop computer on every organization has their own life cycle (even servers, a longer one, but cycle at last).
<p>Even if your organization doesn’t have many desktops and even if those desktops don’t seem to need an image refresh in several months; the dynamics of today’s technology makes your base operating systems to change: Updates available, service packs, a new version of your organization’s software, newer operating systems, etc. And don’t forget the consequences of any user’s intervention: overloading the hard drive, personal software installation, etc; transforming always into a need to a fresh new installation. No need to keep enumerating things that normally happens; you probably know all of them.
<p><strong>Common Base Image Life Cycle</strong>
<p><img alt="" src="http://farm3.static.flickr.com/2375/2218959129_4817a46eb1.jpg?v=0">
<p>The bottom line is that a <strong>good and automated system to deploy your full operating systems images will significantly (<em>and I do mean significantly</em>) improve your daily tasks</strong>: Making an <strong>awkward job of following the installations steps for maybe 2 or 3 hours</strong> and transforming it <strong>to 30mins of a complete unattended provisioning</strong>. Here’s where Windows Deployment Services comes to play.
<p>First of all I want to thank a friend of mine, <a href="http://leonardoamaya.spaces.live.com/">Leonardo</a>, who made a great “How To”, in Spanish, for WDS with Windows Server 2003 SP1, here’s the <a href="http://leonardoamaya.spaces.live.com/blog/cns!61EC4ACB7FEC55A9!312.entry">link</a> to see it. Also you can find the Microsoft document “<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=941D4393-AB37-4047-B9C5-616B79D73301&amp;displaylang=en">Deploying and Managing the Windows Deployment Services Update on Windows Server 2003</a>”.
<p><strong>Requirements</strong>
<p>- <strong>Windows Server 2008</strong> or <strong>Windows Server 2003 SP2 <strong>*</strong></strong> for the WDS server .
<p>- <strong>Active Directory and DNS</strong> up and working.
<p>- <strong>DHCP</strong> server available and authorized by Active Directory on your network. Linux DHCP servers do not need to be authorized by AD.
<p>- On the client side: <strong>NICs PXE compliant</strong>.<br /><em>Almost all of Network Adapter that are available for several years now are in fact PXE compliant, so I think you don’t have to worry about that. </em>
<p>(<em>Optional</em>) And if we want to create our own <strong>unattended files: </strong>
<p>- <strong>Windows Automated Installation Kit (WAIK).</strong><br />We will use of this kit the <strong>Windows System Image Manager</strong> to create our Unattended Files for installation. Here’s the <a href="http://www.microsoft.com/downloads/details.aspx?familyid=C7D4BC6D-15F3-4284-9123-679830D629F2&amp;displaylang=en">link</a> to download the DVD image for installation.
<p><strong>Hardware Requirements</strong>
<p>- <strong>Processor</strong>: No special specs on processor characteristics, but of course to WDS work properly you will need a <strong>Pentium III 800 MHz or higher</strong>.
<p>- <strong>Memory</strong>: 256mb minimum.
<p>- <strong>HD</strong>: Recommended <strong>30 GB of free space</strong> on the disk that will be used for images storing. <em><br />It always depends on the images amount of images you will use to deploy. For example, I have over <strong>5 full Vista images</strong> (meaning operating system, Office 2007 and several other applications) and <strong>less than 10 GB of disk space used</strong>. </em>
<p><strong>Installation</strong>
<p>To install WDS on a Windows Server 2003 SP2 you only need to add the component from “<strong>Add or Remove Programs</strong>”
<p><img alt="" src="http://farm3.static.flickr.com/2210/2219751544_750643ddda.jpg?v=0">
<p>To install it on <strong>Windows Server 2008</strong>&nbsp; it is practically the same procedure, just add the Windows Deployment Services role from the “<strong>Add Role Wizard</strong>“. After that, all the configurations tasks are the same, since it is the same snap-in; and you’ll get bonus options using WDS on W2K8, like <strong>multicasting transmissions</strong>. I’ll comment this on the next posts.
<p><img alt="" src="http://farm3.static.flickr.com/2276/2220109713_159cc2e437.jpg?v=0">
<p><strong><em>*</em></strong><em> To install Windows Deployment Services on <strong>Windows Server 2003 SP1</strong> first you must install the “Remote Installation Service” (RIS) component, you will not need to configure anything special with this component. After that, you have to use WAIK media: in the options you will find the Windows Deployment Services for installation. </em>
<p><strong>Configuration</strong>
<p>Once installed, access the <strong>“Windows Deployment Services” snap-in</strong>.
<p><img alt="" src="http://farm3.static.flickr.com/2028/2219751488_32000a6ea8.jpg?v=0">
<p>On the console, to get started <strong>right-click on the listed server and select “Configure Server”</strong>.
<p>Here are the <strong>considerations</strong> you need to have to configure your server properly.
<p><strong>Configuring the Server</strong>
<p>- <strong>After you selected the folder where you are going to store all the images for WDS, you need to check on the DHCP settings</strong>. The wizard will explain you about this option.
<p>Since in my example I have a <strong>Microsoft-DHCP Server working on a different server from the WDS, these two options will remain unchecked.</strong> If you have both, WDS and DHCP, on the same server you should check both options. <img alt="" src="http://farm3.static.flickr.com/2214/2218959361_2eff6cb392.jpg?v=0">
<p>- <strong>Response Configurations</strong>: This is where you set to which clients you will respond when you receive a PXE request.
<p><img alt="" src="http://farm3.static.flickr.com/2082/2218958967_62ffecb41b.jpg?v=0">
<p><strong>The difference between known clients and unknown is set on if the Computer Object exists on Active Directory</strong>.
<p><strong></strong>If you want to create the computer objects before running WDS on that computer, you should have the <strong>GUID</strong> of that computer and include that information on the computer object. When you create the object on <strong>Active Directory, using “Active Directory Users and Computers” you need to set that “This is a managed computer</strong>” and insert the GUID.
<p><img alt="" src="http://farm3.static.flickr.com/2378/2219751436_152c44346b.jpg?v=0">
<p>Selecting this option can be really annoying if you want to improve your deployment, because you have to add the object first on Active Directory every time that you want to deploy an image, but it’s of course the more secure option to apply.
<p>Or you can use the option “<strong>For unknown clients, notify administrator and respond after approval</strong>”. With this option, all the unknown clients that request to boot from PXE will appear to you in“<strong>Pending Devices</strong>” on your console, from there you can approve or decline them.
<p><img alt="" src="http://farm3.static.flickr.com/2017/2218959463_c3c6c54a14.jpg?v=0">
<p>Or simply use the option “<strong>Respond to all (unknown and known) computer clients</strong>” and when you don’t need WDS, you can just stop the service to avoid any rogue clients.
<p>On the final step of the wizard, select to start adding images now are we are ready to go!
<p><strong>Adding Boot Images</strong>
<p>Before creating a complete image to be deployed with WDS, we need to <strong>add first a Windows Pre-Installation image (WindowsPE)</strong>. With this image we provide the server with a pre installation environment needed for all installations. WindowsPE comes, as all the new operating systems, in a WIM format, included in the Vista or Windows 2008 installation media.
<p><strong>1 -</strong> To add the image, expand the server options on the console and on the “<strong>Boot Images</strong>” select “<strong>Add Boot Image</strong>”. Remember that this WindowsPE that we are adding will be the same for all the operating systems that we are going to use with WDS.
<p><img alt="" src="http://farm3.static.flickr.com/2068/2219751870_da475c604e.jpg?v=0">
<p><strong>2 -</strong> Select “<strong>Browse</strong>” and check on the Vista or Windows 2008 installation media for the folder “<strong>Sources</strong>” and the file “<strong>boot.wim</strong>”. This is our WindowsPE.
<p><img alt="" src="http://farm3.static.flickr.com/2080/2218959315_46159ab066.jpg?v=0">
<p><strong>3 -</strong> Select the name for this image and click on “<strong>Next</strong>”
<p><img alt="" src="http://farm3.static.flickr.com/2063/2218959507_dae4ba9847.jpg?v=0">
<p><em>Note: You can also use, of course, the x64 WindowsPE. Will be discussing it later</em>.
<p><strong>4 -</strong> Review the summary and click on “<strong>Next</strong>”.
<p>And now the Windows Pre-Installation Environment is available to boot from your network.
<p><strong>A clean Vista installation?</strong>
<p>The procedure to add a clean Vista installation to WDS it’s pretty simple and practically the same procedure as for the boot image. As a good practice <strong>you should always have a clean Vista installation available on your server</strong>, here are some reasons:<br />
<blockquote>
<p><em>1 –</em> The unattended files that you may use on full images deployment also apply to clean installations.<br /><em>2 –</em> WDS use a <strong>smart storage method</strong>, <strong>which does not duplicate any installation files</strong>. Meaning that if you save a clean installation of Vista and you add later a full Vista image with several applications included, <strong>all the new information that is stored are the differential (delta) files between those two.</strong><br /><em>3 –</em> <strong>Rearm activations</strong>: If you use the command line “<strong><em><a href="http://itsvista.com/2007/01/itsvista-tip-24-run-vista-for-120-days-without-activation-using-slmgrs-rearm-function/">slmgr –rearm</a></em></strong>” on the Vista installations to reset back your grace period back to 30 days, you should know that Vista only allows 3 times to run this command. But when you deploy a full image, the times that you can run this command line reduces according to the time when the image was created. But using the clean WIM file extracted from the Vista media, does not have that drawback when you run the rearm command.<br /><em>4 –</em> Having a clean installation always available that you can deploy any time will help you when you need to make changes to the default installation image or when you need to start a new one from the scratch. </p>
</blockquote>
<p>Here are the steps (again, you have to use the Vista installation media):
<p><strong>1 –</strong> On the WDS console, right click on “<strong>Install Images</strong>” and select “<strong>Add Image Group</strong>”
<p><img alt="" src="http://farm3.static.flickr.com/2327/2219751388_8860f931c4.jpg?v=0">
<p><strong>2 –</strong> Select the <strong>name</strong> that you are going to use for this group. For Example: VistaInstallation.
<p><img alt="" src="http://farm3.static.flickr.com/2340/2218959619_84b829e6a0.jpg?v=0">
<p><strong>3 –</strong> Right click on “<strong>Install Images</strong>” again and select “<strong>Add Install Image</strong>”. When the wizard starts select to use the group you’ve just created and click “<strong>Next</strong>”.
<p><img alt="" src="http://farm3.static.flickr.com/2213/2218959649_d0571eea38.jpg?v=0">
<p>4 – On the next window, browse the Vista media for the folder “<strong>Sources</strong>” and select the file “<strong>install.wim</strong>” and click “<strong>Next</strong>”
<p><img alt="" src="http://farm3.static.flickr.com/2403/2219752028_344e5c9cf3.jpg?v=0">
<p>5 – Since the Vista installations always include all the versions on the same file, we should select only the one that apply for our case. In my case, <strong>Windows Vista Ultimate</strong>. Click “<strong>Next</strong>”
<p><img alt="" src="http://farm3.static.flickr.com/2223/2219751922_884f58dfbb.jpg?v=0">
<p>6 – On the summary window click “<strong>Next</strong>” and the image will start to upload to your server.
<p>At this point <strong>we have all the necessary components to deploy a clean image for Vista from the network; but the installation remains attended</strong>. So, the disk configuration and the Vista options (language, product key, computer name, etc) still need to be manually inserted.
<p>We’ll be reviewing in the next posts a complete unattended installation for Windows Vista and also making a personalize installation of the operating system.
<p><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-ii/">Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part II)</a><br /><a href="http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-iii/">Installing and Configuring WDS (Windows Deployment Services): Full Images Deployment (Part III)</a>&nbsp;
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=30&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2008/12/12/installing-and-configuring-wds-windows-deployment-services-full-images-deployment-part-i/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/1cec2d2550378b6bd686e5ae7e0523c5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">aalvarez82</media:title>
		</media:content>

		<media:content url="http://farm3.static.flickr.com/2375/2218959129_4817a46eb1.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2210/2219751544_750643ddda.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2276/2220109713_159cc2e437.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2028/2219751488_32000a6ea8.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2214/2218959361_2eff6cb392.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2082/2218958967_62ffecb41b.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2378/2219751436_152c44346b.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2017/2218959463_c3c6c54a14.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2068/2219751870_da475c604e.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2080/2218959315_46159ab066.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2063/2218959507_dae4ba9847.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2327/2219751388_8860f931c4.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2340/2218959619_84b829e6a0.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2213/2218959649_d0571eea38.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2403/2219752028_344e5c9cf3.jpg?v=0" medium="image" />

		<media:content url="http://farm3.static.flickr.com/2223/2219751922_884f58dfbb.jpg?v=0" medium="image" />
	</item>
	</channel>
</rss>
