fullthrottle
Member
- Mar 8, 2022
- 20
Hello,
Cumulative updates on a Windows Server 2019 keeps failing. The install is appears successful but after reboot it does a rollback during boot after getting no further than 8%.
I've tried running the commands below but no corruption was found. I have also ran the SFXFix tool and it found no errors.
sfc /scannow
dism /online /cleanup-image /scanhealth
dism /nnline /cleanup-image /restorehealth
If I look in the cbs.log and the setupapi.dev.log it appears that the roll back occurred due to an issue unregistering usbaudio2.inf.
CBS.log
setupapi.dev.log
Any assistance on this one would be greatly appreciated.
Thanks.
Cumulative updates on a Windows Server 2019 keeps failing. The install is appears successful but after reboot it does a rollback during boot after getting no further than 8%.
I've tried running the commands below but no corruption was found. I have also ran the SFXFix tool and it found no errors.
sfc /scannow
dism /online /cleanup-image /scanhealth
dism /nnline /cleanup-image /restorehealth
If I look in the cbs.log and the setupapi.dev.log it appears that the roll back occurred due to an issue unregistering usbaudio2.inf.
CBS.log
Code:
2022-03-08 23:57:58, Info CBS Doqe: q-unstage: Inf: usbaudio2.inf, Ranking: 2, Device-Install: 0, Key: 153, Identity: dual_usbaudio2.inf, Culture=neutral, Type=dualModeDriver, Version=10.0.17763.592, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS
2022-03-08 23:57:58, Info CBS Doqe: q-unstage: Inf: RDCameraDriver.inf, Ranking: 2, Device-Install: 0, Key: 154, Identity: dual_rdcameradriver.inf, Culture=neutral, Type=dualModeDriver, Version=10.0.17763.1697, PublicKeyToken=31bf3856ad364e35, ProcessorArchitecture=amd64, versionScope=NonSxS
2022-03-08 23:57:58, Info CBS Perf: Doqe: Unstaging started.
2022-03-08 23:57:58, Info CBS Doqe: [Rollback] Unstaging driver updates, Count 81
2022-03-08 23:57:58, Info CBS UNSTAGE index: 152, phase: 1, result 50, inf: usbaudio2.inf
2022-03-08 23:57:58, Info CBS DriverUpdateUnstageUpdates failed [HRESULT = 0x80070032 - ERROR_NOT_SUPPORTED]
2022-03-08 23:57:58, Error CBS Doqe: Failed unstaging driver updates [HRESULT = 0x80070032 - ERROR_NOT_SUPPORTED]
2022-03-08 23:57:58, Info CBS Perf: Doqe: Unstaging ended.
2022-03-08 23:57:58, Error CBS Failed unstaging drivers (stage rollback), rebooting and trying again [HRESULT = 0x80070032 - ERROR_NOT_SUPPORTED]
2022-03-08 23:57:58, Info CBS Current global progress. Current: 1, Limit: 81, ExecuteState: CbsExecuteStateStageDrivers | CbsExecuteStateFlagRollback | CbsExecuteStateFlagDriversFailed
2022-03-08 23:57:58, Info CBS Previous global progress. Current: 0, Limit: 1, ExecuteState: ExecuteStateNone
2022-03-08 23:57:58, Info CBS Clearing HangDetect value
2022-03-08 23:57:58, Info CBS Saved last global progress. Current: 1, Limit: 81, ExecuteState: CbsExecuteStateStageDrivers | CbsExecuteStateFlagRollback | CbsExecuteStateFlagDriversFailed
2022-03-08 23:57:58, Info CBS Signalling SC to continue starting services
setupapi.dev.log
Code:
>>> [Unstage Driver Updates]
>>> Section start 2022/03/08 23:00:19.014
cmd: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17763.2510_none_56d7c72d9929a86b\TiWorker.exe -Embedding
sto: Image State = Specialized
sto: Image Architecture = amd64
sto: Driver Updates = 81
sto: {Unstage Driver Package: C:\Windows\System32\DriverStore\FileRepository\usbaudio2.inf_amd64_3e0646bbacd51a3d\usbaudio2.inf} 23:00:19.248
sto: {DRIVERSTORE DELETE BEGIN} 23:00:19.248
sto: {DRIVERSTORE DELETE BEGIN: exit(0x00000000)} 23:00:19.248
idb: {Unregister Driver Package: C:\Windows\System32\DriverStore\FileRepository\usbaudio2.inf_amd64_3e0646bbacd51a3d\usbaudio2.inf} 23:00:19.248
!!! idb: Cannot unregister published driver package 'usbaudio2.inf_amd64_3e0646bbacd51a3d'. Error = 0x00000032
!!! idb: Failed to unregister driver package 'C:\Windows\System32\DriverStore\FileRepository\usbaudio2.inf_amd64_3e0646bbacd51a3d\usbaudio2.inf'. Error = 0x00000032
idb: {Unregister Driver Package: exit(0x00000032)} 23:00:19.248
sto: {DRIVERSTORE DELETE END} 23:00:19.248
sto: {DRIVERSTORE DELETE END: exit(0x00000000)} 23:00:19.248
!!! sto: Failed to delete driver package from Driver Store. Error = 0x00000032
sto: {Unstage Driver Package: exit(0x00000032)} 23:00:19.248
!!! sto: Failed to unstage all driver updates. Error = 0x00000032
sto: {Stage Driver Package: C:\Windows\WinSxS\amd64_dual_usbaudio2.inf_31bf3856ad364e35_10.0.17763.592_none_d128a5b61462af61\usbaudio2.inf} 23:00:19.248
! sto: Driver package already imported as 'usbaudio2.inf' (C:\Windows\System32\DriverStore\FileRepository\usbaudio2.inf_amd64_3e0646bbacd51a3d\usbaudio2.inf).
sto: {Stage Driver Package: exit(0x00000000)} 23:00:19.264
<<< Section end 2022/03/08 23:00:19.264
<<< [Exit status: FAILURE(0x00000032)]
Any assistance on this one would be greatly appreciated.
Thanks.