@Ace2 - maybe we can try this: Extract the CU from this: https://forums.mydigitallife.net/th...ns-reconstructions.88605/page-57#post-1866070 and apply it to this: https://forums.mydigitallife.net/th...ns-reconstructions.88605/page-73#post-1869076 gailium119 had stated this for his 3089 build: System winver shows 3091, but the kernel and most system files are 3089, and then iso will also be detected as 3089
What do you mean? Send the Custom CU? Can you be more specific? The ISO I'm using I got from uupdump (22621.1)
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.
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
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
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...
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.
is not it cumulative updates contains all language files. are they removing language packs from cumulative updates when editing them.
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
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.