Windows 10 ESD Repository

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

  1. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,797
    340
    The decrypter might pass (encrypted ranges are correct), but the ESD>WIM conversion will surely fail
     
  2. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    Just tested yesterday :cool2:. Didn't check the downloads hash in my haste and decrypted/re-arranged with the decrypter to a ISO successfully, but VM install failed at files extract.

    Interestingly the ISO creation only worked one single time. All following attempts stopped due to corrupted index 4.

    CONCLUSION: It can happen.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  3. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    #364 s1ave77, Jul 25, 2015
    Last edited by a moderator: Apr 20, 2017
    You want error output, no problem:

    Code:
    ============================================================
    Creating install.wim file...
    ============================================================
    
    Writing LZX-compressed data using 4 threads
    [ERROR] Failed to decompress data! written (9% done)
    ERROR: Exiting with error code 2:
           Failed to decompress compressed data.
    
    Errors were reported during export.
    
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  4. pecinta.loli

    pecinta.loli MDL Novice

    Oct 27, 2014
    13
    0
    0
    hmm... what about the delta after it is extracted to .iso? :/
     
  5. Tito

    Tito Super Mod / Adviser
    Staff Member

    Nov 30, 2009
    18,822
    19,034
    340
    Due to the nature of the decryption & conversion algorithm, each extracted ISO is different. So there is no way to construct a delta.
     
  6. Dufhz

    Dufhz MDL Junior Member

    Aug 6, 2009
    50
    3
    0
    What if you patched the meta data in iso and create a delta from that?.:g:
    Maybe that could work?.

    offset patcher ---> 00 bytes in home brew iso ---> same sha-1 create delta---> target sha-1

    deploy:

    offset patch ---> delta patch svf---> target
     
  7. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
    either way you'd be working with non-original files, so we can't really effort that kind of thing as they'll just get DMCA takedown
     
  8. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    581
    10
    30
    With the Windows ADK, what is the proper procedure to transform an esd file of Windows 10 in an iso?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  9. murphy78

    murphy78 MDL DISM Enthusiast

    Nov 18, 2012
    7,419
    11,688
    240
    Basic procedure is:
    1- Decrypt esd (not possible with adk)
    2- Apply index 1 to a folder (we use \ISOFOLDER)
    3- Apply index 2 to \ISOFOLDER\sources\boot.wim
    3- Apply index 3 to \ISOFOLDER\sources\boot.wim
    4- Apply index 4 to \ISOFOLDER\sources\install.wim or install.esd
    5- Make iso with oscdimg

    Refer to the script for the actual usage. You can edit to your liking.
    Older versions of the script in the win8 section of the forum use the old dism commands.
     
  10. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    581
    10
    30
    Which Microsoft utility is used to decrypt a file esd?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. s1ave77

    s1ave77 Has left at his own request

    Aug 15, 2012
    16,093
    24,397
    340
    No MS tool available, check the ESD>ISO link in my sig.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  12. imaperson

    imaperson MDL Novice

    Jan 6, 2010
    11
    0
    0
    #374 imaperson, Jul 27, 2015
    Last edited by a moderator: Apr 20, 2017
  13. Oz

    Oz MDL Expert

    Sep 1, 2009
    1,135
    769
    60
    #375 Oz, Jul 28, 2015
    Last edited by a moderator: Apr 20, 2017
    Are there any svf files around for the ESD's?

    Looking for

    Code:
    10240.16384.150709-1700.th1_cliententerprise_vol_x64fre_en-us_54d610e4e51a30e8f3e2e404cb3694e2af376756.esd
    
    ->
    
    10240.16384.150709-1700.th1_clientsinglelanguage_ret_x64fre_en-us_31ddb0e5ddcd7b5358b865f67415d557c0ee9245.esd
    10240.16384.150709-1700.th1_clientcore_ret_x64fre_en-us_225b811354c27d6e0dee4157d4732d7ca4b17f72.esd
    10240.16384.150709-1700.th1_clientpro_ret_x64fre_en-us_9d40e15f430ab89a1eabb165acbf40c9f07d18bb.esd
    
    &

    Code:
    10240.16384.150709-1700.th1_cliententerprise_vol_x86fre_en-us_6dcd2b206412f4e5315c44b8693d0f3f6a5da9d1.esd
    
    ->
    
    10240.16384.150709-1700.th1_clientsinglelanguage_ret_x86fre_en-us_1e30e5053b533cc385a78a0d166e84754567f00d.esd
    10240.16384.150709-1700.th1_clientcore_ret_x86fre_en-us_582006c98d18a4c215708623d5bc70757adce4d1.esd
    10240.16384.150709-1700.th1_clientpro_ret_x86fre_en-us_83d0ecebe1ccdde08a144a34df656d2af48c6b84.esd
    
    Thanks to anyone who can help
     
  14. Threat

    Threat Lord of the Files

    Feb 23, 2014
    1,063
    872
    60
    Can't help with the esd's, never bothered with them but can do some ISO's soon :D
     
  15. GezoeSloog

    GezoeSloog knows a guy, who knows another guy.

    Feb 10, 2012
    876
    8,510
    30
    SVFs for ESD doesn't make any sense, due to their sizes o_O
     
  16. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    507
    30
    you are really THREAT on 29
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  17. Threat

    Threat Lord of the Files

    Feb 23, 2014
    1,063
    872
    60
    Well it likely won't be 29th according to Gabe. Sometime just after.
     
  18. apologized

    apologized MDL Addicted

    Nov 29, 2012
    874
    507
    30

    talking about the ISO's ...
    yeah it would be SAD to wait it but ESD file can do the JOB temporary
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...