DISM RestoreHealth failing with Error: 0x800f081f

Page 1 of 2 12 LastLast

  1. Posts : 12
    Windows 10 x64
       #1

    DISM RestoreHealth failing with Error: 0x800f081f


    Hi,
    I'm trying to use DISM to repair a corrupt file and the command keeps failing with

    Code:
    Error: 0x800f081fThe 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.
    I then used Image Health command 1 , 2 , 3 . Using Win10_1607_English_x64.iso which I downloaded with the ISO download tool. And still this results in the same thing.

    I did notice in DISM.log that it says
    Code:
    [11520] [0x8007000e] StateStoreGetMountedImageWimbootEntries:(1191): Not enough storage is available to complete this operation.
    I had no problems mounting the ISO and I have plenty of free space on the drive.

    one of the logs from Image Health enclosed. Any ideas?
    thanks
    DISM RestoreHealth failing with Error: 0x800f081f Attached Files
      My Computer


  2. Posts : 251
    Windows 10 Pro
       #2

    The error refers to an update KB3206632. First, insure your ISO is the exact same version as your Windows version. They must match. You can check the Windows version by entering winver at the admin command prompt. You can determine the ISO version with the command from the admin command prompt.

    Dism /get-wiminfo /wimFile:E:\sources\install.wim /index:1 where E is the mounted ISO drive

    After mounting the ISO and insuring the versions match, use the following command

    Dism /online /cleanup-image /restorehealth /source:wim:E:\sources\install.wim:1 /limitaccess

    Be careful to include a blank before each /.
      My Computer


  3. Posts : 4,144
    Windows 3.1 to Windows 11
       #3

    KB3206632 is a windows update - most likely not included in the Media ISO - repair Source..
    Search for KB and Download the update from MS Catalog

    (p) CBS Catalog Missing Package_2756_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2757_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2758_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2759_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2760_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2761_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2774_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2784_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2785_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2786_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2787_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8
    (p) CBS Catalog Missing Package_2788_for_KB3206632~31bf3856ad364e35~amd64~~10.0.1.8

    /limitaccess - prevents DISM from accessing any file(s) not Local (ie MS Update)
      My Computer


  4. Posts : 251
    Windows 10 Pro
       #4

    Good point Kyhi ... forgot to include that. Thanks ...
      My Computer


  5. Posts : 12
    Windows 10 x64
    Thread Starter
       #5

    I tried to install Cumulative Update for Windows 10 Version 1607 for x64-based Systems (KB3206632)
    but got "Update is not applicable to your computer "

    Winver : Version 1607 (OS Build 14393.693)

    Dism /get-wiminfo :
    Code:
     Dism /get-wiminfo /wimFile:F:\sources\install.wim /index:1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Details for image : F:\sources\install.wim
    
    Index : 1
    Name : Windows 10 Pro
    Description : Windows 10 Pro
    Size : 14,747,431,455 bytes
    WIM Bootable : No
    Architecture : x64
    Hal : <undefined>
    Version : 10.0.14393
    ServicePack Build : 0
    ServicePack Level : 0
    Edition : Professional
    Installation : Client
    ProductType : WinNT
    ProductSuite : Terminal Server
    System Root : WINDOWS
    Directories : 19070
    Files : 103878
    Created : 16.Jul.2016 - 5:05:47 PM
    Modified : 16.Jul.2016 - 5:06:29 PM
    Languages :
            en-US (Default)
    
    The operation completed successfully.
      My Computer


  6. Posts : 251
    Windows 10 Pro
       #6

    Try running the following DISM command without the limitaccess parameter as Kyhi suggested. It should go to Windows Update for KB3206632. Sometimes Windows can get finiky about end users installing their updates instead of letting Windows Update do it, so I've been told.

    Dism /online /cleanup-image /restorehealth /source:wim:E:\sources\install.wim:1

      My Computer


  7. Posts : 4,144
    Windows 3.1 to Windows 11
       #7

    Dism /online /cleanup-image /restorehealth

    would be the proper command....

    Image-health > Option 2
      My Computer


  8. Posts : 12
    Windows 10 x64
    Thread Starter
       #8

    Both Failed:
    Code:
    C:\Users\Yo
    λ Dism /online /cleanup-image /restorehealth /source:wim:F:\sources\install.wim:1
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    [===========================80.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
    
    C:\Users\Yo
    λ Dism /online /cleanup-image /restorehealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    [==                         4.5%                           ]
    Error: 1726
    
    The remote procedure call failed.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    
    C:\Users\Yo
    but there was no dism.log in that location.
    I then ran option 1 and got the following
    Code:
    λ Dism /online /cleanup-image /scanhealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    
    Error: 1910
    
    The object exporter specified was not found.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
    now there is a dism.log.
    And when I run option 2 again I get that error :
    Code:
    Dism /online /cleanup-image /restorehealth
    
    Deployment Image Servicing and Management tool
    Version: 10.0.14393.0
    
    Image Version: 10.0.14393.0
    
    
    Error: 1910
    
    The object exporter specified was not found.
    
    The DISM log file can be found at C:\WINDOWS\Logs\DISM\dism.log
      My Computer


  9. Posts : 251
    Windows 10 Pro
       #9

    Sorry you are having so much trouble. I have two suggestions to try. First, uninstall the KB3206632 update and try to run the DISM command again without LimitAccess. If that fails, you can try the same command with the parameter. If it still doesn't work, things get a bit more complicated, but I did find a tutorial to repair Windows on the forum. There is a video included to guide you through this process. The link is

    Repair Install Windows 10 with an In-place Upgrade

    Hope this helps ...


      My Computer


  10. Posts : 12
    Windows 10 x64
    Thread Starter
       #10

    Update history has a list of all updates going back a few months, but clicking on "uninstall updates" shows "no updates installed" . Guess it's going to be an in place upgrade....
    thanks!
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 19:51.
Find Us




Windows 10 Forums