I'm needing help repairing Server 2016. Updates are installing successfully but we're troubleshooting an issue with backup software which brought us to make sure the OS is healthy. DISM is failing with the familiar "source files could not be found". I've exhausted the options I could find to try to work around it:
Used the original ISO from 2017, and downloaded the new eval ISO from MS. Same results. I'd love to know how to get this to work.
DISM /Online /Cleanup-Image /RestoreHealth /Source:I:\Sources\install.wim
Error: 0x800f081f
The source files could not be found
DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:I:\Sources\install.wim:2 /limitaccess
Error: 0x800f081f
The source files could not be found
DISM /mount-wim /wimfile:"E:\support software\windows server\SSS_X64FREE_EN-US_DV9-latest\sources\install.wim" /index:2 /mountdir:C:\temp\offline
dism /online /cleanup-image /restorehealth /source:C:\temp\offline /loglevel:4
Error: 1734
The array bounds are invalid.
Now when I run the dism /online /cleanup-image /restorehealth without specifying source, it gives the "array bounds" error instead of "source files" -- what changed?
Thanks,
Dan
Used the original ISO from 2017, and downloaded the new eval ISO from MS. Same results. I'd love to know how to get this to work.
DISM /Online /Cleanup-Image /RestoreHealth /Source:I:\Sources\install.wim
Error: 0x800f081f
The source files could not be found
DISM /Online /Cleanup-Image /RestoreHealth /Source:WIM:I:\Sources\install.wim:2 /limitaccess
Error: 0x800f081f
The source files could not be found
DISM /mount-wim /wimfile:"E:\support software\windows server\SSS_X64FREE_EN-US_DV9-latest\sources\install.wim" /index:2 /mountdir:C:\temp\offline
dism /online /cleanup-image /restorehealth /source:C:\temp\offline /loglevel:4
Error: 1734
The array bounds are invalid.
Now when I run the dism /online /cleanup-image /restorehealth without specifying source, it gives the "array bounds" error instead of "source files" -- what changed?
Thanks,
Dan