Windows 10 ESD Repository

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

  1. cengizhan

    cengizhan MDL Senior Member

    Jul 29, 2009
    478
    154
    10
    i didn't see those meaningless commands anywhere before. it seems that he just made them up by himself. :eek:
     
  2. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #702 xinso, Oct 18, 2015
    Last edited by a moderator: Apr 20, 2017
    How about this?

    Code:
    01) md "<Windows_Files_Path>"
    
    02) md "<iso_Path>"
    
    03) md "<esd_File_Path>"
    
    04) move "<Primary_partition_letter>:\$Windows.~BT\sources\install.esd" "<esd_File_Path>\"
    
    05) dism /Get-WimInfo /WimFile:"<esd_File_Path>\install.esd"
    
    06) dism /Apply-Image /ImageFile:"<esd_File_Path>\install.esd" /Index:1 /ApplyDir:"<Windows_Files_Path>"
    
    07) dism /Export-Image /SourceImageFile:"<esd_File_Path>\install.esd" /SourceIndex:2 /DestinationImageFile:"<Windows_Files_Path>\sources\boot.wim" /Compress:Max
    
    08) dism /Export-image /SourceImageFile:"<esd_File_Path>\install.esd" /SourceIndex:3 /DestinationImageFile:"<Windows_Files_Path>\sources\boot.wim" /Compress:Max /Bootable
    
    09) dism /Export-image /SourceImageFile:"<esd_File_Path>\install.esd" /SourceIndex:4 /DestinationImageFile:"<Windows_Files_Path>\sources\install.esd" /Compress:Recovery
    
    10) oscdimg -o -u2 -udfver102 -l"<Label_Name>" -tmm/dd/yyyy,hh:mm:ss -bootdata:2#p0,e,b"<Windows_Files_Path>\boot\etfsboot.com"#pEF,e,b"<Windows_Files_Path>\efi\microsoft\boot\efisys.bin" "<Windows_Files_Path>" "<iso_Path>\<iso_Name>.iso"
     
    11) isoburn /Q <Drive_Letter>: "<iso_Path>\<iso_Name>.iso"
    [Note]

    To be upgradable in-place,

    install.esd > install.wim

    Compress:Recovery > Compress:Max
     
  3. Enthousiast

    Enthousiast MDL Tester

    Oct 30, 2009
    49,681
    103,548
    450
    If you have that .esd file, you only had to convert it to iso with the latest wimblib esd > iso converter provided by a well known MDL member (correct me if i'm wrong) ;)
     
  4. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    581
    10
    30
    I'm trying to create a bootable ISO from a not encrypted esd file using only Windows ADK 10.

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  5. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    581
    10
    30
    #705 balubeto, Oct 18, 2015
    Last edited by a moderator: Apr 20, 2017
    Are you sure that Windows 10 does not boot with a boot.esd file? Or rather, as I modify the two BCD to make sure that Windows 10 boots?

    Thanks

    Bye
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #706 xinso, Oct 18, 2015
    Last edited: Oct 18, 2015
    Oh, I see. It should be a good idea. Thanks.

    But I am not familiar with BCD. And I did download an ISO with boot.esd, and... it would not boot.
     
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    #708 xinso, Oct 24, 2015
    Last edited by a moderator: Apr 20, 2017
    Normally it would not boot with compressed boot files. e.g. winload.exe

    But I still wonder if we can change with uncompressed boot files in boot.esd by wimlib-imagex.exe?

    Feedback: (boot.wim compressed with /Compress:Recovery)

    Code:
    wimlib-imagex.exe update boot.wim 2 <e:\wim-update.txt
    wim-update.txt
    Code:
    add 'e:\winload.exe' '\Windows\System32\boot\winload.exe'
    e.g.

    Code:
    E:\>wimlib-imagex.exe update boot.wim 2 <e:\wim-update.txt
    Scanning "e:\winload.exe" (loading as WIM path: "\Windows\System32\boot\winload.exe")...
    881 KiB scanned (1 files, 0 directories)
    Updating "\Windows\System32\Boot\winload.exe" in WIM image
    Writing LZMS-compressed data using 1 thread
    0 bytes of 0 bytes (uncompressed) written (0% done)
    Calculating integrity table for WIM: 138 MiB of 138 MiB (100%) done
    NOGO.png

    Thank you so much for this precious experience.
     
  8. balubeto

    balubeto MDL Addicted

    Dec 22, 2009
    581
    10
    30
    #709 balubeto, Oct 24, 2015
    Last edited by a moderator: Apr 20, 2017
    Using only Windows ADK 10, it is possible to do this?

    Thanks

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

    xinso MDL Guru

    Mar 5, 2009
    13,714
    14,438
    340
    I have no idea because I usually do not use ADK.
     
  10. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
  11. ogckill

    ogckill MDL Junior Member

    Mar 22, 2012
    65
    88
    0
    ============================================================
    Found more than one ESD file in the current directory
    Enter the name of the desired file to process
    You may use "Tab" button to ease the selection
    ============================================================

    10565.0.151006-2014.th2_release_clientcore_ret_x64fre_en-us_9da36068b03cc182da979700d17c66c3cf81cbc7.esd

    ============================================================
    ESD Contents Info
    ============================================================

    OS: Windows 10 Home Insider Preview
    Arch: x64
    Language: EN-US
    Version: 10.0.10565.0
    Branch: A=A


    why Branch = "A=A" for "esd-decrypter-wimlib-9.zip' ?
     
  12. l33tissw00t

    l33tissw00t MDL Addicted

    Dec 6, 2012
    819
    522
    30
  13. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    Does anyone used esd-decrypter-wimlib-9 with latest preview 10576? did it worked as expected?
     
  14. Snuffy

    Snuffy MDL Expert

    Jan 7, 2008
    1,272
    630
    60
    I converted ESD to install.wim only and worked fine here.
     
  15. amajmon

    amajmon MDL Senior Member

    Sep 21, 2012
    300
    130
    10
    I try just now. It seems work.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  16. abbodi1406

    abbodi1406 MDL KB0000001

    Feb 19, 2011
    17,211
    90,794
    340
    Yeah, creating/naming the iso file is the thing changed, creating wim files stand still :biggrin:

    thanks