<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Injecting Intel Matrix Mass Storage Drivers into a Windows XP WIM</title>
	<atom:link href="http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/feed/" rel="self" type="application/rss+xml" />
	<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/</link>
	<description></description>
	<lastBuildDate>Tue, 31 Aug 2010 20:12:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Matt</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-6464</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 11 May 2010 18:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-6464</guid>
		<description>Nevermind! I fail to read!</description>
		<content:encoded><![CDATA[<p>Nevermind! I fail to read!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-6463</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Tue, 11 May 2010 18:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-6463</guid>
		<description>Found this by accident, and it looks like a great tip also for repairing broken storage drivers when updates.  I have one question though, you have &quot;ClassGUID&quot;=&quot;{4D36E96A-E325-11CE-BFC1-08002BE10318}&quot; listed in the Reg file.  What did you do to get that long hex ID?</description>
		<content:encoded><![CDATA[<p>Found this by accident, and it looks like a great tip also for repairing broken storage drivers when updates.  I have one question though, you have &#8220;ClassGUID&#8221;=&#8221;{4D36E96A-E325-11CE-BFC1-08002BE10318}&#8221; listed in the Reg file.  What did you do to get that long hex ID?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyd</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-5701</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Tue, 02 Mar 2010 23:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-5701</guid>
		<description>s0n, I&#039;m not sure why it&#039;s prompting you for the file. You could try copying the iaStor driver files to sysprep\i386 and then adding that folder to the OEMPnPDriversPath in Sysprep.inf. 
Example:

 OEMPnPDriversPath=WINDOWS\drivers;sysprep\i386</description>
		<content:encoded><![CDATA[<p>s0n, I&#8217;m not sure why it&#8217;s prompting you for the file. You could try copying the iaStor driver files to sysprep\i386 and then adding that folder to the OEMPnPDriversPath in Sysprep.inf.<br />
Example:</p>
<p> OEMPnPDriversPath=WINDOWS\drivers;sysprep\i386</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s0n-</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-5632</link>
		<dc:creator>s0n-</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-5632</guid>
		<description>This works great for me but it looks like its prompting me for the iaStor.sys file on sysprep although it is located within system32\Drivers and once i point it there it works fine.  Any idea?</description>
		<content:encoded><![CDATA[<p>This works great for me but it looks like its prompting me for the iaStor.sys file on sysprep although it is located within system32\Drivers and once i point it there it works fine.  Any idea?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyd</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-5241</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:49:51 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-5241</guid>
		<description>Hey Andy,

Glad I could help. PSU has a lot of different IT departments, and not every department handles imaging the same way. While PSU as whole does not use USB drives to image machines, the department I work in (Classroom and Lab Computing) does for the lab computers. Additionally, we share this image with other PSU departments as part of our &lt;a href=&quot;http://clc.its.psu.edu/UnivServices/CLM/&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;Cooperative Lab Management&lt;/a&gt; initiative. We use USB drives because they are much faster and more reliable than CD/DVD drives. Another reason we use USB drives is because they are much easier to update them compared to CD/DVDs. 

When the image is updated, we use a robocopy command that copies the new files from a network share to the USB key. We also have a batch file for formatting the USB drive to make it bootable (which essentially is a series of DISKPART commands). For us, this is much faster than burning new DVDs and distributing them to every staff member that needs it. 

Thanks for the comments,

Matt</description>
		<content:encoded><![CDATA[<p>Hey Andy,</p>
<p>Glad I could help. PSU has a lot of different IT departments, and not every department handles imaging the same way. While PSU as whole does not use USB drives to image machines, the department I work in (Classroom and Lab Computing) does for the lab computers. Additionally, we share this image with other PSU departments as part of our <a href="http://clc.its.psu.edu/UnivServices/CLM/" target="_blank" rel="nofollow">Cooperative Lab Management</a> initiative. We use USB drives because they are much faster and more reliable than CD/DVD drives. Another reason we use USB drives is because they are much easier to update them compared to CD/DVDs. </p>
<p>When the image is updated, we use a robocopy command that copies the new files from a network share to the USB key. We also have a batch file for formatting the USB drive to make it bootable (which essentially is a series of DISKPART commands). For us, this is much faster than burning new DVDs and distributing them to every staff member that needs it. </p>
<p>Thanks for the comments,</p>
<p>Matt</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-5240</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-5240</guid>
		<description>Great post, really helped me out.

Ghost can edit ntfs partitions and has a for a while.  To make the registry changes navigate to the system hive, drag it to a folder on your machine, edit it and drag it back.

PSU uses disk keys to image their machines?  What happens when you update an image?</description>
		<content:encoded><![CDATA[<p>Great post, really helped me out.</p>
<p>Ghost can edit ntfs partitions and has a for a while.  To make the registry changes navigate to the system hive, drag it to a folder on your machine, edit it and drag it back.</p>
<p>PSU uses disk keys to image their machines?  What happens when you update an image?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyd</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-4750</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Tue, 17 Nov 2009 01:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-4750</guid>
		<description>The easiest way would be to add the command &quot;cd \&quot; to edit the startnet.cmd file that&#039;s in the WinPE image. startnet.cmd is in the System32 folder of the WinPE image.</description>
		<content:encoded><![CDATA[<p>The easiest way would be to add the command &#8220;cd \&#8221; to edit the startnet.cmd file that&#8217;s in the WinPE image. startnet.cmd is in the System32 folder of the WinPE image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooklynzoo81</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-4727</link>
		<dc:creator>Brooklynzoo81</dc:creator>
		<pubDate>Sat, 14 Nov 2009 21:43:49 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-4727</guid>
		<description>Hello again. I was finally able to create that Winpe CD disk with ghost and imagex.  The question i have now is would you know on how to change to default path of X:\Windows\system32 to lets say just X: on boot up?  thanks.</description>
		<content:encoded><![CDATA[<p>Hello again. I was finally able to create that Winpe CD disk with ghost and imagex.  The question i have now is would you know on how to change to default path of X:\Windows\system32 to lets say just X: on boot up?  thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boyd</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-4707</link>
		<dc:creator>Boyd</dc:creator>
		<pubDate>Wed, 11 Nov 2009 15:15:27 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-4707</guid>
		<description>If you have any questions about creating the WinPE image I&#039;ll be happy to try and answer them. I use it a lot.</description>
		<content:encoded><![CDATA[<p>If you have any questions about creating the WinPE image I&#8217;ll be happy to try and answer them. I use it a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooklynzoo81</title>
		<link>http://iboyd.net/index.php/2009/05/26/injecting-intel-matrix-mass-storage-drivers-into-a-windows-xp-wim/comment-page-1/#comment-4670</link>
		<dc:creator>Brooklynzoo81</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://iboyd.net/?p=167#comment-4670</guid>
		<description>Thanks for the quick reply on this.  I am just getting stuck and confused on trying to create this WinPE CD with ghost.</description>
		<content:encoded><![CDATA[<p>Thanks for the quick reply on this.  I am just getting stuck and confused on trying to create this WinPE CD with ghost.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
