x86 Support for Windows 8.0 (NT6.2) has been discontinued since Aug 2023. What you have mentioned (Server 2012 R2) is based on NT 6.3, which has also discontinued since Aug 2023.
Sorry for my mistake, Both NT 6.2 and NT 6.3 have discontinued x86 Support since Aug 2023. I forget to take Windows Embedded Industry 8.1 Series into account.
You can try using Offline DISM Commands or creating a virtual machine (Recommend) to integrate all updates and specifications you need.
@Mouri_Naruto Thanks for the update list. Is it possible to manually make missing IE11 x86 LP? Because MS has not released x86 LP for some languages, the x64 LP should contain the files required for x86.
I have no idea about that because I'm not good at making modified SxS packages. But I know it's possible if the LP package only contains MUI files. (If it has some EXEs and DLLs, it will be some issues.) Kenji Mouri
I have uploaded my non-ESU patches list at https://forums.mydigitallife.net/threads/35675/page-59#post-1849828. Kenji Mouri
@Mouri_Naruto In addition to SSU and LCU, what updates are needed for WinPE (boot.wim and winre.wim)? I extract all updates you provided and execute the command: Code: for /f %a in ('dir /b /ad') do (type %a\update.mum | find /i "-WinPE-" >nul && echo %a) The result list a lot of updates that are "applicable" to WinPE. In fact, not so many updates are needed. It‘s not practical to integrate all these updates, which will make boot.wim and winre.wim file size to be very large. But I don't know how to filter these updates that really applicable to WinPE. Spoiler Code: KB2756872 KB2761094 KB2770917 KB2777166 KB2779768 KB2780342 KB2784160 KB2785094 KB2790920 KB2795944 KB2798162 KB2803676 KB2808679 KB2811660 KB2812829 KB2822241 KB2836988 KB2845533 KB2850674 KB2855336 KB2862152 KB2862335 KB2862768 KB2862966 KB2871389 KB2871997-v6 KB2876415 KB2883201 KB2889784 KB2903938 KB2911101 KB2928678 KB2934016 KB2962407 KB2973201 KB2973351 KB2973501 KB2975331 KB2977174 KB2977292 KB2984005 KB2992611 KB2995387 KB3000853 KB3004361 KB3004375-v5 KB3011780 KB3012702 KB3013767 KB3022777 KB3030377 KB3040272 KB3042058 KB3043812 KB3045685 KB3045992 KB3046017 KB3055642 KB3058168 KB3059317 KB3060716 KB3067505 KB3071756 KB3076895 KB3080446 KB3081320 KB3082089 KB3088195 KB3092627 KB3102429-v2 KB3102939 KB3107998 KB3108381 KB3147071 KB3159398 KB3161949 KB3172615 KB3179575 KB5027575 (SSU) KB5028232 (LCU)
The Servicing Stack (CBS, DISM is based on CBS) can detect that automatically and only update the needed components. But I don't recomment integrate updates to WinPE/WinRE because Windows before 8.1 doesn't have the ResetBase support. Kenji Mouri
Updated: 2024.09.11, See Here Adjustments: 1. Integrated 2024.09 Patch Tuesday Updates. 2. Removed 1 superseded Update kb3027113.