i didn't see those meaningless commands anywhere before. it seems that he just made them up by himself.
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
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)
I'm trying to create a bootable ISO from a not encrypted esd file using only Windows ADK 10. Thanks Bye
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
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.
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 Thank you so much for this precious experience.
============================================================ 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' ?