After examining decrypt.cmd (v45) , I fix this file name issue adding code below in section :setlabel , line 500 of the decrypt.cmd (v42): Code: if %revision%==17763.379 (set _label=17763.379.190312-0539.rs5_release_svc_refresh_CLIENT&set branch=rs5_release_svc_refresh)
esd-decrypter-wimlib v47 Fixed the multi-arch detection and creation issue thank you for your patience p.s. @Enthousiast
Working Example, option one of the multi-arch options: Code: ============================================================================ Detected 2 similar ESD files: (x64/x86) / Build: 17763 / Lang: en-US create a multi-architecture ISO for both? ============================================================================ 0 - No, continue for prompt to process one file only 1 - ISO with 2 separate install.esd (same as MediaCreationTool) 2 - ISO with 2 separate install.wim (similar to 1, bigger size) 3 - ISO with 1 combined install.wim (Custom AIO) ============================================================================ Choose a menu option: Code: ============================================================ Checking ESD Info (x64) . . . ============================================================ ============================================================ Creating Setup Media Layout (x64) . . . ============================================================ ============================================================ Creating boot.wim (x64) . . . ============================================================ Using LZX compression with 8 threads Archiving file data: 804 MiB of 804 MiB (100%) done Using LZX compression with 8 threads Archiving file data: 112 MiB of 112 MiB (100%) done ============================================================ Creating install.esd (x64) . . . ============================================================ Using LZMS compression with 1 thread Archiving file data: 8094 MiB of 8094 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 249 MiB of 249 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 124 MiB of 124 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 120 MiB of 120 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 137 MiB of 137 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 133 MiB of 133 MiB (100%) done ============================================================ Checking ESD Info (x86) . . . ============================================================ ============================================================ Creating Setup Media Layout (x86) . . . ============================================================ ============================================================ Creating boot.wim (x86) . . . ============================================================ Using LZX compression with 8 threads Archiving file data: 611 MiB of 611 MiB (100%) done Using LZX compression with 8 threads Archiving file data: 98 MiB of 98 MiB (100%) done ============================================================ Creating install.esd (x86) . . . ============================================================ Using LZMS compression with 1 thread Archiving file data: 5354 MiB of 5354 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 163 MiB of 163 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 83 MiB of 83 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 81 MiB of 81 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 91 MiB of 91 MiB (100%) done Using LZMS compression with 1 thread Archiving file data: 89 MiB of 89 MiB (100%) done ============================================================ Preparing boot configuration settings . . . ============================================================ ============================================================ Creating ISO . . . ============================================================ OSCDIMG 2.56 CD-ROM and DVD-ROM Premastering Utility Copyright (C) Microsoft, 1993-2012. All rights reserved. Licensed only for producing Microsoft authorized content. Scanning source tree (1500 files in 131 directories) Scanning source tree complete (1951 files in 178 directories) Computing directory information complete Image file is 7033782272 bytes (before optimization) Writing 1951 files in 178 directories to 17763.379.190312-0539.RS5_RELEASE_SVC_REFRESH_CLIENTBUSINESS_VOL_X86-X64FRE_EN-US.ISO 100% complete Storage optimization saved 731 files, 83136512 bytes (2% of image) After optimization, image file is 6956474368 bytes Space saved because of embedding, sparseness or optimization = 83136512 Done. Press any key to exit.
There is no encryption of ESD's since 1703/15063 or 1709 got released (have to check which one it was).
Yes, 17134.112. (include updates) is more recent that 17134.1 (vanilla) if you want to add language packs or integrate latest updates, using 17134.1 is better
I used uup-converter-wimlib-24 with AddUpdates, ResetBase, NetFx3 = 1 to create a 18362.30 x64 Pro ISO and copied the contents to a GPT FAT32 USB3 drive. If I insert the stick to a USB3 port of an old AMD based notebook then the installer can't detect the SATA2 hard drive (waits for a driver). If I insert the stick to a USB2 port then the SATA2 drive is detected but the install hangs at 0% (after a reboot into the installer I see the default partition layout was created and a little data was written but that's it). There were no errors. How could we figure out what goes wrong?
Can be the usb key, the pc, but most likely not the iso, win 10 should supports all by itself out of the box.
Hello Guys, since 18362.30 is the RTM, any way to download the entire ISO or ESD in order to do a clean install without be part of the Insider ring ? Thanks