<?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: Making a WinPE CD with HP SmartArray Raid Drivers</title>
	<atom:link href="http://basementjack.com/uncategorized/making-a-winpe-cd-with-hp-smartarray-raid-drivers/feed/" rel="self" type="application/rss+xml" />
	<link>http://basementjack.com/uncategorized/making-a-winpe-cd-with-hp-smartarray-raid-drivers/</link>
	<description>Jack&#039;s basement and some other stuff...</description>
	<lastBuildDate>Sun, 26 Feb 2012 23:40:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Mike Ward</title>
		<link>http://basementjack.com/uncategorized/making-a-winpe-cd-with-hp-smartarray-raid-drivers/comment-page-1/#comment-541</link>
		<dc:creator>Mike Ward</dc:creator>
		<pubDate>Thu, 14 Apr 2011 16:29:03 +0000</pubDate>
		<guid isPermaLink="false">http://basementjack.com/?p=236#comment-541</guid>
		<description>Actually the easiest way to do this is just to download &#039;extpart.exe&#039; from Dell&#039;s support site and use that to extend the system partition... it works in the same basic fashion as diskpart.  it works with all OS&#039;s, but the actual executable you download is a package that can only be extracted on x86 systems, however once you have the extracted files, they CAN be executed on x64 systems successfully.

BasementJack says:
Thanks Mike, I&#039;m glad you&#039;ve had good luck with this tool and thanks for telling me about it. I&#039;d also considered using gparted, or partition magic, but in this particular case, the system was a production system, and the company did not want any 3rd party software used for the expansion. I am sure if we had been using Dell servers, they would have been ok with extpart.
</description>
		<content:encoded><![CDATA[<p>Actually the easiest way to do this is just to download &#8216;extpart.exe&#8217; from Dell&#8217;s support site and use that to extend the system partition&#8230; it works in the same basic fashion as diskpart.  it works with all OS&#8217;s, but the actual executable you download is a package that can only be extracted on x86 systems, however once you have the extracted files, they CAN be executed on x64 systems successfully.</p>
<p>BasementJack says:<br />
Thanks Mike, I&#8217;m glad you&#8217;ve had good luck with this tool and thanks for telling me about it. I&#8217;d also considered using gparted, or partition magic, but in this particular case, the system was a production system, and the company did not want any 3rd party software used for the expansion. I am sure if we had been using Dell servers, they would have been ok with extpart.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://basementjack.com/uncategorized/making-a-winpe-cd-with-hp-smartarray-raid-drivers/comment-page-1/#comment-415</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 29 Sep 2010 14:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://basementjack.com/?p=236#comment-415</guid>
		<description>Thanks Andrew for the info!</description>
		<content:encoded><![CDATA[<p>Thanks Andrew for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Duffin</title>
		<link>http://basementjack.com/uncategorized/making-a-winpe-cd-with-hp-smartarray-raid-drivers/comment-page-1/#comment-411</link>
		<dc:creator>Andrew Duffin</dc:creator>
		<pubDate>Wed, 15 Sep 2010 15:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://basementjack.com/?p=236#comment-411</guid>
		<description>This is good info, but there is an easier way.

Start Win-PE from a vanilla disk or stick, without the drivers you need, then load them on the fly.

The syntax is:

drvload d:\oemsetup.inf  

(ie just point it at the driver file set which you have ready on a usb stick or floppy or whatever)

This works perfectly well for mass storage drivers like RAID controllers as well as NICs that may not be in your basic Win-PE build. I used it today on a PowerEdge server&#039;s PERC controller. No problems.</description>
		<content:encoded><![CDATA[<p>This is good info, but there is an easier way.</p>
<p>Start Win-PE from a vanilla disk or stick, without the drivers you need, then load them on the fly.</p>
<p>The syntax is:</p>
<p>drvload d:\oemsetup.inf  </p>
<p>(ie just point it at the driver file set which you have ready on a usb stick or floppy or whatever)</p>
<p>This works perfectly well for mass storage drivers like RAID controllers as well as NICs that may not be in your basic Win-PE build. I used it today on a PowerEdge server&#8217;s PERC controller. No problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josiah</title>
		<link>http://basementjack.com/uncategorized/making-a-winpe-cd-with-hp-smartarray-raid-drivers/comment-page-1/#comment-352</link>
		<dc:creator>Josiah</dc:creator>
		<pubDate>Mon, 22 Mar 2010 02:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://basementjack.com/?p=236#comment-352</guid>
		<description>Thank-you so much for this post. I was scratching my head trying to break down the technet information. Your guide is short and to the point. Just what I needed.

To simplify, in step four the command I used was:
Dism /image:C:\WINPE_X86\WINPE.WIM /Add-Driver /Driver:C:\PromiseXPRaidDriver\OEM24.inf /ForceUnsigned

As I was attempting to add just one specific un-signed .inf driver.</description>
		<content:encoded><![CDATA[<p>Thank-you so much for this post. I was scratching my head trying to break down the technet information. Your guide is short and to the point. Just what I needed.</p>
<p>To simplify, in step four the command I used was:<br />
Dism /image:C:\WINPE_X86\WINPE.WIM /Add-Driver /Driver:C:\PromiseXPRaidDriver\OEM24.inf /ForceUnsigned</p>
<p>As I was attempting to add just one specific un-signed .inf driver.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

