DISM failing after KB4074590

M

Martijn Kools

Hi,

I've installed a clean Windows Server 2016 machine with this update added to the WIM offline with DISM. After installation is complete I run the command:

dism /online /cleanup-image /restorehealth

This is all good, gives completed successfully.

Next I run:

dism /online /cleanup-image /startcomponentcleanup /resetbase

It goes up to 20% then throws back: Error: 2 The system cannot find the file specified.


Looking at CBS.LOG it says something similar:

failed to perform Synchronous Cleanup operation [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]

There are no other errors.

The DISM.LOG says this. Any idea how to solve this?

2018-02-21 08:40:15, Info DISM DISM Package Manager: PID=1080 TID=1732 CBS session options=0x10400100! - CDISMPackageManager::Internal_Finalize
2018-02-21 08:42:22, Info DISM DISM Package Manager: PID=1080 TID=1728 Error in operation: (null) (CBS HRESULT=0x80070002) - CCbsConUIHandler::Error
2018-02-21 08:42:22, Error DISM DISM Package Manager: PID=1080 TID=1732 Failed finalizing changes. - CDISMPackageManager::Internal_Finalize(hr:0x80070002)
2018-02-21 08:42:22, Error DISM DISM Package Manager: PID=1080 TID=1732 Failed processing package changes - CDISMPackageManager::StartComponentCleanupEx(hr:0x80070002)
2018-02-21 08:42:22, Error DISM DISM Package Manager: PID=1080 TID=1732 Failed to start component cleanup. - CPackageManagerCLIHandler::processCmdLine_CleanupImage(hr:0x80070002)
2018-02-21 08:42:22, Error DISM DISM Package Manager: PID=1080 TID=1732 Failed while processing command cleanup-image. - CPackageManagerCLIHandler::ExecuteCmdLine(hr:0x80070002)
2018-02-21 08:42:22, Info DISM DISM Package Manager: PID=1080 TID=1732 Further logs for online package and feature related operations can be found at %WINDIR%\logs\CBS\cbs.log - CPackageManagerCLIHandler::ExecuteCmdLine
2018-02-21 08:42:22, Error DISM DISM.EXE: DISM Package Manager processed the command line but failed. HRESULT=80070002

Continue reading...
 

Similar threads

Back
Top Bottom