[GUIDE] [DISCUSSION] Windows Editions Reconstructions

Discussion in 'Windows 10' started by TesterMachineOS, Sep 3, 2024.

  1. xinso

    xinso MDL Guru

    Mar 5, 2009
    13,807
    14,507
    340
    #1481 xinso, Feb 3, 2025
    Last edited: Feb 3, 2025
  2. Skylined

    Skylined MDL Senior Member

    Nov 10, 2008
    255
    99
    10
    #1483 Skylined, Feb 3, 2025
    Last edited: Feb 3, 2025
  3. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    622
    114
    30
  4. gailium119

    gailium119 MDL Addicted

    Oct 12, 2021
    797
    519
    30
    nvm, wait until the next update and I'll release the update package as well
     
  5. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    622
    114
    30
    thank you, i appreciate :)
     
  6. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    604
    214
    30
    It can be fixed manually i hope. If you upload full build or svf file.
     
  7. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    620
    352
    30
    What do you mean? Send the Custom CU?

    Can you be more specific?

    The ISO I'm using I got from uupdump (22621.1)
     
  8. 2012mshs

    2012mshs MDL Novice

    Aug 13, 2015
    23
    27
    0
    Maybe: ssu-lcu-ep
    You can use UpdateOS to make custom update.
     
  9. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    620
    352
    30
    Of course I used UpdateOS for the LCU and SSU Custom.;)

    I guess I should change the order of integration. :)

    I will try to leave the updates as last resort, so the product key is assigned first and then the updates will be applied.
     
  10. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    604
    214
    30
    #1492 liliactr, Feb 3, 2025
    Last edited: Feb 3, 2025
    The final iso. You can create svf file from us_windows_11_consumer_editions_version_23h2_updated_jan_2025_x64_dvd_f078c50e.iso or closes update build to 4830. Why not create enterprises and create iot enterprises changing edition at the end.

    Before uploading full build can you upload only Software hiv
     
  11. TesterMachineOS

    TesterMachineOS MDL Addicted

    Apr 20, 2021
    620
    352
    30
    The build I'm trying to make is a bit different:

    start with 22621.1 -> convert from pro to iotenterprises

    then integrate updates (including EP 23H2)

    the expected result:

    22631.XXXX Windows 11 IoT Enterprise LTSC
     
  12. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,895
    1,572
    60
    Can you release the update package with all language as well please, as i have got 20348.3091.1.9 working but it is useless without en-US 20348.3091.1.9 language pack update...
     
  13. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    604
    214
    30
    I know i have fixed a few times such errors. Problem is default key missmatch with current edition or staging errors with that edition. Anyway if you can not solve it contact me. I will not say again.
     
  14. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    622
    114
    30
    how did you do that?
     
  15. liliactr

    liliactr MDL Addicted

    Sep 3, 2009
    604
    214
    30
    is not it cumulative updates contains all language files. are they removing language packs from cumulative updates when editing them.
     
  16. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,895
    1,572
    60
    #1498 Ace2, Feb 3, 2025
    Last edited: Feb 3, 2025
    Code:
    
    LCU install2.wim is from 20348.3089.FE_RELEASE_SVC_PROD1.250103-1742_CLIENTMULTI_x64FRE_ZH_CN_SOLID.iso
    
    Basic idea:
    
    1.
    Dism /Export-Image /SourceImageFile:F:\sources\install.esd /SourceIndex:9 /DestinationImageFile:C:\install2.wim /Compress:none
    
    2.
    md C:\mount2
    Dism /Mount-Image /ImageFile:C:\install2.wim /Index:1 /MountDir:C:\mount2
    
    3.
    "C:\Program Files\7-Zip\7z.exe" x -y "C:\PSFExtractor\Windows10.0-KB5049983-x64-baseless.cab" -oC:\sxs\
    Copy C:\sxs\express.psf.cix.xml C:\PSFExtractor\
    C:\PSFExtractor\PSFExtractor.exe -v2 C:\PSFExtractor\Windows10.0-KB5049983-x64-baseless.psf C:\PSFExtractor\express.psf.cix.xml C:\sxs\
    
    4.
    Copy .cat & .mum from C:\mount2\Windows\servicing\Packages to C:\sxs\ [Make sure to SKIP replacing any .cat & .mum files].
    
    5.
    move C:\mount2\Windows\servicing\Packages\*.cat    C:\mount2\Windows\WinSxS\
    move C:\mount2\Windows\servicing\Packages\*.mum    C:\mount2\Windows\WinSxS\
    move C:\mount2\Windows\WinSxS\Manifests\*.manifest C:\mount2\Windows\WinSxS\
    
    6.
    Dism /Image:C:\mount /Add-Package /PackagePath:C:\mount2\Windows\WinSxS\Package_for_ServicingStack_3081~31bf3856ad364e35~amd64~~20348.3081.1.1.mum
    Dism /Image:C:\mount /Add-Package /PackagePath:C:\mount2\Windows\WinSxS\Package_for_RollupFix~31bf3856ad364e35~amd64~~20348.3091.1.9.mum
    Dism /Image:C:\mount /Add-Package /PackagePath:C:\sxs\Package_for_RollupFix~31bf3856ad364e35~amd64~~20348.3091.1.9.mum
    
    [credit]
    xinso for Copy .cat & .mum to sxs
     
  17. Ace2

    Ace2 MDL Expert

    Oct 10, 2014
    1,895
    1,572
    60
    Yes, i think my mistake was, i didn't use Dism /Image:C:\mount /Set-Allintl:en-US after adding LP 20348.1, i am retesting to see if this will help update LP.
     
  18. pp03

    pp03 MDL Addicted

    Apr 12, 2014
    622
    114
    30
    Windows10.0-KB5049983-x64-baseless.cab - what is that?