DISM unable to locate Install.wim file

Page 5 of 6 FirstFirst ... 3456 LastLast

  1. Posts : 2
    Windows 10
       #41

    Techbench option is gone


    Boar said:
    Sorry for bumping, but maybe this information will be handy for someone. I ran in the same issue as OP, and as well as OP I was able to repair the image using WIM image from http://www.microsoft.com/en-us/softw...load/techbench iso instead of ESD image from Media Creation Tool iso. Image version is 10586 and I tried ESD file from the same Media Creation Tool iso I've installed my Windows from. So, it seems repairing image from ESD is somehow broken.

    Now it appears that the Techbench download link is broken. They must have removed the page.
    I am trying to do a DISM repair on Windows 10 version 1511 (build 10.0.10586). Now that Microsoft released the Anniversary update (version 1607), August 2, 2016, downloading the media creation tool results in a newer build 10.0.14393.

    I am wondering if anyone can host or share the install.wim file for Windows 10 version 1511 (build 10.0.10586)?
    Better yet, where can I find the ISO for Windows 10 version 1511 (build 10.0.10586)?

    PS: I used
    dism /get-wiminfo /wimfile:C:\MyPath\install.esd /index:1
    to determine the build number of the image file.
      My Computer


  2. Posts : 2
    Windows 10
       #42

    Convert .ESD to .WIM


    Shorty said:
    Now it appears that the Techbench download link is broken. They must have removed the page.
    I am trying to do a DISM repair on Windows 10 version 1511 (build 10.0.10586). Now that Microsoft released the Anniversary update (version 1607), August 2, 2016, downloading the media creation tool results in a newer build 10.0.14393.

    I am wondering if anyone can host or share the install.wim file for Windows 10 version 1511 (build 10.0.10586)?
    Better yet, where can I find the ISO for Windows 10 version 1511 (build 10.0.10586)?

    PS: I used to determine the build number of the image file.

    SOLVED: I was able to create my own .WIM file.
    Instructions here: Change ESD to WIM - Windows - Spiceworks

    I used Win 10 installation media for Windows 10 version 1511 (build 10.0.10586). I had created this for the Windows 10 upgrade before the latest release. Then I converted the .ESD (Windows Electronic Software Download file) to a .WIM (Windows Imaging Format).

    Then I ran DISM again using the .WIM, it worked, then SFC again, and it worked.

    Thank you!
      My Computer


  3. Posts : 2
    Windows 10
       #43

    Install.wim not found


    EasyGoingPat said:
    Thank you for the reply. I tried this using all four of the commands below. They all gave the same file-not-found error.

    DISM /Online /Cleanup-Image /RestoreHealth /Source:ESD:G:\sources\install.esd /LimitAccess
    DISM /Online /Cleanup-Image /RestoreHealth /Source:ESD:G:\sources\install.esd:1 /LimitAccess
    DISM /Online /Cleanup-Image /RestoreHealth /Source:G:\sources\install.esd:1 /LimitAccess
    DISM /Online /Cleanup-Image /RestoreHealth /Source:G:\sources\install.esd /LimitAccess

    - Patrick
    I have been through a similar problem. My Chuwi tablet will only recognise a USB stick with FAT32 format and not NTSC. The Windows 10 install.wim file is over 4GB big so will not copy to a FAT32 drive. The solution is to run DISM.EXE is elevated command mode and compress the install.wim. It will be considerably smaller. Use this syntax to run the DISM process:

    Dism /export-image /sourceimagefile:[Source Path]\install.wim /sourceindex:1 /destinationImageFile:[Output Path]\install.esd /compress:recovery /checkintegrity

    Extract the Windows 10 install image to any new folder and copy the install.esd file created by DISM to the images folder. THEN delete the original install.wim file. NEXT YOU MUST rename the install.esd file to install.wim else the windows installation script will come up with an 'install.wim file not found error'. When you rename you will get a warning about making the file unstable. Ignore this.

    I have just successfully reinstalled Windows 10 to my Chuwi Hi8 tablet using this method. I used Rufus to make the bootable USB stick using the FreeDos format option. After this was complete I copied the installation files as detailed above to the drives root directory and Bingo! (After days of anguish I should point out!).
    Regards and good luck.
      My Computer


  4. Posts : 1
    Windows 10 1803
       #44

    I downloaded the Insiders Preview Iso that matches my installation build 17713-1002, that was a recent KB4345215 update.
    The Install.Wim on the Mounted Iso file matches my Build and I am using Cut & Past to make sure the Syntax is correct.
    However, as you see in the screen clip, DISM can't find or won't use the Source file it just checked.
    Can anybody see an error that I'm missing or does Microsoft have different version with the Same Build numbers?
    DISM unable to locate Install.wim file-capture-2.jpgDISM unable to locate Install.wim file-capture-1.jpg
      My Computer


  5. Posts : 4
    win 10
       #45

    I tried everything. All the commands that were written above. Tried with .esd file from the media creation tool, than tried to copy it to the desktop and run dism, downloaded the iso from techbench and tried the .wim file, nothing works. Every time it's the same
    error: 0x800f081f "The source files could not be found" . My windows version is 1803 build 17134.286. all the images I tried are 10.0.17134. Any suggestions?
      My Computer


  6. Posts : 4,224
    Windows 10
       #46

    This can happen when the source file the repair is after is not included in the image it's searching (be it .wim, .esd, or whatever). We had a spate of this on Insider Previews about 18 months ago when MS mistakenly included some versionflighting information as part of the image manifest, but didn't update those files within the image. Drove a lot of us crazy at the time.
    What files does CBS.log say are in need of repair? If you search for "error" or "missing" in the log file (if memory serves) it should point you at that stuff pretty quickly.
    HTH,
    --Ed--
      My Computers


  7. Posts : 4
    win 10
       #47

    Code:
    Errors:
    Current tick count: 800 lower than last tick count: 942. [HRESULT = 0x8007000d - ERROR_INVALID_DATA]
    2018-09-24 15:19:26, Error                 CSI    00000015@2018/9/24:12:19:26.891 (F) Attempting to mark store corrupt with category [l:15 ml:16]'CorruptManifest'[gle=0x80004005]
    Not able to read BranchName [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    Not able to read ContentType [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    Not able to read Ring [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    Not able to read IsBuildFlightingEnabled [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    018-09-24 15:19:28, Info                  CBS    WU: Windows update server selection group policy not set [HRESULT = 0x80070002 - ERROR_FILE_NOT_FOUND]
    Package~31bf3856ad364e35~amd64~~10.0.17134.1, Update: IIS-HttpErrors, Applicable: NeedsParent, Disposition: Staged
    2018-09-24 15:20:15, Info
    Package~31bf3856ad364e35~amd64~~10.0.17134.1, Remote Parent: IIS-HttpErrors, Intended State: Staged
    2018-09-24 15:20:15, Info 
    Package~31bf3856ad364e35~amd64~~10.0.17134.1, Update: IIS-HttpErrors-ServerCommon, Applicable: NeedsParent, Disposition: Staged
    Package~31bf3856ad364e35~amd64~~10.0.17134.1, Remote Parent: IIS-HttpErrors, Intended State: Staged
    2018-09-24 15:20:16, Info
    \30692351_2335111444\ACR\amd64_Microsoft-OneCore-ApplicationModel-Sync-Desktop-FOD-Package~~AMD64~~10.0.17134.1\$dpx$.tmp\job.xml, Error:0x80070002
    30692351_2335111444\ACR\amd64_Microsoft-Windows-Client-Features-Package~~AMD64~~10.0.17134.1\$dpx$.tmp\job.xml, Error:0x80070002
    \30692351_2335111444\ACR\amd64_Microsoft-Windows-Client-Features-WOW64-Package~~AMD64~~10.0.17134.1\$dpx$.tmp\job.xml, Error:0x80070002
    \30692351_2335111444\ACR\amd64_Microsoft-Windows-Client-LanguagePack-Package_en-US~~AMD64~en-us~10.0.17134.1\$dpx$.tmp\job.xml, Error:0x80070002
    \30692351_2335111444\ACR\amd64_Microsoft-Windows-EditionPack-Core-Package~~AMD64~~10.0.17134.1\$dpx$.tmp\job.xml, Error:0x80070002
    \30692351_2335111444\ACR\amd64_Microsoft-Windows-EditionPack-Core-WOW64-Package~~AMD64~~10.0.17134.1\$dpx$.tmp\job.xml, Error:0x80070002
    etc.
    Missing:
    Could not find component missing manifests:amd64_microsoft-windows-m..update-genuineintel_31bf3856ad364e35_10.0.17134.190_none_9e2f4a27088d1c11 in the sandbox
    Repr: After UUP download, some manifests are still missing

    Failed to collect payload and there is nothing to repair [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]
    Failed to repair store. [HRESULT = 0x800f081f - CBS_E_SOURCE_MISSING]

    Looks like the main things that are missing are the CSS E source and the manifests

    where can I go from here?
      My Computer


  8. Posts : 4,224
    Windows 10
       #48

    Looks like at least some of it is related to build flighting stuff. Could MS be revisiting the past? The actual files you can look for and try to replace. Not much to do about policy settings and what appears to be a handful of variables. Perhaps somebody else from the senior crew can weigh in here? @Brink @Bree @essenbe @Kari?
    --Ed--
      My Computers


  9. Posts : 4
    win 10
       #49

    Thanks for you input Ed. Anyone from the
    senior crew has any suggestions how to proceed?
      My Computer


  10. Posts : 2
    Windows 10 Pro
       #50

    The Windows 10 install ISOs I had downloaded a few months ago used install.esd, so I got the install.wim not found msg. Downloading a newer version of Windows from uupdump.ml and letting aria2 do is magic worked without issue. Problem solved, source recognized. :)

    I'm just getting started with pc repair and wanted my own PE. I was going crazy trying to figure out what to search for since I'm not hip to the vernacular. This place has been invaluable, thanks so much!
      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 04:26.
Find Us




Windows 10 Forums