[SOLVED] Windows (Cumulative) Updates failing to install [Server 2016] Part II

bcmaze

Active member
Joined
Apr 19, 2022
Posts
35
Hi guys,

there was a time this forum saved me lots of headaches and a absolut horrible experience with MSFT Support [1].

Now I am actually running into some issues again which looking like kinda the same thatn in the previous Thread [1] explained.

The cumulative Windows updates are failing on some machines...

dism /online /cleanup-image /restorehealth is exiting with Error 0x800f081f at 95.5%

According to CBS and setupapi.dev.log it looks like wdmaudio.inf is driving nuts.

See CBS:
Rich (BB code):
<SNIP>
2022-09-14 16:18:09, Info                  CBS            INSTALL index: 128, phase: 1, result 2, inf: wdmaudio.inf
2022-09-14 16:18:09, Info                  CBS    Doqe: Recording result: 0x80070002, for Inf: wdmaudio.inf
2022-09-14 16:18:09, Info                  CBS    DriverUpdateInstallUpdates failed [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2022-09-14 16:18:09, Info                  CBS    Doqe: Failed installing driver updates [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2022-09-14 16:18:09, Info                  CBS    Perf: Doqe: Install ended.
2022-09-14 16:18:09, Info                  CBS    Failed installing driver updates [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2022-09-14 16:18:09, Error                 CBS    Startup: Failed while processing non-critical driver operations queue. [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
2022-09-14 16:18:09, Info                  CBS    Startup: Rolling back KTM, because drivers failed.
</SNIP>

See setupapi.dev.log:
Rich (BB code):
<SNIP>
     sto: {Publish Driver Package: C:\Windows\System32\DriverStore\FileRepository\wdmaudio.inf_amd64_6c04b107072453c8\wdmaudio.inf} 16:18:09.902
     sto:      Driver Package = wdmaudio.inf_amd64_6c04b107072453c8
     idb:      {Publish Driver Package: C:\Windows\System32\DriverStore\FileRepository\wdmaudio.inf_amd64_6c04b107072453c8\wdmaudio.inf} 16:18:09.902
!!!  idb:           Failed to query published status for 'wdmaudio.inf_amd64_cf18c489233a0410'. Error = 0x00000002
!!!  idb:           Failed to publish 'C:\Windows\System32\DriverStore\FileRepository\wdmaudio.inf_amd64_6c04b107072453c8\wdmaudio.inf'. Error = 0x00000002
     idb:      {Publish Driver Package: exit(0x00000002)} 16:18:09.902
!!!  sto:      Failed to publish driver package. Error = 0x00000002
     sto: {Publish Driver Package: exit(0x00000002)} 16:18:09.902
!!!  sto: Failed to publish all driver updates. Error = 0x00000002
<<<  Section end 2022/09/14 16:18:09.902
<<<  [Exit status: FAILURE(0x00000002)]
</SNIP>


Any help is greatly appreciated.



[1] [SOLVED] - Windows (Cumulative) Updates failing to install [Server 2016]
 

Attachments

I ran sfc /scannow with errors that some files cannot be fixed.

Find attached the CBS.log for that run...
 

Attachments

I just realised that wdmaudio.inf entry was missing in registry.
I used FRST64.exe with the following fixlist.txt and cumulative update installation went fine.

Rich (BB code):
CreateRestorePoint:
Reg: reg add HKEY_LOCAL_MACHINE\SYSTEM\DriverDatabase\DriverInfFiles\wdmaudio.inf /ve /t REG_MULTI_SZ /d wdmaudio.inf_amd64_6c04b107072453c8 /f
Reg: reg add HKEY_LOCAL_MACHINE\SYSTEM\DriverDatabase\DriverInfFiles\wdmaudio.inf /v Active /t REG_SZ /d wdmaudio.inf_amd64_6c04b107072453c8 /f

I mark this one as solved.
 
(y) Well done! Thanks for letting us know.
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top