Windows 10: .esd does work without .wim

Discus and support .esd does work without .wim in Windows 10 Installation and Upgrade to solve the problem; Can use DISM for .ESD (windows is compressed) repair below without converting to .WIM: Run as admin & fix # of OS and letter of installation flash... Discussion in 'Windows 10 Installation and Upgrade' started by maranna, Jul 2, 2019.

  1. maranna Win User

    .esd does work without .wim


    Can use DISM for .ESD (windows is compressed) repair below without converting to .WIM:
    Run as admin & fix # of OS and letter of installation flash drive:
    ! Be sure to use the right Drive letter so likely replace the E.

    1-insert OS flashdrive,2- copy 1st string to Word doc if letter not same as your flash; otherwise just run to see number, 3-change the letter of OS flash if necessary, in Word then 4-copy corrected string and paste into cmd as admin. 5-when know letter and number = run second string
    Get OS # with 1st string = dism /get-wiminfo /wimfile:E:\sources\install.esd

    2nd string Get DISM fix for .ESD from flash drive = Dism /Online /Cleanup-Image /RestoreHealth /Source:esd:E:\Sources\Install.esd:6 /limitaccess

    >>The reason I posted this is b/c it seems so many are looking to use .wim since the 1903 version which is .esd.
    I was trying to help by showing you do not have to use .Wim.

    :)
     
    maranna, Jul 2, 2019
    #1
  2. Kyhi Win User

    Iso, esd or wim?


    And Image-Health does all of the suggested above..
    finds the source Install.*** > supports the use of .esd or .wim
    clears the log..
    runs the proper dism commands..

    All you have to do > is select the option to run...

    But, the techbench ISO with an Install.wim - is the preferred source................
     
    Kyhi, Jul 2, 2019
    #2
  3. NavyLCDR Win User
    Iso, esd or wim?


    Many people have reported that DISM will not use the .ESD file contained in the Media Creation Tool ISO file and had to download the ISO from Tech Bench containing the .WIM file, so I always suggest just going to Tech Bench first.
     
    NavyLCDR, Jul 2, 2019
    #3
  4. .esd does work without .wim

    DISM, Export WIM>ESD (recovery) > Crashes (0x80070008)

    That worked miracles, thanks for the solution for WinPE.

    Makes me wonder, if the ScratchDir could be located in ramdrive like extending the PE WIM or using 3rd party solutions to have that ~1024MB. Assuming ScratchDir being written same time at same drive where WIM is read and ESD is written causes quite some
    IO loss. RAM/Memory would be way faster solution.

    -edit-

    Hmm, didn't know there was a command for this already. Here's first example:

    https://community.ivanti.com/docs/DOC-7807

    Stupid me for not reading a bit about subject first.
     
    Jami Kellosalo, Jul 2, 2019
    #4
Thema:

.esd does work without .wim

Loading...
  1. .esd does work without .wim - Similar Threads - esd does without

  2. DISM error 0x800f081f couldn't restore health with both the .esd and .wim

    in Windows 10 Gaming
    DISM error 0x800f081f couldn't restore health with both the .esd and .wim: Can't restore health no matter what I try says "couldn't find initial files".DISM log https://answers.microsoft.com/en-us/windows/forum/all/dism-error-0x800f081f-couldnt-restore-health-with/90cfacfc-f588-4835-9b27-846c14901629
  3. DISM error 0x800f081f couldn't restore health with both the .esd and .wim

    in Windows 10 Software and Apps
    DISM error 0x800f081f couldn't restore health with both the .esd and .wim: Can't restore health no matter what I try says "couldn't find initial files".DISM log https://answers.microsoft.com/en-us/windows/forum/all/dism-error-0x800f081f-couldnt-restore-health-with/90cfacfc-f588-4835-9b27-846c14901629
  4. DISM error 0x800f081f couldn't restore health with both the .esd and .wim

    in Windows 10 Installation and Upgrade
    DISM error 0x800f081f couldn't restore health with both the .esd and .wim: Can't restore health no matter what I try says "couldn't find initial files".DISM log https://answers.microsoft.com/en-us/windows/forum/all/dism-error-0x800f081f-couldnt-restore-health-with/90cfacfc-f588-4835-9b27-846c14901629
  5. DISM, Export WIM>ESD (recovery) > Crashes (0x80070008)

    in Windows 10 Installation and Upgrade
    DISM, Export WIM>ESD (recovery) > Crashes (0x80070008): Well, got interesting error with latest Windows 10 ADK, crashes while exporting image from WIM to ESD using /compress:recovery switch, same happens also with wimlib and solution seems the same (Figured perhaps this helps someone who might have same error). HW information:...
  6. Iso, esd or wim?

    in Windows 10 Support
    Iso, esd or wim?: Wish to correct a Source files missing problem, so need to download an ISO. Installed is W10 1511 version 10586.164 Pro.....how can I tell whether it is ESD or WIM? I know that downloads are as following.....M$ Media is ESD and TechNet is WIM. 44127
  7. Create a wim or esd file with no volume image

    in Windows 10 Support
    Create a wim or esd file with no volume image: [img] Hi Using Windows ADK 10 v1511, it is possible to create a wim or esd file with no volume image so that I can add them later? Thanks Bye 42214
  8. Stuck on converting ESD to WIM File using a script tool

    in Windows 10 Support
    Stuck on converting ESD to WIM File using a script tool: Hi, I'm facing difficulty while trying to convert .ESD to .WIM File I'm using a script that belongs to below source: How to convert install.esd to install.wim Mark The Tech DISM giving me the following error when reaching at 84%> error 605 the specified buffer...
  9. Extract a .WIM from an .ESD?

    in Windows 10 Installation and Upgrade
    Extract a .WIM from an .ESD?: Hi guys, I'm trying to make a 10 Pro 10586 image with MDT 2013 Update 1 and I cannot use the ISO I got from the Media Creation Tool. I realized this is because the ISO now uses a install.esd instead of install.wim; I read that it is possible to extract the .wim from a ESD...
  10. Convert ESD file to WIM using DISM in Windows 10

    in Windows 10 Tutorials
    Convert ESD file to WIM using DISM in Windows 10: How to: Convert ESD file to WIM using DISM in Windows 10 [img] Information Servicing an offline image, mounting an image, committing changes, it all sounds a bit complicated to an average Windows user. However, it's just geek speak meaning modifying default Windows...