<?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 XP Embedded</title>
	<atom:link href="http://blog.augustoalvarez.com.ar/category/windows-xp-embedded/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 XP Embedded</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>Preparing and Installing Windows XP Embedded Images &#8211; Part III: Using Remote Boot</title>
		<link>http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-iii-using-remote-boot/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-iii-using-remote-boot/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 19:15:05 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Embedded]]></category>
		<category><![CDATA[Windows XP Embedded]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-iii-using-remote-boot/</guid>
		<description><![CDATA[After what we’ve seen on the previous posts: Setting up the environment (Part I) and building an Windows XP Embedded Image (Part II) we can complete the remote boot process with diskless devices with this last part. There are special hardware requirements for this procedure and could get a little tricky. In the computer you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=87&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After what we’ve seen on the previous posts: Setting up the environment (<a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/"><strong>Part I</strong></a>) and building an Windows XP Embedded Image (<a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/"><strong>Part II</strong></a>) we can complete the remote boot process with diskless devices with this last part.
<p>There are special hardware requirements for this procedure and could get a little tricky. In the computer you are using to prepare the image (the server), you need an additional hard disk (or virtual disk) which you will use to boot the image from.
<p>To prepare the image for remote booting:
<p>1. Add a <b>second drive</b> to the machine that act as server. Format the volume and set it like an “Active” partition.
<p>2. Copy all of the files that were created on the Windows Embedded Images subfolder you chose to a second disk (virtual disk if you are using virtual machines)
<p><img src="http://farm4.static.flickr.com/3091/3115941805_86b84dc3a7.jpg?v=0">
<p><b>Note</b>: Since this disk will be used to boot an operating system image, remember that the partition within must be <b>Active</b>. Otherwise the operating system will not boot.
<p>3. After copying all of the files to the second hard disk, move it to a client machine and boot that client using the disk.
<p><img src="http://farm4.static.flickr.com/3087/3115941827_4a59c58b4d.jpg?v=0">
<p>4. After the image boots, you’ll see that several components are configured in the image, by a process named <b>First Boot Agent</b>. This process takes a few minutes to complete.
<p>If you are using the <b>System Cloning Tool</b>, then <b>fbreseal</b> is run in the first boot, as the last step of the <b>First Boot Agent</b>. As stated before, if the image is rebooted afterwards, the image gets a new name and SID, so the reseal process is lost. As you <b>need to keep it for diskless computers, don’t reboot after you see the following message</b>. <b>Turn off</b> the computer instead.
<p><img src="http://farm4.static.flickr.com/3121/3116768378_584dd2f179.jpg?v=0">
<p>5. After shutting down the computer, remove the disk and place it as the secondary disk on the computer you use for creating the image. That is the image that will be uploaded to the remote boot server and downloaded by each diskless client.<br />
<h4><a name="_Toc186621139">Using SDI Loader and SDI script</a></h4>
<p>Now that you have the operating system resealed in the secondary disk, it’s time to create the SDI image. You will create two SDI files, one for storing the image as it is copied from the physical (or virtual) disk, and a second one that will store the final image that the clients will use for remote booting.
<p>1. Open SDI Loader from <b>Start</b> | <b>All Programs</b> | <b>Microsoft Windows Embedded Studio</b>
<p><img src="http://farm4.static.flickr.com/3222/3115941919_6dfb6a3f61.jpg?v=0">
<p>2. Click on <b>Add Disk</b>
<p>3. As you are creating a new SDI, type the name of a new file (like xpe-partition.sdi) and select <b>Add</b>
<p>4. Since the file is new, a dialog will ask if you’d like to create the file. Answer <b>Yes</b>
<p><img src="http://farm4.static.flickr.com/3059/3115941949_c8a4a6c76f.jpg?v=0">
<p>5. The next step is to set the image size. The image size must be:
<p>a. At least the size that the files on the resealed disk + some space for temporary files
<p>b. At most half of the total system RAM (ie, if the client has 512mb of RAM, the image limit is 256mb)
<p>c. There is a practical image limit of 500mb. Beyond that, it is likely that the image won’t boot.
<p><img src="http://farm4.static.flickr.com/3187/3115941981_38f58afce7.jpg?v=0">
<p>This SDI file represents the partition that hosts the operating system. Set the image size and click <b>OK</b>
<p>6. After the SDI file is created, a new virtual disk will be automatically added to the server. The disk needs to be partitioned, formatted and mounted. From the <b>Control Panel</b> | <b>Administrative Tools</b> open <b>Computer Management</b>. Select the <b>Disk Management</b> item from the left pane
<p>a. The following dialog will appear notifying of the new disk. Click on <b>Next</b>
<p><img src="http://farm4.static.flickr.com/3247/3116768542_c2c344430b.jpg?v=0">
<p>b. Make sure the disk is selected and click on <b>Next</b>
<p><img src="http://farm4.static.flickr.com/3283/3116768594_4285fbd0da.jpg?v=0">
<p>c. Since you won’t use a dynamic disk, leave the disk unmarked in the following screen, and click on Next
<p><img src="http://farm4.static.flickr.com/3138/3116768644_e066af4335.jpg?v=0">
<p>d. Click on <b>Finish</b> to close the dialog
<p>e. Right click on the newly created disk and choose <b>New Partition</b>
<p><img src="http://farm4.static.flickr.com/3130/3115942127_0f1d32fe93.jpg?v=0">
<p>f. In the wizard that opens, click on <b>Next</b>
<p>g. Choose <b>Primary partition</b> type and click on <b>Next</b>
<p> h. Leave the maximum partition size and click on Next
<p>i. Assign a letter to it (like <b>F</b>) and click on <b>Next</b>
<p>j. Make sure that the selected <b>File system</b> is <b>NTFS</b> and click on <b>Next</b>
<p>k. Click on <b>Finish</b> to format the disk.
<p>7. With the partition created, move the files from the disk that was used for the first boot to the virtual partition
<p><img src="http://farm4.static.flickr.com/3190/3115942171_f3844c7507.jpg?v=0">
<p>8. <i>Optionally</i>, if you need to add additional files to the disk, you can copy them in this step.
<p>9. The next step is to create a remote bootable disk, based on the virtual disk you completed in the previous step. To do that, you will use the <b>SDImgr.wsf</b> script, located in the <b>Windows Embeddedutilities</b> folder.
<p>Open a command prompt and type the following (each command in a line):
<p>cd &#8220;c:Program FilesWindows Embeddedutilities&#8221;<br />cscript SDImgr.wsf /new c:ramdisk.sdi<br />cscript SDImgr.wsf c:ramdisk.sdi /readpart:<i>F:</i>
<p>Replace <i>F:</i> by the unit letter in which you mounted the virtual partition.
<p><b>Note:</b> All the explorer windows must be closed, including the Disk Management snap-in. When this procedure is running, the script tries to lock (exclusively) the partition and if some program is using it, the procedure will fail.
<p><img src="http://farm4.static.flickr.com/3222/3115942211_2cf4d38133.jpg?v=0">
<p>10. After completing the process, you will have a working remotely-bootable disk, stored on <b>C:ramdisk.sdi</b>. To make it deployable by the Remote Boot Manager, copy the file to <b>C:Program FilesWindows EmebeddedRemote Boot ManagerDownloads</b>.
<p>The Remote Boot Manager requires the images to be stored on that location. <br /> <br />
<h3><a name="_Toc186621140">Configuring Remote Boot Manager</a></h3>
<p>The last task to make the image remotely deployable is to configure the Remote Boot Manager to send the image to the clients whenever they request.
<p>1. Take note of the MAC Address (comprised of 12 hex digits) for the computers that will boot remotely. If you are using virtual machines you can easily find out the client NIC’s MAC address by taking a look to the Network Adapter options.
<p>2. Open the <b>Remote Boot Manager</b>, from <b>Start</b> | <b>All Programs</b> | <b>Microsoft Windows Embedded Studio</b>
<p>3. For each diskless computer that will boot remotely, add a new row to the grid, using the following values
<p>a. Type down the <b>MAC Address</b> of the NIC you are configuring
<p>b. Since the <b>Boot Server</b> is the local machine, leave the field at 0.0.0.0
<p>c. As the <b>Boot Program</b>, select the <b>startrom.n12</b> option. This boot program boots the client computer without asking for confirmation. Since the client computers may not have a keyboard or monitor attached, this is the preferred choice
<p>d. As the <b>Image File Name</b> type the name of the second SDI file. In this case, type <b>ramdisk.sdi</b>
<p>4. Click on <b>Save<br /></b><br />
<h3><a name="_Toc186621141">Booting client machines</a></h3>
<p>Now that you have set up the DHCP server, created the image and set up the Remote Boot Server, it is time to boot the client machines.
<p>When configuring each client machine, verify that each machine has PXE network booting enabled.
<p>To verify that all of the previous steps were performed correctly, try booting a machine, verifying that it is booting from PXE. After it receives the IP from the DHCP will load the image and the configuration from the Remote Boot Server.
<p><em>Client receiving image from the server</em><br /><img src="http://farm4.static.flickr.com/3076/3115942233_003f3b084e.jpg?v=0">
<p><em> Client booting the image downloaded<br /><img src="http://farm4.static.flickr.com/3008/3115942297_db9e9f0ef8.jpg?v=0"><br /></em></p>
<p>Well that&#8217;s pretty much for now with Windows XP Embedded. I&#8217;ll be reviewing Windows Embedded Standard 2009 on next posts.</p>
<p>Hope you found it useful.</p>
<p>Cheers</p>
<p><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/"><strong>Preparing and Installing Windows XP Embedded Images &#8211; Part I: Setting up the Environment</strong></a>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/">Preparing and Installing Windows XP Embedded Images &#8211; Part II: Building Images</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/87/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/87/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/87/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=87&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-iii-using-remote-boot/feed/</wfw:commentRss>
		<slash:comments>49</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/3091/3115941805_86b84dc3a7.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3087/3115941827_4a59c58b4d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3121/3116768378_584dd2f179.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3222/3115941919_6dfb6a3f61.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3059/3115941949_c8a4a6c76f.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3187/3115941981_38f58afce7.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3247/3116768542_c2c344430b.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3283/3116768594_4285fbd0da.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3138/3116768644_e066af4335.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3130/3115942127_0f1d32fe93.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3190/3115942171_f3844c7507.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3222/3115942211_2cf4d38133.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3076/3115942233_003f3b084e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3008/3115942297_db9e9f0ef8.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Preparing and Installing Windows XP Embedded Images &#8211; Part II: Building Images</title>
		<link>http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 14:23:52 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Embedded]]></category>
		<category><![CDATA[Windows XP Embedded]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/</guid>
		<description><![CDATA[Now that the environment is ready as we’ve seen on the first part of these posts, let’s start on creating our own Windows XP Embedded image. There are involved different kinds of tools to accomplish this, but you will see that is a simple process at the end of it. The big picture of this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=82&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[</p>
<p>Now that the environment is ready as we’ve seen on the <a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/">first part</a> of these posts, let’s start on <strong>creating our own Windows XP Embedded image</strong>. There are involved different kinds of tools to accomplish this, but you will see that is a simple process at the end of it.
<p>The big picture of this process is that the images are built on the server; using the hardware data from the clients.<br />
<h4><a name="_Toc186621126">Target Analyzer</a></h4>
<p>This is the tool that you will use to get the <strong>hardware data from the clients</strong>.
<p>The data represents all the <strong>drivers</strong> that the Windows XP Embedded image will include to support the hardware on the clients. When Windows XP arrived you probably noticed that a huge difference appears on the hardware detection of the operating system; it’s mainly because the XP included almost every device driver that was available on the market. With Windows XP Embedded the same thing happens, but since you are customizing images for particular clients you must first find out the hardware that it’s available on them.
<p>Using <strong>Target Analyzer</strong> it’s very simple:
<p>1. First of all you’ll need <strong>access to the client’s machine</strong> to run this tool.&nbsp;
<p>If it’s a <em><strong>virtualized environment</strong></em> where the server and clients will be using same type of host (physical machine) then <strong>there&#8217;s no need to access to a &#8220;client machine&#8221;</strong> because the hardware will be the same as in the server. If that&#8217;s the case, on your server just access to the folder:
<p><b>C:Program FilesWindows Embeddedutilities</b>
<p><img src="http://farm4.static.flickr.com/3088/3115940785_231267b166.jpg?v=0">
<p>If they are not virtual machines and they have completely different hardware, you should copy those folder files to a client machine.
<p>2. Double click on <b>tap.exe</b> (Target Analyzer Pro).
<p><img src="http://farm4.static.flickr.com/3100/3116767304_12f0767cf6.jpg?v=0"> <br /><b>Note:</b> There’s also a simpler version of Target Analyzer available, named ta.exe. This tool only compiles a short list of your hardware, and is more suitable for smaller environments.
<p>3. The tool stored a file with all of the hardware information, named <b>devices.pmq</b>. You will use that file when creating the hardware image.
<p><img src="http://farm4.static.flickr.com/3035/3115940863_fd56af5570.jpg?v=0"><br />
<h4><a name="_Toc186621127">Using Target Designer</a></h4>
<p>The <b>Target Designer</b> is the main tool to build the images. Here you’ll add all the drivers necessary for your clients, components of Windows XP Embedded, etc.
<p>1. From the <b>Start menu</b>, <b>All Programs</b>, <b>Microsoft Windows Embedded Studio</b>, open <b>Target Designer</b>
<p><img src="http://farm4.static.flickr.com/3267/3115940953_d5431f8bd4.jpg?v=0">
<p>2. Create a new profile of the image that you’ll create. To do that, click on <b>File </b>| <b>New</b>. Select a name for your configuration and click <b>OK</b> to close the dialog
<p><img src="http://farm4.static.flickr.com/3113/3115940903_5730c3d158.jpg?v=0">
<p>3. The first thing to do is to import the hardware data. This way you will have more chances to succeed, avoiding the “missing drivers” problem. From the <b>File</b> menu click on <b>Import</b>
<p>4. Locate the file that was created with Target Analyzer: <b>devices.pmq</b>. That was left on the utilities folder. Click on <b>Open</b>
<p><img src="http://farm4.static.flickr.com/3131/3116767462_3833890e03.jpg?v=0">
<p>5. The <b>Import File</b> dialog will open. Click on <b>Start</b> to begin the process
<p><img src="http://farm4.static.flickr.com/3259/3116767522_de3d8aace2.jpg?v=0">
<p>6. After this process finishes, you’ll see on the center pane that all the hardware components were added to your new image.
<p><img src="http://farm4.static.flickr.com/3233/3116767584_52b3214b74.jpg?v=0"><br />
<h4><a name="_Toc186621128">Using Design Templates</a></h4>
<p>Now that you have the hardware components added, the next step is to add the required XP operating system components.
<p>On the left pane there are thousands of components that can be included to the images. The Design Templates will help you on adding the right components depending on the client machine profile that you are looking for.
<p>Each template was built targeted at a specific scenario.
<p><img src="http://farm4.static.flickr.com/3205/3116767614_c56b302fd0.jpg?v=0">
<p>You can check on the specific data and components included by each template by right-clicking on any template and selecting <b>Component Help</b>.
<p><img src="http://farm4.static.flickr.com/3066/3116767712_a0e7dfb553.jpg?v=0">
<p>To add the components within the template to the current image, you can right-click on the component and select <b>Add</b>, or just drag and drop the component to the image component list.
<p>Adding these templates will not automatically add all the components necessary for the XP Embedded image; those components will be added when the <b>Dependency Check</b> is run, which you will use afterwards.<br />
<h5><a name="_Toc186621129">RAM Disk Driver</a></h5>
<p>When creating a Windows XP Embedded image that will <b>boot remotely</b>, you need to add additional drivers. To be able to remotely load a disk image and keep it on RAM, the <b>RAM Disk Driver</b> is needed. This component is the one that is load to support booting an XP Embedded image from RAM memory.
<p>You can add it simply by using the <b>Search</b> option on the left pane of Target Designer. Use the phrase RAM Disk Driver to find the location of the component
<p><img src="http://farm4.static.flickr.com/3069/3115941261_4841555184.jpg?v=0">
<p>To add the component, you can right-click on it and choose <b>Add</b>, or you can drag it to the center pane.<br />
<h5><a name="_Toc186621130">System Cloning</a></h5>
<p>When you are deploying the environment on more than one client, it is a good idea to use the same image on each client, enabling large scale deployment. To be able to share the image, computer-specific information (such as computer name and security identifier) must be removed from the image.
<p>There is a tool named <b>fbreseal</b> (first boot reseal) that removes this computer-specific functionality. This tool is run on the first boot on the newly installed OS, and prepares the computer for deployment on several clients. When the computer is rebooted, the computer will generate a random computer name and SID.
<p>To add the <b>fbreseal</b> tool, locate and add the <b>System Cloning Tool</b> component.
<p><img src="http://farm4.static.flickr.com/3187/3115941291_4bb03c7d4e.jpg?v=0"><br />
<h4><a name="_Toc186621133">Checking Dependencies</a></h4>
<p>Now that you added all of the components and design templates necessary for your environment, it is time to check that all the components have the right dependencies in place.
<p>This process will add the components that are missing to complete and guarantee the correct functionality of the image.
<p>1. From the <b>Configuration</b> menu, click on <b>Check Dependencies</b>. This process may take a few minutes depending on the amount of components it has to process. When the process finishes, click on <b>Close</b> to continue<br /><img src="http://farm4.static.flickr.com/3288/3115941371_a5dacafc0e.jpg?v=0">
<p>2. When you close the dialog, you’ll notice that there are some new items in the lower pane (“<b>Tasks</b>”). These are related to some dependencies that you need to resolve to complete the image.
<p><img src="http://farm4.static.flickr.com/3095/3116767902_8c5f90e638.jpg?v=0">
<p>3. Double click on each of them and you’ll see a menu of options to decide the correct component for each case. Fix each dependency until you fulfill all of the dependencies. Repeat steps 1 to 3 until you get no more dependencies unsatisfied.
<p>These are the most common dependencies to resolve.
<p>a. <b>Regional and Language Options</b>. To be able to boot the OS, you need to choose which language(s) the operating system will support. Simply select the language that you’ll use on the clients and click on <b>OK</b>
<p><img src="http://farm4.static.flickr.com/3100/3116767978_90403a6619.jpg?v=0">
<p>b. <b>Advanced Configuration and Power Interface (ACPI)</b>. This component requires a boot loader to be specified. In this case, <b>NT Loader</b> is used (EWF NTLDR is used when booting from a read only media, like a CD)
<p><img src="http://farm4.static.flickr.com/3189/3116768014_045d8a2dd4.jpg?v=0">
<p>c. <b>Session Manager</b>. To be able to log in, the system requires a Session Manager. Depending on your project, you will use either <b>Minlogon</b> or <b>Windows Logon</b>. Their main difference is that <b>Minlogon</b> is the smallest and logs in the user automatically as System, and <b>Windows Logon </b>takes more space on the image, but allows logging in as different users
<p><img src="http://farm4.static.flickr.com/3093/3116768060_4d1de11aa9.jpg?v=0">
<p>d. <b>User Interface Core</b>. This component requires that the system should support a file system format, such as FAT or NTFS. Since <b>NTFS</b> supports permissions and compression, select it
<p><img src="http://farm4.static.flickr.com/3115/3115941633_043c4ce37d.jpg?v=0">
<p>e. <b>Windows Logon (Standard)</b> requires a shell to be specified. For the purposes of this image, just <b>Command Shell</b> is required
<p><img src="http://farm4.static.flickr.com/3271/3115941691_4f5de8b976.jpg?v=0"><br />
<h4><a name="_Toc186621134">Configuring Components</a></h4>
<p>When you are creating a Windows XP Embedded image, some components provide a configuration pane.<br />
<h5><a name="_Toc186621135">Windows Firewall Settings</a></h5>
<p>If you are deploying the XP Embedded Image with applications that require incoming network connections, the Windows Firewall component must be added and turned off. If the Firewall component is not installed, the default action is to reject incoming connections.
<p>This does not affect outgoing network connections.
<p><img src="http://farm4.static.flickr.com/3222/3116768214_f4d1f4a0b1.jpg?v=0"><br />
<h4><a name="_Toc186621137">Building the Image and the First Boot Agent</a></h4>
<p>After you checked that all the dependencies have been fulfilled, the next step is to build the operating system image.
<p>1. From the <b>Configuration</b> menu, click on <b>Build Image</b>
<p><img src="http://farm4.static.flickr.com/3212/3116768250_cd65a01ef0.jpg?v=0">
<p>2. Select a folder to store the files to be copied on the image. The default location is <b>C:Windows Embedded Images</b>
<p>3. Click on <b>Build</b>
<p>4. A message will appear saying that it’s recommended to run the dependency check since there were some changes from the last time that it was run. If there were no significant changes that was made that could make any difference on the dependencies, you can choose <b>No</b>. Otherwise choose <b>Yes.</b>
<p>After completing this process you can access to the folder where the files were introduce and check that the operating system files are created.
<p>With that you have an <strong>image ready to be used of Windows XP Embedded</strong>, please take notice of the <strong>size of this image</strong>, because if you are planning on having it with a <strong>remote boot on diskless devices you’ll need twice amount of RAM or sufficient space on your USB/Flash device</strong>.
<p>On the next post, we&#8217;ll see how to use this image on a Remote Boot environment with diskless devices.
<p>Cheers!
<p><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/"><strong>Preparing and Installing Windows XP Embedded Images &#8211; Part I: Setting up the Environment</strong></a>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-iii-using-remote-boot/">Preparing and Installing Windows XP Embedded Images &#8211; Part III: Using Remote Boot</a></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=82&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/feed/</wfw:commentRss>
		<slash:comments>34</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/3088/3115940785_231267b166.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3100/3116767304_12f0767cf6.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3035/3115940863_fd56af5570.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3267/3115940953_d5431f8bd4.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3113/3115940903_5730c3d158.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3131/3116767462_3833890e03.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3259/3116767522_de3d8aace2.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3233/3116767584_52b3214b74.jpg?v=0" medium="image" />

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

		<media:content url="http://farm4.static.flickr.com/3066/3116767712_a0e7dfb553.jpg?v=0" medium="image" />

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

		<media:content url="http://farm4.static.flickr.com/3187/3115941291_4bb03c7d4e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3288/3115941371_a5dacafc0e.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3095/3116767902_8c5f90e638.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3100/3116767978_90403a6619.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3189/3116768014_045d8a2dd4.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3093/3116768060_4d1de11aa9.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3115/3115941633_043c4ce37d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3271/3115941691_4f5de8b976.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3222/3116768214_f4d1f4a0b1.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3212/3116768250_cd65a01ef0.jpg?v=0" medium="image" />
	</item>
		<item>
		<title>Preparing and Installing Windows XP Embedded Images &#8211; Part I: Setting up the Environment</title>
		<link>http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/</link>
		<comments>http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 12:53:07 +0000</pubDate>
		<dc:creator>Augusto Alvarez</dc:creator>
				<category><![CDATA[Windows Embedded]]></category>
		<category><![CDATA[Windows XP Embedded]]></category>

		<guid isPermaLink="false">http://augustoalvarez.wordpress.com/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/</guid>
		<description><![CDATA[Embedded operating systems have been present among us since a long time ago. Windows XP Embedded and several others have been a part of tons of devices for various reasons: - Componentized version of the bigger operating system, with only the components that the user requires. - Small footprint: Around 40mb at minimum for Windows. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=50&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Embedded operating systems</strong> have been present among us since a long time ago. <strong>Windows XP Embedded</strong> and several others have been a part of tons of devices for various reasons:</p>
<p>- <strong>Componentized version</strong> of the bigger operating system, with only the <strong>components that the user requires</strong>.    <br />- <strong>Small footprint</strong>: Around 40mb at minimum for Windows.    <br />- <strong>Secure operating systems</strong>; with selected features installed we can reduce at minimum the attack surface.</p>
<p><em>Payphone working with Xp Embedded.     <br /></em><img alt="" src="http://farm4.static.flickr.com/3268/3174198302_456c911259.jpg?v=0" /></p>
<p>Microsoft recently released <strong><a href="http://www.microsoft.com/windowsembedded/en-us/products/westandard/default.mspx">Windows Embedded Standard 2009</a></strong> that will succeed Windows XP Embedded. This version <strong>it’s not actually the embedded version of Windows Vista</strong>. That embedded operating system is still in progress (expected for 2010) with the codename “<em>Quebec</em>” that will contain most of the Vista features, like Aero, Bit locker encryption, Windows Defender, etc.</p>
<p><strong>Windows Embedded Standard</strong> contains basically the same kernel than XP Embedded with a few improvements: <strong>Silverlight, .Net Framework 3.5, Internet Explorer 7, NAP</strong>, among other features.</p>
<h3>Diskless Operating System</h3>
<p>These types of operating system have been <strong>designed for special cases and special type of devices</strong> (like the one shown on that payphone), most of them that need a “<strong><em>locked-down</em></strong>” operating system, the <em>smaller and secure as possible</em>.</p>
<p>That’s why the design it’s prepared to use this operating system on <strong>diskless devices</strong>, having a <em>Remote Boot Manager server</em> that contains the client operating system image and the device requires the image from that server and <strong>boots it directly from RAM or an USB device</strong>. We’ll see how it works.</p>
<p>Enough with the introduction, let’s start with this <strong>step-by-step guide for Windows XP Embedded</strong>.</p>
<p>You can find the other two parts of this guide, here:</p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/">Preparing and Installing Windows XP Embedded Images &#8211; Part II: Building Images</a></strong></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-iii-using-remote-boot/">Preparing and Installing Windows XP Embedded Images &#8211; Part III: Using Remote Boot</a></strong></p>
<p>Let&#8217;s start with the system requirements.</p>
<p><a name="_Toc186621114"></a></p>
<h3>System Requirements</h3>
<h4><a name="_Toc186621115">Remote boot server</a></h4>
<p>- Windows Server 2003</p>
<blockquote><p>o R2 and SP2 are optional but recommended     <br />o DHCP role must be installed</p>
</blockquote>
<p>- Windows XP Embedded Studio Tools</p>
<blockquote><p>o Component Data Base Manager     <br />o Component Designer      <br />o SDI Loader      <br />o Target Designer      <br />o Target Analyzer      <br />o Remote Boot Manager</p>
</blockquote>
<h5>Hardware Requirements</h5>
<p>- Processor: Pentium III 800 MHz (Minimum)</p>
<p>- Memory: 256mb (Minimum)</p>
<p>- Hard Disk: <em>Enough space to store XP Embedded images</em></p>
<h4><a name="_Toc186621116">Clients</a></h4>
<h5>Hardware Requirements</h5>
<p>- Processor: Pentium III 800 MHz (Minimum)</p>
<p>- Memory: 512mb/1024mb   <br /><em>It must double the XP Embedded image size, so for 450mb images there should have 1 GB of memory available on the clients     <br /></em></p>
<h3><a name="_Toc186621117">Installing Windows XP Embedded</a></h3>
<h4><a name="_Toc186621118">Installing the Embedded Studio Tools</a></h4>
<p>We are considering using the installation of the Studio Tools with SP1 and then upgrade it SP2. This setup assumes that you are installing the tools in the computer that will act as a Remote Boot Server.</p>
<p>To install Windows XP Embedded SP2 tools, please follow these steps:</p>
<p>1. From the <strong>Disk 1</strong> of the installation files, run <strong>SETUP.EXE</strong></p>
<p>2. The installation Wizard starts. Select the <strong>Tools Setup</strong> tab, and click on <strong>Next</strong></p>
<p><img alt="" src="http://farm4.static.flickr.com/3091/3115939485_6a6de268ce.jpg?v=0" /></p>
<p>3. Accept the License Agreement terms, and click on <strong>Next</strong>.</p>
<p>4. Enter your user name, organization name and your license key number (a trial license number can be obtained from <a href="http://www.microsoft.com/windows/embedded/eval/trial.mspx">this</a> site). Click on <strong>Next</strong></p>
<p><img alt="" src="http://farm4.static.flickr.com/3220/3115939629_2bd43643ba.jpg?v=0" /></p>
<p>5. On the Installation type select <strong>Typical</strong>. Click on <strong>Next</strong></p>
<p><img alt="" src="http://farm4.static.flickr.com/3205/3115939707_41c6a2bee3.jpg?v=0" /></p>
<p>6. Now you will set the <strong>Windows Embedded Server</strong> as the local computer. To do this, leave the <strong>This Computer</strong> option marked and click on <strong>Next</strong></p>
<p><strong>Note</strong>: You can also change the <strong>default folder where the XP Embedded images</strong> will be stored when they are built.</p>
<p><img alt="" src="http://farm4.static.flickr.com/3247/3116766336_71793cc57c.jpg?v=0" /></p>
<p>7. Click on <strong>Install </strong>to complete the setup wizard.</p>
<p>After this installation completes, switch back to the <strong>Welcome to Windows XP Embedded</strong> installation window to install the remaining components.</p>
<h4><a name="_Toc186621119">Installing the Database Engine</a></h4>
<p>To create Windows XP Embedded images, the Designer component requires that a database must be installed and set up. The current version requires that MSDE should be installed the local computer (or a remote computer). This setup assumes that you will install MSDE on a local computer.</p>
<p>1. To set up the database, the first step is to install the database server. To do this, point and click on the <strong>Database Engine Setup</strong> tab</p>
<p><img alt="" src="http://farm4.static.flickr.com/3103/3115939883_b1eb30b561.jpg?v=0" /></p>
<p>The database engine will install without requiring user intervention.</p>
<p>2. Let’s install the database. To do this, point and click on the <strong>Database Setup </strong>tab</p>
<p>3. Click on <strong>Next</strong> and accept the <strong>License Agreement</strong></p>
<p>4. Enter your <strong>Product Key</strong> and click on <strong>Next</strong></p>
<p>5. Select the <strong>Typical</strong> installation option and click on <strong>Next</strong></p>
<p>6. Click on <strong>Install</strong> to begin the installation. The following message will pop up. Answer <strong>Yes</strong></p>
<p><img alt="" src="http://farm4.static.flickr.com/3256/3116766492_a4ffdeb4c3.jpg?v=0" /></p>
<p>Don&#8217;t worry; it just says that to create embedded images, a share folder will be created on the server with read-only permissions.</p>
<h4><a name="_Toc186621120">Upgrading the installation to Windows XP Embedded SP2</a></h4>
<p>To complete the installation, you must access <strong>Disk 3</strong> of the installation files and run <strong>setup</strong> from there. This will upgrade the components and tools to Service Pack 2 and will also install the <em>Remote Boot Server</em> from there.</p>
<p>1. Let’s update the database engine with the latest updates. To do this, point and click on the <strong>Database Engine Update</strong> tab on the left.</p>
<p><img alt="" src="http://farm4.static.flickr.com/3268/3115939983_2fcd33b5be.jpg?v=0" /></p>
<p>This process does not require user intervention.</p>
<p>2. Now let’s update the Windows XP Embedded Tools to SP2. To do this, point and click on the <strong>Tools Update</strong> tab on the left.</p>
<p><img alt="" src="http://farm4.static.flickr.com/3296/3115940039_5709926c11.jpg?v=0" /></p>
<p>3. A wizard will pop up. Click on <strong>Next</strong> to proceed with the installation.</p>
<p>4. Before installing the “<em>Database Update</em>” you must first <span style="text-decoration:underline;">verify that the Engine is already running on the server</span>. If you don’t reboot the computer after installing the database engine, the service is not yet started. To start it use the <em>services snap-in</em>, following these steps.</p>
<p>a. Click on the <strong>Start</strong> menu, select <strong>Run</strong> and type <strong>services.msc</strong>. Click <strong>OK</strong></p>
<p>b. On the services console, locate the <strong>MSSQLSERVER</strong> service</p>
<p>c. Check that the <strong>Startup Type</strong> is set to <strong>Automatic</strong></p>
<p>d. Check if the service is started. If not, right click on the service and select <strong>Start</strong></p>
<p><img alt="" src="http://farm4.static.flickr.com/3185/3116766730_8493a8686d.jpg?v=0" /></p>
<p><strong>Note:</strong> If the service is not started as it shows and if you try to update the database, this message will appear to you: &quot;<em>Cannot connect to the database &#8211; please check the database. Setup cannot continue</em>&quot;</p>
<p><img alt="" src="http://farm4.static.flickr.com/3279/3115940209_0a456f21e5.jpg?v=0" /></p>
<p>5. Switch back to the installation window. Point and click on the <strong>Database Update</strong> tab on the left.</p>
<p><img alt="" src="http://farm4.static.flickr.com/3192/3115940257_389052d46d.jpg?v=0" /></p>
<p>6. Before installing the update, a message will prompt with the warning that you should make a backup of the existing database before updating. This is an optional step. To continue, click the <strong>OK</strong> button.</p>
<p>7. A wizard window will open. Click on <strong>Next</strong> to continue.</p>
<p><img alt="" src="http://farm4.static.flickr.com/3174/3116766862_5f326b8979.jpg?v=0" /></p>
<p>8. The wizard will show the license agreement. Read and accept it, clicking on <strong>Install</strong> to continue.</p>
<p>The process will take several minutes, depending on your system characteristics. When the installation finishes, a summary will appear, including the modifications it performed on the installation. Click on <strong>Finish</strong> to close the dialog.</p>
<p><img alt="" src="http://farm4.static.flickr.com/3114/3115940483_8bfed1a8a4.jpg?v=0" /></p>
<p>9. [Optional] To set up a development environment you can also use the libraries that are included to test the applications outside the run-time images: <strong>Enhance Write Filter API</strong>.</p>
<p><img alt="" src="http://farm4.static.flickr.com/3089/3116767028_ddaa7d1fb9.jpg?v=0" /></p>
<p><img alt="" src="http://farm4.static.flickr.com/3264/3115940591_4e3fb3a767.jpg?v=0" /></p>
<h4><a name="_Toc186621121">Installing the Remote Boot Server</a></h4>
<p>The Remote Boot Server is in charge of providing remote computers the run time image of their OS. In this section you will install the associated component.</p>
<p>1. From the tab list on the left, click on <strong>Remote Boot Server</strong>.</p>
<p><img alt="" src="http://farm4.static.flickr.com/3274/3115940641_552abb8870.jpg?v=0" /></p>
<p>2. An installation dialog will appear. Click on <strong>Next</strong> to continue. When the dialog prompts to accept a license agreement, read and accept it.</p>
<p>3. Enter the values in <strong>User Name</strong> and <strong>Organization</strong> and click on <strong>Next</strong>.</p>
<p>4. Select the <strong>Typical</strong> installation type, click on <strong>Next</strong> to advance a screen and finally click on <strong>Install</strong> to start the installation process.</p>
<p><img alt="" src="http://farm4.static.flickr.com/3158/3115940731_02a8dbe0f3.jpg?v=0" /></p>
<p>When the process completes, you&#8217;ll have your environment ready for preparing Windows XP Embedded images.</p>
<p><strong><em>Note</em></strong>: Remember that the DHCP server must be up and working on the remote boot server to actually achieve the Remote Boot with the prepared images.</p>
<p>We&#8217;ll be reviewing the next steps on two more posts.</p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-ii-building-images/">Preparing and Installing Windows XP Embedded Images &#8211; Part II: Building Images</a></strong></p>
<p><strong><a href="http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-iii-using-remote-boot/">Preparing and Installing Windows XP Embedded Images &#8211; Part III: Using Remote Boot</a></strong></p>
<p>Cheers!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/augustoalvarez.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/augustoalvarez.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/augustoalvarez.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/augustoalvarez.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/augustoalvarez.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/augustoalvarez.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/augustoalvarez.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/augustoalvarez.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/augustoalvarez.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/augustoalvarez.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/augustoalvarez.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/augustoalvarez.wordpress.com/50/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/augustoalvarez.wordpress.com/50/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/augustoalvarez.wordpress.com/50/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blog.augustoalvarez.com.ar&amp;blog=5820778&amp;post=50&amp;subd=augustoalvarez&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blog.augustoalvarez.com.ar/2009/01/07/preparing-and-installing-windows-xp-embedded-images-part-i-setting-up-the-environment/feed/</wfw:commentRss>
		<slash:comments>44</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/3268/3174198302_456c911259.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3091/3115939485_6a6de268ce.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3220/3115939629_2bd43643ba.jpg?v=0" medium="image" />

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

		<media:content url="http://farm4.static.flickr.com/3247/3116766336_71793cc57c.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3103/3115939883_b1eb30b561.jpg?v=0" medium="image" />

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

		<media:content url="http://farm4.static.flickr.com/3268/3115939983_2fcd33b5be.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3296/3115940039_5709926c11.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3185/3116766730_8493a8686d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3279/3115940209_0a456f21e5.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3192/3115940257_389052d46d.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3174/3116766862_5f326b8979.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3114/3115940483_8bfed1a8a4.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3089/3116767028_ddaa7d1fb9.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3264/3115940591_4e3fb3a767.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3274/3115940641_552abb8870.jpg?v=0" medium="image" />

		<media:content url="http://farm4.static.flickr.com/3158/3115940731_02a8dbe0f3.jpg?v=0" medium="image" />
	</item>
	</channel>
</rss>
