Windows 10: Dism source files not found

Discus and support Dism source files not found in Windows 10 Performance & Maintenance to solve the problem; I have several problems on my pc and want fix win10 without reinstalling all apps. When I run: Code: DISM.exe /Online /Cleanup-image... Discussion in 'Windows 10 Performance & Maintenance' started by lars985, Dec 2, 2016.

  1. lars985 Win User

    Dism source files not found


    I have several problems on my pc and want fix win10 without reinstalling all apps. When I run: Code: DISM.exe /Online /Cleanup-image /Scanhealth[/quote] I get Error 87. With: Code: DISM.exe /Online /Cleanup-image /CheckHealth[/quote] I get a message, that it can be repaired. So, I ran: Code: DISM.exe /Online /Cleanup-image /Restorehealth[/quote] And get this error: 0x800f0906. Source files not found. (The PC is connected to the internet and online). I tested it with a local image: Code: dism /online /cleanup-image /restorehealth /source:C:\Users\Lars\Desktop\wrc\install.wim:1 /LimitAccess[/quote] And get the same error (0x800f0906). The file exists on my harddrive with that name. The same happens with a mountained Image or an install.esd file. Code: sfc /scannow[/quote] Says, that all is fine. In windows update, I get this error: 0x80070002.In chkdsk, all is fine, too.I have read a lot about that topics. The program folder location was not changed. I get the same errors, when I run these commands and safe mode, or after a clean boot.

    That also happens, when I'm not connected to the internet.
    Attached my dism.log: dism.zip

    :)
     
    lars985, Dec 2, 2016
    #1

  2. DISM source files cannot be found

    Thanks, Zigzag. I actually knew about the iso from when I was trying to get upgraded to Win 10 on my laptop, but forgot! But I didn't know that command, so thanks again
     
    Tom Barkas, Dec 2, 2016
    #2
  3. DISM source files cannot be found

    If you get the error message "cannot find source files"you need to have an ISO file mounted and need to specify where it is located with the below command

    DISM /Online /Cleanup-Image /RestoreHealth /source:WIM:X:\Sources\Install.wim:1 /LimitAccess Where "X" is the drive letter where the ISO is located. Simply change the "X" to the correct drive letter

    If you do not have an ISO you can make one. The instructions are
    here
     
    ZigZag3143 (MS -MVP), Dec 2, 2016
    #3
  4. EdTittel Win User

    Dism source files not found

    Try this syntax instead

    /Source:WIM:C:\Users\Lars\Desktop\wrc\install.wim:1
    That's what I learned is necessary to get the DISM command to properly scan and use an install image, as documented in this Oct 19, 2015 blog post: Simple Trick Fixes DISM /source syntax issues. Hope this works for you, too!
    --Ed--
     
    EdTittel, Dec 2, 2016
    #4
  5. lars985 Win User
    Hi. I did that and got the same error again. Checking with Code: get-wiminfo[/quote] works, so the location should be okay?
     
    lars985, Dec 2, 2016
    #5
  6. EdTittel Win User
    Weird. The only other thing it could be is if the version of the build for the WIM file you're pointing at with /Source is different from the /online image. I've had that cause problems in the past. Also, they must be the same base language. I drove myself crazy trying to fix one machine until I figured out it was an en-UK version when I thought it was an en-US version. Lots of little, subtle and interesting gotchas are possible with DISM.
    HTH,
    --Ed--
     
    EdTittel, Dec 2, 2016
    #6
  7. lars985 Win User
    I have already checked that. I have used the original DVD. The setup was in en-gb. Now, it runs in german. The DVD Contains multiple languages, so it should work?

    If not, shall i download an en-gb Image? Are there any direct Downloads?
     
    lars985, Dec 2, 2016
    #7
  8. EdTittel Win User

    Dism source files not found

    No just a thought. It's the base language that counts: if you installed en-GB to begin with, that's what you need to use for your source. However, what is the major version for what you have installed right now? If it's 1607 (as Winver will tell you) and you originally installed 1507 or 1511, then you will need to visit the MS ISO downloads page and use a 1607 ISO for your /Source instead. If you've updated to get to 1607, you need to use a matching 1607 source. That's the only additional possible discrepancy I can think of...
    HTH,
    --Ed--
     
    EdTittel, Dec 2, 2016
    #8
  9. fdegrove Win User
    Hi,

    Exactly. As Ed says, source version and destination version must match. If not, no cigar.

    To check the version of the destination, run : Winver.

    To check the version of the source use the following code from a command prompt (Admin) :

    Code: dism /Get-WimInfo /WimFile:X:\sources\install.wim /index:1[/quote] Replace X with the matching drive letter.

    Personally I tend to use Image Health, a package written by forum member KYHI.

    I have it on D:\ and I mount the ISO file of the same version of my current Windows install. It finds the source WIM all by itself.
    Works absolutely fine for me.

    https://www.tenforums.com/tutorials/7...-10-image.html

    And :

    Windows 10 Recovery Tools - Bootable Rescue Disk

    Cheers, *Wink
     
    fdegrove, Dec 3, 2016
    #9
  10. lars985 Win User
    Winver says, I have Version 1607 Build 14393.447. I have downloaded the iso files from here Windows 10 ISO with my VM Linux. Both german and en-gb with both ones, I still get the error. The downloaded ones are V1607, like the installed one.
     
    lars985, Dec 3, 2016
    #10
  11. lars985 Win User
    lars985, Dec 3, 2016
    #11
  12. lars985 Win User
    lars985, Dec 3, 2016
    #12
  13. fdegrove Win User

    Dism source files not found

    Hi,

    RPC service should be set to 'Automatic" and running.

    Are you sure the account you are using is part of the Administrators group ?

    Cheers, *Wink
     
    fdegrove, Dec 3, 2016
    #13
  14. EdTittel Win User
    I'm thinking you may want to try an in-place repair install. This will refresh the OS environment (which is what's misbehaving right now) without requiring you to reinstall all apps. Only if that doesn't work does a clean install, regretably, become necessary. See this tutorial: Repair Install Windows 10 with an In-place Upgrade - Windows 10 Forums.
    HTH,
    --Ed--
     
    EdTittel, Dec 5, 2016
    #14
  15. lars985 Win User
    I think, I have to do that by dism. The normal installer stops with an error. (smothing with "modern host")
     
    lars985, Dec 5, 2016
    #15
Thema:

Dism source files not found

Loading...
  1. Dism source files not found - Similar Threads - Dism source files

  2. DISM /RestoreHealth The source files could not be found

    in Windows 10 Gaming
    DISM /RestoreHealth The source files could not be found: Hello, I cannot install the update using the Update center 0x800f0983 from 22631.2271 to Insider Preview 10.0.22635.2841also "DISM /online /cleanup-image /restorehealth" does not work for me with and without a source.2023-12-07 19:05:15, Info DISM DISM Package Manager:...
  3. DISM /RestoreHealth The source files could not be found

    in Windows 10 Software and Apps
    DISM /RestoreHealth The source files could not be found: Hello, I cannot install the update using the Update center 0x800f0983 from 22631.2271 to Insider Preview 10.0.22635.2841also "DISM /online /cleanup-image /restorehealth" does not work for me with and without a source.2023-12-07 19:05:15, Info DISM DISM Package Manager:...
  4. DISM /RestoreHealth The source files could not be found

    in Windows 10 Gaming
    DISM /RestoreHealth The source files could not be found: I have been trying to use DISM on my Windows 11 installation, but it seems like no matter what I try, whether I use Windows Update as a source or an ISO on the hard drive or a Windows 11 install USB, I get this same error every time. I was able to successfully run sfc...
  5. DISM /RestoreHealth The source files could not be found

    in Windows 10 Software and Apps
    DISM /RestoreHealth The source files could not be found: I have been trying to use DISM on my Windows 11 installation, but it seems like no matter what I try, whether I use Windows Update as a source or an ISO on the hard drive or a Windows 11 install USB, I get this same error every time. I was able to successfully run sfc...
  6. DISM 'The source files could not be found’

    in Windows 10 BSOD Crashes and Debugging
    DISM 'The source files could not be found’: It gets irritating quite fast, when your system is not responding on a "mail open" or "open terminal" command. Press on a mail you want to open, and see Outlook start with "not responding". Do a right click on the terminal icon to open it as administrator and see nothing...
  7. DISM Restore Health "source files not found"

    in Windows 10 Performance & Maintenance
    DISM Restore Health "source files not found": Forgive the redundancy with other threads on this topic, many of which I have read, with no solution... 1. Mounted the ISO from which 1703 Pro was installed. Converted the \sources\install.esd file to a .wim file. 2. Placed install.wim in D:\. 3. From an elevated CMD...
  8. Dism problem "The source files could not be found"

    in Windows 10 Performance & Maintenance
    Dism problem "The source files could not be found": I have done an SFC /scannow at least two dozen times now on my Windows 10 tablet, resulting in "Found corrupt files but was unable to fix them" message Several posts on this site alone tell me to do a "dism /online /cleanup-image /restorehealth" all of which people said...
  9. DISM - The source files could not be found

    in Windows 10 Performance & Maintenance
    DISM - The source files could not be found: Something is really screwed up with this image. Booting from an USB installation image indicates that it's already part way through an upgrade ???, and to remove the install media, then select 'yes', which then just boots back to the 0xc000021a error. I've now pulled...
  10. DISM Source Not Found

    in Windows 10 Performance & Maintenance
    DISM Source Not Found: Been Having problem with my video drivers lately, virtual dj, and such, ran sfc/scannow no intergrity violations found, then tried to run Dism and it said "sources not found" that part not sure how to work around it. Windows 10 Pro x64bit 1703 15063.250 Finally got drives...