Dell E6320, E6420, & E6520 mass storage drivers in ConfigMgr for Windows XP
Unfortunately still need to drop a Windows XP SP3 image on our new Dell Latitude laptops (E6x20). I ran into some issues trying to determine the driver and model for the mass storage driver section in ConfigMgr. This was primarily due to the fact that the driver in the OEM image wasn’t as nice as other versions…it did not specify for some reason. Maybe it is Windows 7 SP1 in combination with the new drives?
Anyway, I checked the BIOS and found that the storage was set to “RAID on” and used the table found in the following link to determine that my Dell Latitude E6320 needed to be setup as follows for the Windows XP mass storage drivers:
|
Dell System |
Rnumber |
Vendor version |
BIOS Setting for SATA Operation |
OSD Driver Name |
OSD Model Name |
| Latitude Exx20 | R291722 | 10.1.0.1008 | ATA | Intel® ESB2 SATA AHCI Controller |
Intel(R) Mobile Express Chipset SATA AHCI Controller |
| Latitude Exx20 | R291722 | 10.1.0.1008 | AHCI |
Intel® ESB2 SATA AHCI Controller |
Intel(R) Mobile Express Chipset SATA AHCI Controller |
| Latitude Exx20 | R291722 | 10.1.0.1008 | RAID On | Intel® ESB2 SATA RAID Controller |
Intel(R) Mobile Express Chipset SATA RAID Controller |
Link: http://www.delltechcenter.com/page/Operating+System+Deployment+-+XP+Mass+Storage+Driver+Reference
I’ve created a new XP image with the 10.1.0.1008 drivers sysprepped in but continue to get a 7B BSOD in AHCI mode. This image works fine on all other Dell Latitudes (including E6420s). Just occurs on a new batch of E6520s.
Anyone have this issue? Please let me know, much appreciated.
I have the same issue as Glenn. I’ve created a new XP image with the 10.1.0.1008 drivers sysprepped in but continue to get a 7B BSOD in AHCI mode. This image works fine on all other Dell Latitudes (including E6420s). Just occurs on a new batch of E6520s.
Anyone have this issue? Please let me know, much appreciated.
Anyone have any advice for loading this up the old fashioned way, with an XP SP3 disk and hitting f6? I get to the point where you select the partition, etc. but then I get stuck where it starts asking for the intel rapid storage technology driver. Which is what I thought I was using in the first place. At that point, it doesn’t even seem to attempt to read the usb attached floppy. I sure miss SCCM (in an altiris shop with an older version that doesn’t do drivers as “prettily” as SCCM does).
Do you have the BIOS set to the right option for your installation? I suggest AHCI for Windows XP. Also, MDT (Microsoft Deployment Toolkit) is always a free option to get those SCCM capabilities you miss back… http://technet.microsoft.com/en-us/solutionaccelerators/dd407791
Hi, I’m having a bit of an issue in SCCM vNext Beta 2 with both the E6420 and E6320 and Windows XP SP3. In sysprep.inf section [SysprepMassStorage] I added the driver calls:
; Adding Drivers for Dell Latitude E6x20 06/09/11
%PCI\VEN_8086&DEV_2681&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_27C1&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_27C5&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_2821&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_2829&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_2922&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_2929&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_3A02&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_3A22&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_3B29&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_3B2F&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_3B22&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_1C02&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_1C03&CC_0106=C:\Drivers\IntelSATA05\iaAHCI.inf
%PCI\VEN_8086&DEV_2682&CC_0104=C:\Drivers\IntelSATA05\iaStor.inf
%PCI\VEN_8086&DEV_27C3&CC_0104=C:\Drivers\IntelSATA05\iaStor.inf
%PCI\VEN_8086&DEV_27C6&CC_0104=C:\Drivers\IntelSATA05\iaStor.inf
%PCI\VEN_8086&DEV_2822&CC_0104=C:\Drivers\IntelSATA05\iaStor.inf
%PCI\VEN_8086&DEV_282A&CC_0104=C:\Drivers\IntelSATA05\iaStor.inf
;End of E6x20 drivers
;
; Generic drivers
;
And I still get the BSOD 7B any suggestions are greatly appreciated.
Thank You!
You will need the storage set to “AHCI” in the BIOS. It is set to “RAID On” by default. You could also specify the driver package in the task sequence and be sure to select the right storage driver – at least that is how I do it. This way you do not have to mess around with the sysprep file and everything is set on the fly via SCCM. Also, we had some performance issues with Windows XP SP3 even with aligning the sectors and such. A major factor was the hard disk encryption requirement we have for mobile devices. This model pretty much forced us to Windows 7 SP1…not that I am complaining