[ARCHIVED] Windows Editions Reconstruction Project

Discussion in 'Windows 10' started by whatever127, Jan 10, 2020.

Thread Status:
Not open for further replies.
  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #7681 xinso, Apr 27, 2022
    Last edited: Apr 27, 2022
    OK.
     
  2. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    Yeah, if the edition wrapper exists it will fail.
    Q: Can we create non-initial builds in unstaged method?
     
  3. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    IMHO simply changing all the versions in LCU mum will be more universal.
     
  4. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #7684 xinso, Apr 27, 2022
    Last edited: Apr 27, 2022
    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.)
     
  5. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #7685 xinso, Apr 27, 2022
    Last edited: Apr 27, 2022
    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?
     
  6. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
  7. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #7687 xinso, Apr 28, 2022
    Last edited: Apr 28, 2022
    Not solved but working: Install LCU.
     
  8. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
  9. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
  10. example12345678912345678

    Dec 29, 2019
    569
    322
    30
    @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.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  11. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #7691 xinso, Apr 29, 2022
    Last edited: Apr 29, 2022
    I have no experience with old builds.
     
  12. Nack11

    Nack11 MDL Member

    Oct 30, 2021
    152
    21
    10
    *16299.0
     

    Attached Files:

  13. Nack11

    Nack11 MDL Member

    Oct 30, 2021
    152
    21
    10
  14. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #7694 xinso, Apr 30, 2022
    Last edited: Apr 30, 2022
    17763.1 Unstaged has some package issue.
    Yet,
    17134.1 Unstaged is even more difficult.
     
  15. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    16299.0 has a watermark and a expiration time.
    16299.15 doesn't.
     
  16. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    #7696 gailium119, Apr 30, 2022
    Last edited: Apr 30, 2022
    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.
     
  17. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    790
    510
    30
    17763-Unstaged-Fix.cmd
    Code:
    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:
    upload_2022-4-30_14-38-50.png
     
  18. pm67310

    pm67310 MDL Guru

    Sep 6, 2011
    3,350
    2,523
    120
    How create windows 10 21h2 enterpriseS lite whithout breaks windows update ? Feature safe to remove ?
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
  19. Nack11

    Nack11 MDL Member

    Oct 30, 2021
    152
    21
    10
    I know, but the 16299 initial build is 16299.0, not 16299.15
     
  20. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,711
    14,437
    340
    #7700 xinso, Apr 30, 2022
    Last edited: Apr 30, 2022
    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.