Hello,
Cumulative updates on a Windows server 2019 keeps failing with error code 0x80070003 the install is successful but after reboot it does a rollback.
I have already tried the default Windows update repair and the Dism commands below but not corruption was found.
sfc /scannow
Dism /online /cleanup-image /scanhealth
DISM /Online /Cleanup-Image /RestoreHealth
Dism /Online /Cleanup-Image /RestoreHealth /Source:C:\Mount\Windows /LimitAcc
In CBS log file I had discoverd the following it seems to be a driver issue but the Dism commands does not repair this:
In the setupapi.dev.log I have found that a specific "Microsoft Windows Core Printer Driver Package" is missing.
The problem is that I cannot find a similar file on another server 2019 server or on the Install sources: ntprint.inf_amd64_19a3fe50fa9a21b6\ntprint.inf
This folder does not exist on the server: C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_19a3fe50fa9a21b6
Hopefully someone can advise me how to fix this I have attached the CBS, Windowsupdate, setupapi.dev logs.
Cumulative updates on a Windows server 2019 keeps failing with error code 0x80070003 the install is successful but after reboot it does a rollback.
I have already tried the default Windows update repair and the Dism commands below but not corruption was found.
sfc /scannow
Dism /online /cleanup-image /scanhealth
DISM /Online /Cleanup-Image /RestoreHealth
Dism /Online /Cleanup-Image /RestoreHealth /Source:C:\Mount\Windows /LimitAcc
In CBS log file I had discoverd the following it seems to be a driver issue but the Dism commands does not repair this:
Code:
2022-01-04 17:20:41, Info CBS DriverUpdateUninstallUpdates failed [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2022-01-04 17:20:41, Info CBS Doqe: Failed uninstalling driver updates [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2022-01-04 17:20:41, Info CBS Perf: Doqe: Uninstall ended.
2022-01-04 17:20:41, Info CBS Failed uninstalling driver updates [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2022-01-04 17:20:41, Error CBS Shtd: Failed while processing non-critical driver operations queue. [HRESULT = 0x80070003 - ERROR_PATH_NOT_FOUND]
2022-01-04 17:20:41, Info CBS Shtd: Rolling back KTM, because drivers failed.
In the setupapi.dev.log I have found that a specific "Microsoft Windows Core Printer Driver Package" is missing.
The problem is that I cannot find a similar file on another server 2019 server or on the Install sources: ntprint.inf_amd64_19a3fe50fa9a21b6\ntprint.inf
This folder does not exist on the server: C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_19a3fe50fa9a21b6
Hopefully someone can advise me how to fix this I have attached the CBS, Windowsupdate, setupapi.dev logs.
Code:
>>> [Uninstall Driver Updates]
>>> Section start 2022/01/04 17:22:25.029
cmd: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17763.2350_none_56f1682d9915d5e5\TiWorker.exe -Embedding
sto: Image State = Specialized
sto: Image Architecture = amd64
sto: Transaction = CbsDriversAndPrimitives
sto: Driver Updates = 32
! inf: Unable to load INF: 'C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_19a3fe50fa9a21b6\ntprint.inf'(00000003)
! inf: Error 3: The system cannot find the path specified.
!!! inf: Invalid INF 'C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_19a3fe50fa9a21b6\ntprint.inf', parsing error on line 0. Code = 1002
!!! sto: Failed to get version info for driver update 'C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_amd64_19a3fe50fa9a21b6\ntprint.inf'. Error = 0x00000003
<<< Section end 2022/01/04 17:22:25.091
<<< [Exit status: FAILURE(0x00000003)]
>>> [Unstage Driver Updates]
>>> Section start 2022/01/04 17:22:25.232
cmd: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_10.0.17763.2350_none_56f1682d9915d5e5\TiWorker.exe -Embedding
sto: Image State = Specialized
sto: Image Architecture = amd64
sto: Driver Updates = 80
sto: {Unstage Driver Package: C:\Windows\System32\DriverStore\FileRepository\usbaudio2.inf_amd64_3e0646bbacd51a3d\usbaudio2.inf} 17:22:25.388
sto: {DRIVERSTORE DELETE BEGIN} 17:22:25.388
sto: {DRIVERSTORE DELETE BEGIN: exit(0x00000000)} 17:22:25.388
idb: {Unregister Driver Package: C:\Windows\System32\DriverStore\FileRepository\usbaudio2.inf_amd64_3e0646bbacd51a3d\usbaudio2.inf} 17:22:25.388
!!! 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)} 17:22:25.388
sto: {DRIVERSTORE DELETE END} 17:22:25.388
sto: {DRIVERSTORE DELETE END: exit(0x00000000)} 17:22:25.388
!!! sto: Failed to delete driver package from Driver Store. Error = 0x00000032
sto: {Unstage Driver Package: exit(0x00000032)} 17:22:25.388
!!! 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} 17:22:25.388
! 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)} 17:22:25.403
<<< Section end 2022/01/04 17:22:25.403
<<< [Exit status: FAILURE(0x00000032)]