Forum Discussion
DSIM Image Issue
Hi Fhilp,
Can you try this action plan regarding DISM Image Management:
- Mount the Windows Server 2016 ISO
- CMD (as administrator): DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:D:\Sources\Install.wim:1 /LimitAccess
Please note:
- /source:WIM:D:\ where D:\ must be the drive letter on which your system has mounted the ISO
- /LimitAccess tells DISM not to check Windows Update or Windows Server Update Services for the capability source files.
Exactly the same error, iso is from October 2023 downloaded yesterday
C:\Windows\system32>DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:E:\Sources\Install.wim:1 /LimitAccess
Deployment Image Servicing and Management tool
Version: 10.0.14393.4169
Image Version: 10.0.14393.4169
[===========================92.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 http://go.microsoft.com/fwlink/?LinkId=243077.
The DISM log file can be found at C:\Windows\Logs\DISM\dism.log
- MathieuVandenHautteOct 25, 2023Iron Contributor
Hi Fhilp,
Thank you for the feedback.
To be sure: you are using a Windows Server 2016 ISO?
Please, also run: sfc /scannow, reboot the machine and try the DISM command again.- FhilpOct 26, 2023Brass ContributorYes its a 2016 iso download recently
Tried tat command, reboot and still the same error
PS C:\Windows\system32> DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:C:\Installs\"MS Defender"\NEWISO\SW_DVD9_
Win_Server_STD_CORE_2016_64Bit_English_-4_DC_STD_MLF_X21-70526\sources\install.wim:2 /LimitAccess
Deployment Image Servicing and Management tool
Version: 10.0.14393.4169
Image Version: 10.0.14393.4169
[===========================92.1%===================== ]
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 http://go.microsoft.com/fwlink/?LinkId=243077.- MathieuVandenHautteNov 02, 2023Iron ContributorHi Fhilp,
Can you try this workaround
- First take a snapshot or backup of the VM
- Mount the Windows Server 2016 ISO
- CMD (as administrator): setup.exe /auto upgrade /dynamicupdate disable /eula accept /ShowOOBE None