Below you will find Driver CABs for Dell Enterprise class systems (Latitude, Optiplex, Precision) to be used to simplify OS deployments on those systems with deployment tools like Microsoft System Center Configuration Manager (ConfigMgr/SCCM) or Microsoft Deployment Toolkit (MDT). System CABs are designed for deployment to a single model and are developed and supported by Dell. Combo CABs are designed for deployment to multiple models and are developed and supported by the Dell TechCenter community. The links below will provide additional details on the CABs and a link to download.If you are new to Dell Driver CABs, please check out the .CAB File Documentation and Walk-Throughs or the Win 7 Deployment videoYou can also access the System CABs from http://support.dell.com -- Select Drivers & Downloads, and enter the system model. You will find the supported driver .cab file in the "Systems Management" section under "Driver Pack".Driver CAB's are grouped by product family and are listed with the most recent products at the top.
E6420
E6420ATG
E6410
E6410ATG
I have downloaded the XP drivers for the Dell Latitude E6420, E6220, Optiplex 790 and Precision 4600 without issue. I have a task to build a XP WIM image via MDT and use this WIM in the SCCM OSD task sequence I’m working on for a project.
Latitude E6420 XP Driver CAB
en.community.dell.com/.../2065.dell-driver-cab-files-for-enterprise-client-os-deployment.aspx
Issue:
The issue I have is once I create the WIM via MDT on a virtual such as VMware or Hyper-V and add the SATA drivers to the sysprep.inf and the OemPnPDriversPath="\Drivers\NET;\Drivers;C:\Drivers" section it will not load the drivers during XP mini setup and blue screens and says UNMOUNTABLE VOLUME. I’ve set the BIOS on the E6420 to ATA, SATA and still have the same result. It seems R291722 A07 release of the STORAGE driver is not what the actual hardware is using maybe? Is there a different SATA driver for MDT/SCCM OSD than the one listed on the site above for hte E6420, E6220, etc? And does this section below look right on what should be used before running sysprep for XP??
This SATA driver (R291722) seems to be the same driver for all the models I need to target.
[Sysprep]
BuildMassStorageSection = Yes
[SysprepMassStorage]
PCI\VEN_8086&DEV_2681&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_27C1&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_27C5&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_2821&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_2829&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_2922&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_2929&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_3A02&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_3A22&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_3B29&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_3B2F&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_3B22&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_1C02&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_1C03&CC_0106=C:\DRIVERS\IAAHCI.INF
PCI\VEN_8086&DEV_2682&CC_0104=C:\DRIVERS\IASTOR.INF
PCI\VEN_8086&DEV_27C3&CC_0104=C:\DRIVERS\IASTOR.INF
PCI\VEN_8086&DEV_27C6&CC_0104=C:\DRIVERS\IASTOR.INF
PCI\VEN_8086&DEV_2822&CC_0104=C:\DRIVERS\IASTOR.INF
PCI\VEN_8086&DEV_282A&CC_0104=C:\DRIVERS\IASTOR.INF
Trying to create package for E5520, but getting this error.
SCCM 2007 R3
Server 2008
Log Name: Application
Source: Configuration Manager Console
Date: 3/12/2012 11:18:26 AM
Event ID: 0
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: xxxx.xxxx.corp
Description:
An error occured in ConfigMgr. The ConfigMgr console will continue to function, however you should save your work and restart the console. After restarting the console, verify that your last configurations have been applied.
at MS.Internal.Xml.XPath.XPathParser.ParseNodeTest(AstNode qyInput, AxisType axisType, XPathNodeType nodeType)
at MS.Internal.Xml.XPath.XPathParser.ParseStep(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseRelativeLocationPath(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParsePathExpr(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseUnionExpr(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseMultiplicativeExpr(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseAdditiveExpr(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseRelationalExpr(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseEqualityExpr(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseOrExpr(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseLocationPath(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseAndExpr(AstNode qyInput)
at MS.Internal.Xml.XPath.XPathParser.ParseXPathExpresion(String xpathExpresion)
at MS.Internal.Xml.XPath.QueryBuilder.Build(String query, Boolean allowVar, Boolean allowKey)
at System.Xml.XPath.XPathExpression.Compile(String xpath, IXmlNamespaceResolver nsResolver)
at System.Xml.XPath.XPathNavigator.Select(String xpath)
at System.Xml.XmlNode.SelectNodes(String xpath)
at Microsoft.ConfigurationManagement.OemDeployment.Dell.SccmPlugin.Utils.CabUtils.SetStorageCategory(CabInformation cabInformation, DriverPackage driverPackage)
at Microsoft.ConfigurationManagement.OemDeployment.Dell.SccmPlugin.Utils.CabUtils.GetDriverPackages(CabInformation cabInformation, List`1 architectures, Boolean createStorageDriverPackage)
at Microsoft.ConfigurationManagement.OemDeployment.Dell.SccmPlugin.Dialog.ImportCabForm.buttonFinish_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Event Xml:
<Event xmlns="schemas.microsoft.com/.../event">
<System>
<Provider Name="Configuration Manager Console" />
<EventID Qualifiers="0">0</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2012-03-12T15:18:26.000000000Z" />
<EventRecordID>20971</EventRecordID>
<Channel>Application</Channel>
<Computer>xxxx.xxxxx.corp</Computer>
<Security />
</System>
<EventData>
<Data>An error occured in ConfigMgr. The ConfigMgr console will continue to function, however you should save your work and restart the console. After restarting the console, verify that your last configurations have been applied.
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)</Data>
</EventData>
</Event>
The combo pack *still* contains the flawed ATI driver that, when deployed with the 790, causes just about everything to crash. The XPS 13 drivers, promised in a CAB file on this website, aren't here yet.
Also looking for the Dell XPS 13 cab. Even if it cannot be supported fully as an enterprise system, at least could someone compile the drivers? It is difficult to do with the exe forms available on the enterprise support site.
Drivers for the OptiPlex 390 are NOT in the DT 1.0 package.
Has anyone integrated the USB 3.0 driver into WinPE for SCCM OSD of the XPS 13? If so, could you point me in the right direction. Thanks