Yeah, if the edition wrapper exists it will fail. Q: Can we create non-initial builds in unstaged method?
Checksum... Do you know why 17763.1 Unstaged image (in any format\any boot method) needs "LCU update" before it can boot to OOBE without BSOD upon completion of install? Similar to your generalization tweak. But not that issue. (I made it exactly the same as official image packages. No difference. Useless to replace with official config folder. Useless to import drivers from working image. Only working with LCU update.)
I download "professional_xx-xx.esd" from UUPdump for winre.wim. It works for build from 19041 forward. But I need 17763 one, and it won't work. Why? Because 17763 uses "Professional_xx-xx.esd". case-sensitive! Q: How to search this specific file so that I can find out its exact file name before download?
@xinso Is there any way that I can create unstaged for Windows 8.1 or Windows 10 versions up to 1607? I tried to extract SxS files, but obviously I did not get any .mum files that I needed.
Tested 17763.1 unstaged Script Result: BSOD:CRITICAL_PROCESS_DIED Solution: (Still analyzing dump) ...To be continued.... EDIT:1. Only the manifests in sxs is needed. 2.Only manifests whose name includes '.' instead of '-' is needed. 3.Correct=Decompressed.Wrong=Compressed. 4.The compressed files are in the sxs of the image created from unstaged. Just decompress them.
17763-Unstaged-Fix.cmd Code: Spoiler Code: cd /d %~dp0 set MT=D:\1\2 set SxSExp=SxSExp64.exe rmdir /s /q .\fixdir md .\fixdir rmdir /s /q .\fixed md .\fixed setlocal enabledelayedexpansion copy /y %MT%\Windows\WinSxS\Manifests\*vc??.crt* .\fixdir copy /y %MT%\Windows\WinSxS\Manifests\*_5.82* .\fixdir copy /y %MT%\Windows\WinSxS\Manifests\*_6.0* .\fixdir copy /y %MT%\Windows\WinSxS\Manifests\*microsoft.windows*_1.0* .\fixdir copy /y %MT%\Windows\WinSxS\Manifests\*microsoft.windows*_1.1* .\fixdir del /q .\fixdir\Manifests\*winhttp* for %%i in (.\fixdir\*.manifest) do ( call :getname %%i %SxSExp% %%i .\fixed\!tmpname! ) move /y .\fixed\* %MT%\Windows\WinSxS\Manifests\ pause :getname set tmpname=%~nx1 :EOF Result: Spoiler: OOBE
How create windows 10 21h2 enterpriseS lite whithout breaks windows update ? Feature safe to remove ?
initial build stands for "official release", not "insider preview". 10240.16384 10586.0 14393.0 15063.0 16299.15 17134.1 17763.1 18362.1 19041.1 20348.1 22000.1 All these are official releases, supported by LCU.