<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[DriverPacks.net Forum - Create new MassStorage with only One RAID driver]]></title>
		<link>http://forum.driverpacks.net/viewtopic.php?id=6403</link>
		<description><![CDATA[The most recent posts in Create new MassStorage with only One RAID driver.]]></description>
		<lastBuildDate>Wed, 06 Feb 2013 06:27:43 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50819#p50819</link>
			<description><![CDATA[<div class="quotebox"><cite>TechDud wrote:</cite><blockquote><p> Where can I get it?</p></blockquote></div><p>I never uploaded it.&nbsp; It was the last pack I was building before my new job took all my time away.<br />If you REALLY want it, I&#039;ll upload it.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Wed, 06 Feb 2013 06:27:43 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50819#p50819</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50815#p50815</link>
			<description><![CDATA[<div class="quotebox"><cite>mr_smartepants wrote:</cite><blockquote><p>&quot;the last pack I built was 1210r1&quot;</p></blockquote></div><p>Sorry, i missed that.&nbsp; I cannot seem to find it.&nbsp; Where can I get it?</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Wed, 06 Feb 2013 03:27:40 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50815#p50815</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50208#p50208</link>
			<description><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><div class="quotebox"><cite>Damnation wrote:</cite><blockquote><p>OEM LINK</p><p><a href="http://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&amp;DwnldID=20963">http://downloadcenter.intel.com/Detail_ … ldID=20963</a></p><p>If he ever comes back, I&#039;ve noticed that this hardware ID</p><div class="codebox"><pre><code>PCI\VEN_8086&amp;DEV_2826</code></pre></div><p>only uses megasr.sys in the OEM driver, same in driverpacks. but driverpacks has the addition of iaStorA.sys also with that HWID.</p><p>If mass-storage.ini is edited to remove this HWID from iaStorA.sys I think it&#039;ll work.</p></blockquote></div><p>Duplicate HWIDs are not permitted... this is an error in the pack.</p></blockquote></div><p>I haven&#039;t been looking at the test packs that you guys have been posting lately, but the last pack I built was 1210r1 and it does NOT have that generic HWID in the .ini.&nbsp; That partial HWID (with either &amp;CC*** or &amp;SUBSYS***) is listed in these sections: [L](sub-section-8) and [I4](sub-section-1).&nbsp; There&#039;s no overlap.</p>]]></description>
			<author><![CDATA[null@example.com (mr_smartepants)]]></author>
			<pubDate>Sun, 09 Dec 2012 08:12:02 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50208#p50208</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50205#p50205</link>
			<description><![CDATA[<p>I did something similar to the MassStorage.ini modification and resulted with the same textmode pre-partitioning &quot;iastorA.sys could not be found&quot;.&nbsp; <em>Ref. <a href="http://forum.driverpacks.net/viewtopic.php?pid=50149#p50149">http://forum.driverpacks.net/viewtopic. … 149#p50149</a></em><br />The funny thing is that now that xp textmode is referenced in MS.ini, the iastorA.sy_ compressed file was included this time in i386.</p><p>Mind you, this test was on an abortive install attempt on intel hardware much more aged.</p><p>Here&#039;s my [I4] section:<br /></p><div class="codebox"><pre><code>[I4]
; 3.2.0.1126 
ms_count=2
ms_1_deviceName=&quot;Intel C600 SATA AHCI-RAID RST Enterprise&quot;
ms_1_tag=&quot;iaStorA&quot;
ms_1_sysFile=&quot;iaStorA.sys&quot;
ms_1_hwids=&quot;PCI\VEN_8086&amp;DEV_2826&amp;CC_0104,PCI\VEN_8086&amp;DEV_1D02&amp;CC_0106&quot;
ms_1_isBusExtender=false
ms_1_exc_skipIfOS=&quot;w2k&quot;
;
ms_2_deviceName=&quot;Intel C600 SATA RAID RST Enterprise&quot;
ms_2_tag=&quot;iaStorS&quot;
ms_2_sysFile=&quot;iaStorS.sys&quot;
ms_2_hwids=&quot;PCI\VEN_8086&amp;DEV_1D60,PCI\VEN_8086&amp;DEV_1D61,PCI\VEN_8086&amp;DEV_1D64,PCI\VEN_8086&amp;DEV_1D65,PCI\VEN_8086&amp;DEV_1D68,PCI\VEN_8086&amp;DEV_1D69,PCI\VEN_8086&amp;DEV_1D6A,PCI\VEN_8086&amp;DEV_1D6B&quot;
ms_2_isBusExtender=false
ms_2_exc_skipIfOS=&quot;w2k&quot;</code></pre></div><p>&nbsp; After renaming the iastorA.sys executable to .sys.exe, i used Silurian Software&#039;s InspectExe to look at the list of Imports for the file itself which revealed a dependancy on ntoskrnl.exe&#039;s RtlGetVersion function.</p><p>Apparently, that is an OS version check.<br />&nbsp; Long story short, it doesn&#039;t seem to like XP, yet apparently works great on 2k3 for at least one member.<br />&nbsp; <em>Ref. <a href="http://forum.driverpacks.net/viewtopic.php?id=5883">http://forum.driverpacks.net/viewtopic.php?id=5883</a></em></p><p>It does appear that this issue has been ongoing.<br />&nbsp; <a href="http://forum.driverpacks.net/viewtopic.php?id=5960">http://forum.driverpacks.net/viewtopic.php?id=5960</a>&nbsp; &nbsp;<a href="http://forum.driverpacks.net/viewtopic.php?id=6051">http://forum.driverpacks.net/viewtopic.php?id=6051</a></p><p>I&#039;m inclined to restrict this section once again to 2k3 &amp; simply add the driver referenced much earlier in this topic by <span style="color: royalblue">Caleb37</span>.&nbsp; I did find two seperate OEM links from ASUS for the same RSTe driver which included an RST folder.</p><p>&nbsp; One has to wonder what effect that would wreak upon 2k3 users, though.&nbsp; <img src="http://forum.driverpacks.net/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>Efforting....to wait for a response or three.&nbsp; Please hold.</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Sun, 09 Dec 2012 07:32:46 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50205#p50205</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50203#p50203</link>
			<description><![CDATA[<p>Here is an excerpt from the release notes for RSTe_Drivers_GUI_CIM_CLI_3.5.1.1009_2012.10.08.zip <br /> which updates &quot;I4&quot;.<br /></p><div class="codebox"><pre><code>&quot;==========================
Supported RAID Controllers
==========================
This download provides support for the Intel(R) C600/C222/C224/C226 chipsets on both AHCI Capable SATA Controller and SATA/SAS Capable Controller in Intel(R) Rapid Storage Technology Enterprise (RSTe) mode. 
 
Please verify that this package has been tested with the RAID device you have chosen to use by checking the drivers web page for your controller 
at [url]http://support.intel.com[/url].

===================
Package Information
===================
Package Version = 3.5.1.1009
The iaStorA driver version is 3.5.1.1008
The iaStorS driver version is 3.5.1.1008
The iaStorA Win8/Win2012 driver version is 3.5.1.1008
The iaStorS Win8/Win2012 driver version is 3.5.1.1008
OS supported = Microsoft* Windows 2012 (x64), Windows 8 (x86 &amp; x64), Windows 2008R2 (x64), Windows 7 (x86 &amp; x64), Windows 2008 (x86 &amp; x64),
                          Windows Vista (x86 &amp; x64), Windows 2003 R2SP2 (x86 &amp; x64)

==========
Attention!
==========
This release resolves Standby Immediate issue with SSD&#039;s.

==================
Known Restrictions
==================
1. SAS features are enabled on SATA/SAS Capable Controller if appropriate Intel(R) RAID C600 Upgrade Key is present in the system.
2. RAID 5 is no longer supported by SATA/SAS Capable Controller when SAS features are enabled.
3. Boot through expander is not supported in legacy mode at this time.
4. MPIO Load Balancing in RAID Mode is unsupported
5. A SAS Wide port spanning SCU0 and SCU1 is not supported.
6. Plugging both SCU into the same expander is not supported
7. Some WD 6G SAS drives (S25/S35 family) are not supported
8. POST messages are displayed only if more than one drive is attached.
9. Performing a RAID Migration/Rebuild may not result in all of the appropriate LEDs blinking correctly.
10. A manual verify/repair may be required after an unexpected shutdown with running heavy I/O on a RAID volume.
11. RAID volume names should be less than 16 characters.&quot;</code></pre></div><p> <em> Quoted from:&nbsp; <a href="http://downloadmirror.intel.com/21752/eng/RSTe_Windows_DRV_v3.5.1.1009_readme.txt">http://downloadmirror.intel.com/21752/e … readme.txt</a></em></p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Sun, 09 Dec 2012 02:06:29 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50203#p50203</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50202#p50202</link>
			<description><![CDATA[<p>In addition:</p><p>It would appear that DP_MassStorage_wnt5_x86-32_1209\D\M\L <br />&nbsp; &nbsp;does not actually conflict with VEN_8086&amp;DEV_2826&amp;SUBSYS_84EF1043<br /> as that specific HWid is not present in MegaSR.inf.</p><p>Not even with the updated files in DP_MassStorage_wnt5_x86-32_1212b2<br /> (under constuction - MegaSR now WHQL&#039;ed for 2k3, XP-OK though non-WHQL&#039;ed;<br />&nbsp; &nbsp; &nbsp; DriverVer=08/11/2012,15.00.0811.2012).</p><div class="codebox"><pre><code>&quot;==================
Known Restrictions
==================
1. Intel(R) ESRT2 based on Intel(R) C600 chipset does not support UEFI functionality. A UEFI driver is planned/expected to be made available post-launch, but there will be no GUI available in UEFI for configuring arrays.

2. The on-board SATA/SAS Capable Controller does not support ODD devices.No Optical Devices should be connected to the SATA/SAS controller at any time (ODD devices are not supported in any mode), but the onboard AHCI capable ports do support ODD devices (in all modes).

3. RAID 5 feature is enabled only if the appropriate Intel(R) RAID C600 Upgrade Key is present in the system. 

4. A RAID 5 logical drive can recover from a single drive failure by reconstructing missing data from the data and parity contained on the remaining drives. The assumption underlying this ability is that the data in the remaining drives is consistent. This assumption becomes invalid if there is a power loss during write operation(s). If there is a loss of power during a write operation, data inconsistencies may occur because data and parity writes may have completed only partially. After subsequent reboot the logical drive has inconsistent data on that particular stripe. If a drive were to fail at this point, missing data (for the inconsistent stripe alone) cannot be reconstructed from remaining drives. To correct an inconsistency, the drivers starts a back ground initialization (BGI) at reboot. While BGI is in progress, the inconsistent stripe(s) are vulnerable to drive failure. One way to avoid this window of vulnerability is to run check consistency on the logical drive using the BIOS utility. Another way is to prevent an unplanned shutdown (e.g. using UPS).

5. The LITE-ON SH S752K model CD/DVD ROM device does not respond to 0x55 &amp; 0x51 MMC commands properly. The device hangs when these commands are issued multiple times. The driver resets the device when it hangs; but the reset adversely affects DVD burning. This behavior can be consistently observed using K3B DVD burning software. K3B aborts DVD writes when 0x55 is failed and device is reset.

6. RAID 5, by its very nature, cannot tolerate double failures. The double failure can be a combination of a single drive failure and either additional drive failures or an unplanned power failure in the RAID system. Unplanned power failures can include but be not limited to, loss of power source or an unusual system shutdown. Unplanned power failures while there are medium errors on the drives is also considered as a double failure condition.

7. Multiple drive failures would result in a data loss condition. A single drive failure combined with any additional unplanned failure can cause loss of data integrity. To avoid loss of data integrity for the power failure case, it is highly recommended to provide an uninterrupted power supply to the server to protect the RAID 5 subsystem during the event of a degraded or rebuilding state. Medium errors on the disks, combined with an unplanned power failure can also cause loss of data integrity, but this occurrence would be very unlikely.

8. Hotplug limitation in runtime 
If the user pulls out or plugs in a drive when the Intel(R) ESRT2 OpROM has completed its execution, and before the OS driver is loaded (like DOS shell, or AHCI?Ctrl-M screen, etc), the OpROM&#039;s runtime code displays a message and force reboot the system to avoid configuration losses or data corruption. 

9. Maximum two storage controllers supported 
If the user tries to enable SATA/SAS Capable Controller and AHCI Capable SATA Controller in Intel(R) ESRT2 mode concurrently, and then inserts any external storage controller (for example, a Hardware RAID adapter), the last controller in the boot sequence might not be able to POST. 

10. Windows installation limitation in RAID Mode: 
If Windows installation is done on a drive connected through the AHCI capable SATA Controller, make sure SATA/SAS Capable Controller is disabled in BIOS. After completion of installation, the SATA/SAS Capable Controller can be enabled in BIOS. If both controllers are enabled in Intel(R) ESRT2 mode, the installation may fail.

11. BIOS communicates the presence/absence of specific Intel(R) RAID C600 Upgrade key (RKSATA4R5, RKSATA8R5, RKSAS4R5 and RKSAS8R5) using configuration data on disk (DDF) and through device registers from BIOS. If driver does not read a valid DDF, it will disable R5 creation. The driver may not see valid DDF if (A) user does not configure using BIOS Ctrl+M; or (B) if no drives were present at the boot time and all the drives were hot-inserted after OS is booted. In both cases, the user must create an initial configuration using BIOS Ctrl+M utility.&quot;</code></pre></div><p> <em>Quoted from <a href="http://downloadmirror.intel.com/20963/eng/ESRT2_Windows_v.15.00.0811.2012_Readme.TXT">http://downloadmirror.intel.com/20963/e … Readme.TXT</a></em><br />I only posted that to aid my wondering if the ven_8086&amp;dev_2826&amp;cc_0104 hardware/drivers have similar limitations.<br />If i see similar notes for that, i will post it.</p><p><span style="color: blue"><strong><em><span class="bbu">The driver in I4 is restricted in MS.ini to 2k3 only.&nbsp; Is that the real issue?</span></em></strong></span><br />Would unrestricting XP textmode for that driver be another solution, despite being an RSTe driver?<br />ASUS does claim that your hardware is designed to be able to run RSTe (and RST as you have noted).</p><p>I will proceed based upon that deduction.</p><p>It would be interesting to see if the &quot;BIOS&quot; does indeed contrain the necessary modules and versions of modules to properly support this, as noted by <span style="color: royalblue">Fernando</span>.</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Sun, 09 Dec 2012 01:27:31 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50202#p50202</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50201#p50201</link>
			<description><![CDATA[<p>New uEFI BIOS released by ASUS yesterday for P9x79 Deluxe.<br />&nbsp; <a href="http://www.asus.com/Motherboards/Intel_Socket_2011/P9X79_DELUXE/#download">http://www.asus.com/Motherboards/Intel_ … /#download</a></p><p>&nbsp; <span style="color: royalblue">Fernando</span> has some interesting things posted concerning firmware.<br /><a href="http://www.win-lite.de/wbb/board208-specials/board281-bios-bios-modding/17000-ahci-raid-rom-modules-for-bios-modding-already-extracted/">http://www.win-lite.de/wbb/board208-spe … extracted/</a><br /></p><div class="quotebox"><cite>Fernando wrote:</cite><blockquote><p>&quot;Users with an Intel C600 (e.g. X79) Series SATA RAID Controller will get TRIM into their SSD RAID0, if they are able to use an actual Intel RST driver(s)/RAID ROM combination v11.x.x.xxxx (precondition: the mainboard manufacturer offers a BIOS containing such Intel RAID ROM version).&quot;<br />&nbsp; <em>Quoted from: <a href="http://www.station-drivers.com/forum/viewtopic.php?f=32&amp;t=3910&amp;start=74#p16818">http://www.station-drivers.com/forum/vi … =74#p16818</a></em></p></blockquote></div><p>I acknowledge that this is going on a bit of a tangent, so if neither is relevant then please disregard.<br />I&#039;m not advising &quot;modding&quot; your uEFI BIOS.&nbsp; Posted to inform, not as advice.</p>]]></description>
			<author><![CDATA[null@example.com (TechDud)]]></author>
			<pubDate>Sun, 09 Dec 2012 00:00:44 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50201#p50201</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50198#p50198</link>
			<description><![CDATA[<p>R U familiar with Three Dead Trolls in a baggie?</p><p><a href="http://www.google.com/#hl=en&amp;sugexp=les%3B&amp;gs_nf=3&amp;gs_rn=0&amp;gs_ri=hp&amp;cp=29&amp;gs_id=3&amp;xhr=t&amp;q=Three+Dead+Trolls+in+a+baggie&amp;pf=p&amp;tbo=d&amp;output=search&amp;sclient=psy-ab&amp;oq=Three+Dead+Trolls+in+a+baggie&amp;gs_l=&amp;pbx=1&amp;bav=on.2,or.r_gc.r_pw.r_qf.&amp;fp=c4be838fd24f2cd9&amp;bpcl=39650382&amp;biw=1265&amp;bih=877">http://www.google.com/#hl=en&amp;sugexp … mp;bih=877</a></p><p><a href="http://www.youtube.com/watch?v=nL24aNugo_4">http://www.youtube.com/watch?v=nL24aNugo_4</a></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 08 Dec 2012 21:56:25 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50198#p50198</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50197#p50197</link>
			<description><![CDATA[<p>I like you guys.&nbsp; You have the attitude that me and my IT colleagues have in our help desk testing environment.&nbsp; </p><p>Let me give you a small, short history of myself.</p><p>I work for Walmart.com in San Bruno, CA.&nbsp; As stated, in Client Services...&nbsp; we get clobbered and bruised every day being the front line for hardware, network, and exchange woes.&nbsp; So I&#039;m no stranger to black eyes.</p><p>I&#039;m currently one of three employees beta testing Windows 8 for our Enterprise environment.</p><p>The reason I&#039;ve been on line the last several days is because I&#039;m on a short term leave after having two surgeries in as many weeks to have stents placed into two of my arteries. I&#039;m a young 47 year old, but might as well be a kid. I have suffered through two heart attacks in 3 and half years. They haven&#039;t knocked me down yet.&nbsp; It&#039;s a hereditary condition as I weigh in at 150lbs with a good diet.&nbsp; I do NOT believe stress has anything to do with this.&nbsp; I take a lot in stride.&nbsp; You have to in this line of work.</p><p>So there you have it.</p>]]></description>
			<author><![CDATA[null@example.com (Caleb37)]]></author>
			<pubDate>Sat, 08 Dec 2012 21:38:15 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50197#p50197</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50196#p50196</link>
			<description><![CDATA[<p>play with that last one and see if you can get it yourslef...&nbsp; LOL</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 08 Dec 2012 21:27:15 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50196#p50196</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50195#p50195</link>
			<description><![CDATA[<p>I&#039;ll figure them out.&nbsp; I think need a sandbox to play in for these tags :-)</p>]]></description>
			<author><![CDATA[null@example.com (Caleb37)]]></author>
			<pubDate>Sat, 08 Dec 2012 21:25:50 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50195#p50195</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50194#p50194</link>
			<description><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><p>Welcome to the testing team...</p><p>You will find that several new forums are now visible to you.</p><p>Thanks for being here and all that you bring to our forum.</p><div class="quotebox"><cite>Caleb37 wrote:</cite><blockquote><p> - Thank you, Larry</p></blockquote></div><p>Jeff</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Caleb37)]]></author>
			<pubDate>Sat, 08 Dec 2012 21:24:28 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50194#p50194</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50193#p50193</link>
			<description><![CDATA[<p>you&#039;re having some issues with nested quotes... fixed for ya <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>did you see my last post <img src="http://forum.driverpacks.net/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 08 Dec 2012 21:21:42 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50193#p50193</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50192#p50192</link>
			<description><![CDATA[<div class="quotebox"><cite>OverFlow wrote:</cite><blockquote><div class="quotebox"><cite>Caleb37 wrote:</cite><blockquote><p>This part is not true.&nbsp; When you add TEXTMODE single driver through nLite, either before or after DriverPacks, and trust me I&#039;ve tried both ways, the two sources conflict with each other because they both write to many of the same files. Not only that nLite adds iaStor.Sy_ and this folder NLDRV with the RST package in a subdirectory in the I386 folder.&nbsp; They are referenced, I believe, in the txtsetup and dosnet, and a few other files, which DriverPacks seems to do as well.&nbsp; So they appear to be receiving direction from two different sources and I think this is what causes the conflict.&nbsp; When I tried using TEXTMODE Single Driver through nLite and then adding DriverPacks, I did not include MassStorage pack because I was certain this wouldn&#039;t work. But that being said, just including the Chipset, LAN, WLAN, and SoundB at the end WOULD not work.&nbsp; It creates a BSOD even before Windows setup load files. The two broke each other.</p></blockquote></div><p>TRUST ME... I know exactly how this all works. I am not wrong. <img src="http://forum.driverpacks.net/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>PLEASE re-read what i posted above</p><p><span style="color: red">that would work IF there was not a HWID conflict in the pack, which there is.</span></p><div class="quotebox"><cite>Caleb37 wrote:</cite><blockquote><p>What pack are you referring to?&nbsp; Remember used nLite to do a single TEXTMODE driver with the Intel RST RAID Driver for my setup.&nbsp; I then used DriverPacks to deploy the chipset, lan, wlan, and soundb as the very last step.&nbsp; So where would you find a hwid problem?</p></blockquote></div></blockquote></div><p>It is true... <img src="http://forum.driverpacks.net/img/smilies/wink.png" width="15" height="15" alt="wink" />&nbsp; ... there was a big &quot;IF&quot;&nbsp; in that statement</p>]]></description>
			<author><![CDATA[null@example.com (Caleb37)]]></author>
			<pubDate>Sat, 08 Dec 2012 21:20:21 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50192#p50192</guid>
		</item>
		<item>
			<title><![CDATA[Re: Create new MassStorage with only One RAID driver]]></title>
			<link>http://forum.driverpacks.net/viewtopic.php?pid=50191#p50191</link>
			<description><![CDATA[<p>Welcome to the testing team...</p><p>You will find that several new forums are now visible to you.</p><p>Thanks for being here and all that you bring to our forum.</p><p>Jeff</p>]]></description>
			<author><![CDATA[null@example.com (OverFlow)]]></author>
			<pubDate>Sat, 08 Dec 2012 21:18:43 +0000</pubDate>
			<guid>http://forum.driverpacks.net/viewtopic.php?pid=50191#p50191</guid>
		</item>
	</channel>
</rss>
