Maybe someone can explain me why everybody wants to integrate KB5043178 to 26100.1742 ISO. For what purpose?
Exactly. Un my case, to test image. I prefer .1 images, and found that I can update 26100.1 to .1876, while if I get new ISO, I can't
Ok, but in this case it wouldn"t be easier to install 26100.1742 ISO then try to install KB5043178 manually? Or install 26100.1 ISO, update it (during installation process and via WU) then try to install KB5043178 manually? Anyway better to wait for new update from WU...
at first I've tried W10MUI with the latest W10UI, got an error at LCU integration then I integrated everything without updates at all then I integrated updates to install.wim in MSFT documented way (one by one, the most stupid and time expensive method) and it worked Spoiler Code: Microsoft Windows [Version 10.0.26100.1742] (c) Корпорация Майкрософт (Microsoft Corporation). Все права защищены. C:\Users\unkno>dism /Mount-Wim /wimfile:F:\zDone\install.wim /index:1 /mountdir:F:\zDone\1\mount Cистема DISM Версия: 10.0.26100.1150 Подключение образа [==========================100.0%==========================] Операция успешно завершена. C:\Users\unkno>dism /Image:F:\zDone\1\mount /Add-Package /PackagePath:"F:\zDone\SSU-26100.1871-x64.cab" Cистема DISM Версия: 10.0.26100.1150 Версия образа: 10.0.26100.1742 Обрабатывается 1 из 1 - Добавление пакета Package_for_ServicingStack_1871~31bf3856ad364e35~amd64~~26100.1871.1.11 [==========================100.0%==========================] Необходимо перезагрузить текущий сеанс обслуживания из-за изменений, вызванных пакетом Package_for_ServicingStack_1871. Все пакеты будут обработаны заново. Операция успешно завершена. C:\Users\unkno>dism /Image:F:\zDone\1\mount /Add-Package /PackagePath:F:\zDone\UUPs Cистема DISM Версия: 10.0.26100.1150 Версия образа: 10.0.26100.1742 Обрабатывается 1 из 2 - [==========================100.0%==========================] [==========================100.0%==========================] Обрабатывается 2 из 2 - [==========================100.0%==========================] [==========================100.0%==========================] Операция успешно завершена. C:\Users\unkno> so we need a new W10UI version which could install LCUs like this: Code: dism /Image:F:\mount /Add-Package /PackagePath:"F:\UUPs" seems like we really need this option seems like cleanup is working now too (sorry for the russian lang, didn't expect it to work) Spoiler Code: C:\Users\unkno>dism /Image:F:\zDone\1\mount /Cleanup-Image /StartComponentCleanup Cистема DISM Версия: 10.0.26100.1150 Версия образа: 10.0.26100.1876 [==========================100.0%==========================] Операция успешно завершена. C:\Users\unkno>dism /Image:F:\zDone\1\mount /Cleanup-Image /StartComponentCleanup /ResetBase Cистема DISM Версия: 10.0.26100.1150 Версия образа: 10.0.26100.1876 [==========================100.0%==========================] Операция успешно завершена. C:\Users\unkno>
Well, I don't know...I wouldn't call it homebrew... That"s a same original ISO but slightly compressed... If create bootable media with it you will get a same result... I made it "coz some people (including me) have difficulty creating a bootable media on UEFI machines if install.wim is more than 4 GB... For instance I couldn"t create bootable media with massgrave"s ISO via Rufus...
Same thing by doing a clean install of the ISO file "X23-81951_26100.1742.240906-0331.ge_release_svc_refresh_CLIENT_ENTERPRISES_OEM_x64FRE_en-us.iso" Why is it still "Insider preview" internally? Is it because it's an OEM version? That's what appears in the watermark on the desktop.
Nice! What would you recommend for future use - updating 26100.1 image, or 26100.1742 image? What would be best?
In my understanding, homebrew is a modification, making some changes that violate originality... I don’t know what the moderators mean by this word..
non original checksums, which couldn't be validated, and it's exactly your case no idea, there are still too many variables in this mess right now, I'll try to stick with the 26100.1 at first we should get new W10UI version which do not integrate only the highest LCU
Build a batch file or ps1 script that checks a folder for each update file and then installs them one by one itself; i.e. like my .mum installer.
Ok, I will remove, I don"t care... But tell me how to create bootable media for modern PC"s if install.wim more than 4 Gb.
just split install.wim with dism, it works even with ESD files Code: Dism.exe /Split-Image /ImageFile:install.wim /SWMFile:install.swm /FileSize:3500