Windows 10: DISM restore failing when using ISO Windows 11

Discus and support DISM restore failing when using ISO Windows 11 in Windows 10 Software and Apps to solve the problem; HelloI have been having BSOD errors in droves, for about six months, and miscrosoft help via chat, contacted multiple times with different support... Discussion in 'Windows 10 Software and Apps' started by Smitty314159, Feb 20, 2023.

  1. DISM restore failing when using ISO Windows 11


    HelloI have been having BSOD errors in droves, for about six months, and miscrosoft help via chat, contacted multiple times with different support persons can't find out what's wrong. So, I've ventured forth on my own here. Just about at my wits' end.Asus ROG Zephyrus G14 G401lV, running Windows 11. The only things I ever installed on it were discord, chrome, steam, and steam games.I've tried to restore my computer - multiple times - to both Windows 10 and Windows 11, but the restore always freezes and then I BSOD. I've tried using both the built-in "restore pc" and the "media creation tool"

    :)
     
    Smitty314159, Feb 20, 2023
    #1
  2. RejZoR Win User

    How to get damn DISM to work?

    Thx guys, I'll compress this data into a blog post. For all the so called guides I've read, not a single one mentioned it has to be WIM file (some listed even ESD which clearly doesn't work) or that certain ISO images don't work with DISM.

    After I've done DISM thingie, SFC also managed to repair stuff. Which is what I've needed here.
     
    RejZoR, Feb 20, 2023
    #2
  3. ISO flavors and DISM


    The Windows MCT creates an ISO with an Install.esd file. The TechBench ISO download has an Install.wim file.

    I've seen some posts that say the Install.esd file cannot be used with DISM.
    I've seen some posts that show a complicated method of using Install.esd with DISM.
    I've seen one post that shows DISM with a "SOURCE:ESD: ..." parm (that certainly implies esd files work).

    I tried the latter to repair an error that SFC could not fix and got a "The source files could not be found" error. (I don't remember that actual text of the error message, but the logged message was The source files could not be found; their location must be specified using the /source option to restore the feature. - GetCbsErrorMsg
    So,


    • Should I download the TechBench version just so I get the .wim file?
    • If so, should I burn a disk from that rather than use the mct version (assuming I ever really need the ISO)?

    Also, I've seen several comments on the web about putting the Install.wim or Install.esd on the desktop and pointing DISM at it. Why? I've got the ISO files on both a DVD and on an external drive. I may soon have a set of ISO files with the .wim file on an external drive. Is this suggestion just a performance consideration, or does DISM have an issue with accessing source on external drives?
     
    pokeefe0001, Feb 20, 2023
    #3
  4. topgundcp Win User

    DISM restore failing when using ISO Windows 11

    Source to use for DISM on Windows 10


    This is not completely true. The suggestion is to download the Techbench version and use DISM to apply to install.wim directly. However, you can also use the version download from MCT except it will involve an extra step as follows:
    1. Use the latest version of 7-Zip to extract the content of install.esd. For example: to a folder xxx on the desktop
    2. From Admin command prompt:
      Dism /Online /Cleanup-Image /RestoreHealth /Source:%USERPROFILE%\Desktop\xxx\windows /LimitAccess

    See screen shot, the contents of install.wim and install.esd are exactly the same.


    DISM restore failing when using ISO Windows 11 49542d1485959863t-source-use-dism-windows-10-a-dis.jpg
     
    topgundcp, Feb 20, 2023
    #4
Thema:

DISM restore failing when using ISO Windows 11

Loading...
  1. DISM restore failing when using ISO Windows 11 - Similar Threads - DISM restore failing

  2. DISM restore failing when using ISO Windows 11

    in Windows 10 Gaming
    DISM restore failing when using ISO Windows 11: HelloI have been having BSOD errors in droves, for about six months, and miscrosoft help via chat, contacted multiple times with different support persons can't find out what's wrong. So, I've ventured forth on my own here. Just about at my wits' end.Asus ROG Zephyrus G14...
  3. DISM fails when /Image: switch used ...

    in Windows 10 Gaming
    DISM fails when /Image: switch used ...: Good day all !Looks like a bug ?????I have a non working VMware VM virtual machine.I loaded Windows 21H2 on a 2nd VM and set it to see the 1st non-working VM hard drive as E:\I then run:DISM /Image:E:\ /Cleanup-Image /RestoreHealthI get:Error: 605An error occurred accessing...
  4. DISM fails when /Image: switch used ...

    in Windows 10 Installation and Upgrade
    DISM fails when /Image: switch used ...: Good day all !Looks like a bug ?????I have a non working VMware VM virtual machine.I loaded Windows 21H2 on a 2nd VM and set it to see the 1st non-working VM hard drive as E:\I then run:DISM /Image:E:\ /Cleanup-Image /RestoreHealthI get:Error: 605An error occurred accessing...
  5. DISM fails when /Image: switch used ...

    in Windows 10 Software and Apps
    DISM fails when /Image: switch used ...: Good day all !Looks like a bug ?????I have a non working VMware VM virtual machine.I loaded Windows 21H2 on a 2nd VM and set it to see the 1st non-working VM hard drive as E:\I then run:DISM /Image:E:\ /Cleanup-Image /RestoreHealthI get:Error: 605An error occurred accessing...
  6. DISM restore fails

    in Windows 10 Installation and Upgrade
    DISM restore fails: What do I do next after DISM fails and I am still unable to update windows. I have tried DISM .exe /Online /Cleanup-image /Scanhealth which completes successfully with "The component store is repairable". I then ran DISM.exe /Online /Cleanup-image /Restorehealth.This failed...
  7. Dism failing in restoring health of Windows Image

    in Windows 10 Performance & Maintenance
    Dism failing in restoring health of Windows Image: I am trying to restore health of my Win 10 Pro image. I downloaded the fresh Win 10 64 bit ISO from MS. Converted the install.esd to install.wim. But after running 82.9% Dism is failing with the error that source file could not be found.I first kept install.wim in root...
  8. Using DISM to restore offline image

    in Windows 10 Installation and Upgrade
    Using DISM to restore offline image: Hi Microsoft, My windows 10 bootloader is corrupted. I receive errors 0xc0000225 and 0xc0000098 while booting. I have found different methods on internet to fix it but none of it seemed to work. I was trying to repair my image using dism.exe but the problem i am facing...
  9. ISO flavors and DISM

    in Windows 10 Performance & Maintenance
    ISO flavors and DISM: The Windows MCT creates an ISO with an Install.esd file. The TechBench ISO download has an Install.wim file. I've seen some posts that say the Install.esd file cannot be used with DISM. I've seen some posts that show a complicated method of using Install.esd with DISM....
  10. DISM failure -- unable to fix using Win10 ISO

    in Windows 10 Performance & Maintenance
    DISM failure -- unable to fix using Win10 ISO: I recently restored an HP laptop that was crashing more frequently all the time -- and had to go back to early October to find a build that was stable without problems. So after updating the apps and settings, I ran a DISM command to analyze the component store, and it...