Although updates are successfully applying, I'm troubleshooting lockup issues and wanted to make sure DISM returned healthy. This seemed like the place to ask about DISM.
SFC /scannow says there's no issues but DISM...
I tried a couple other methods...
Copied the sources folder from the Std 2109 ISO to D:\ and ran this
Tried different renditions of this with 2 different ISOs and always got same error
Used a fresh downloaded ISO (eval edition)
Used the ISO already on the server from its 2012 R2 to 2019 upgrade
Used Index 1 and Index 2
Haven't found the winning combo yet!
SFC /scannow says there's no issues but DISM...
C:\WINDOWS\system32>dism /online /cleanup-image /restorehealth
Deployment Image Servicing and Management tool
Version: 10.0.17763.3406
Image Version: 10.0.17763.4499
[==========================100.0%==========================]
Error: 0x800f081f
The source files could not be found.
Use the "Source" option to specify the location of the files that are required to restore the feature. For more information on specifying a source location, see Configure a Windows Repair Source.
The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
I tried a couple other methods...
Copied the sources folder from the Std 2109 ISO to D:\ and ran this
dism /online /cleanup-image /restorehealth /source:wim:\sources\install.wim:1 /limitaccess
[==========================100.0%==========================]
Error: 0x800f081f
The source files could not be found.
Tried different renditions of this with 2 different ISOs and always got same error
Used a fresh downloaded ISO (eval edition)
Used the ISO already on the server from its 2012 R2 to 2019 upgrade
Used Index 1 and Index 2
Haven't found the winning combo yet!