Unsolved
This post is more than 5 years old
2 Posts
0
9149
February 1st, 2012 11:00
Win7 x64 Enterprise
Has Dell released SIGNED drivers for Win7 x64? Trying to install Enterprise via SCCM or DVD always fails for me because the drivers are not signed. According to Microsoft, X64 requires signed drivers. The Win PE 3.0 driver CAB does not work for me.
Or is there a workaround (or undocumented procedure) that I need to apply?
No Events found!



bikewimpACS
2 Posts
0
February 1st, 2012 12:00
This is for PE during installation.
DELL-Warren B
1.1K Posts
0
February 1st, 2012 15:00
Yes, the drivers are signed but the CAB creation process can break the signing of some drivers. I've never had an issue when using the drivers with WinPE. During OS deployment you can tell the task sequence to allow unsigned drivers if it becomes a problem.
Wynand Pretoriu
2 Posts
0
February 2nd, 2012 12:00
There is a switch that can be added when injecting drives via DISM = /forceunsigned.
the command will look something like this: Dism.exe /Image:C:\ /Add-Driver /Driver:C:\Drivers /Recurse /ForceUnsigned