Windows 10 ESD Repository

Discussion in 'Windows 10' started by Tito, Oct 1, 2014.

  1. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,358
    7,077
    210
    #2301 Carlos Detweiller, Jul 21, 2019
    Last edited: Jul 21, 2019
    Thanks! I guess that AddUpdates=2 is dedicated to us poor Windows 7 users where DISM does not properly integrate updates, despite the correct ADK being installed. It just errors out and the image becomes non-servicable.

    Does that method of updating work for both clean and upgrade install?

    Edit: The Github link is 404, v30 is not in the Github repo. The other mirror is OK.
     
  2. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,917
    340
    Yes, @Enthousiast thankfully tested upgrade and it worked

    fixed.
     
  3. Carlos Detweiller

    Carlos Detweiller Emperor of Ice-Cream

    Dec 21, 2012
    6,358
    7,077
    210
    I see another advantage for AddUpdates=2 - use it for a base image and you'll never lose it. Just replace the updates with newer ones, later.
     
  4. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,917
    340
    But remember to follow the naming scheme :)
    1 for SSU, 2 for other updates, 3 for LCU
     
  5. cuteee

    cuteee MDL Guru

    Oct 13, 2012
    5,730
    982
    180
    What's that LCU ?
     
  6. Nemo_G

    Nemo_G MDL Novice

    Sep 28, 2011
    12
    1
    0
    Last Cumulative Update!
     
  7. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    Finally ;):p:D
     
  8. Anyone who has some log files from v 30?
     
  9. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
  10. pierun

    pierun MDL Novice

    Aug 29, 2013
    16
    0
    0
    Hi. I got error while conversion .esd to .iso (to .iso with compressed .esd and also to .iso with standard .wim). Base .esd i downloaded twice. To conversion I used esd-decrypter-wimlib-50? Any advices?
     

    Attached Files:

    • 222.PNG
      222.PNG
      File size:
      13.1 KB
      Views:
      24
  11. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    What exact esd file are you trying to convert to ISO?
     
  12. pierun

    pierun MDL Novice

    Aug 29, 2013
    16
    0
    0
    18362.239.190709-0052.19h1_release_svc_refresh_CLIENTCONSUMER_RET_x64FRE_pl-pl.esd downloaded from tb.rg-adguard.net.


    edit:

    sha on page above is a8b5e23b03549240a86a4076480a5289219866f8
    sha of my .esd is 09db216761ef1f134f977dbae1d879977a154f89 (the same for both .esds)
     
  13. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    The sha can't be the same for two esd files, unless you mean the same file.

    These are the checksums of the ESD:
    Code:
    Name: 18362.239.190709-0052.19h1_release_svc_refresh_CLIENTCONSUMER_RET_x64FRE_pl-pl.esd
    Size: 3416807882 bytes (3258 MiB)
    CRC32: 9C638D64
    CRC64: 4DB0728E454FD1E0
    SHA256: B798BB6B71F43721B0A93A2BE22C63F6B74D80B6C793901F0946FD2EA7059058
    SHA1: A8B5E23B03549240A86A4076480A5289219866F8
    BLAKE2sp: CDD0EE309040B94314AD35164D636505F46CC8C6018B7D45ECB7D61CB927CDD2
    
    Your download seems to be corrupted.
     
  14. pierun

    pierun MDL Novice

    Aug 29, 2013
    16
    0
    0
    I used your link to download .esd and converted it with no problems :)

    It's weird .esd file downloaded (with IDM) twice from tb.rg-adguard.net was corrupted.
     
  15. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    47,274
    94,766
    450
    The ESD's are all downloaded directly from MSFT servers, the only thing causing this is locally on your network/hardware/software.
     
  16. ciscokid

    ciscokid MDL Senior Member

    Jun 3, 2007
    319
    74
    10
    I'm getting this filename for the Consumer x64 English version ESD with v50

    18362.239.190629-1845.19H1_RELEASE_SVC_PROD1_CLIENTCONSUMER_OEMRET_X64FRE_EN-US.ISO

    Did the install.esd way (option 2)

    Is this ok? I was assuming the date would match the ESD file of 18362.239.190709-0052.19h1_release_svc_refresh_CLIENTCONSUMER_RET_x64FRE_en-us.esd
     
  17. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    16,226
    84,917
    340
    Yes, OK
    matching ESD date label will require updating the script and setting it manually
    i didn't see it's really needed this time :rolleyes:

    you can add this to line 548 if you want
    Code:
    if %revision%==18362.239 (set _label=18362.239.190709-0052.19h1_%_rsr%_CLIENT&set branch=19h1_%_rsr%)
     
  18. Just rename it manually after decryption. It takes more time to edit the script than copy the filename from the ESD to the ISO file.
     
  19. ciscokid

    ciscokid MDL Senior Member

    Jun 3, 2007
    319
    74
    10
    Thank you, just wanted to make sure you knew.