First, download the LCU September 13, 2022—KB5017316 (OS Build 20348.1006) from the Microsoft Update Catalog here: https://www.catalog.update.microsoft.com/Search.aspx?q=KB5017316
Then run the commands below from an elevated Admin command prompt:
- reagentc /disable
- attrib -h -s C:\Windows\System32\Recovery\WinRE.WIM
- mkdir C:\Temp\Mount
- dism.exe /mount-wim /wimfile:"C:\Windows\System32\Recovery\WinRE.WIM" /index:1 /mountdir:"C:\Temp\Mount"
- dism.exe /image:c:\temp\Mount /add-package /packagepath:<path to downloaded "windows10.0-kb5017316-x64_f80e106e113fe039e5dd39e9b7b2c61922983598.msu" file>
- dism.exe /unmount-wim /commit /mountdir:"C:\Temp\Mount"
- reagentc /enable
- reagentc /boottore
Reboot and test to confirm there is no longer a BSOD when booting from the ISO into the WinRE.
NOTE: This should be resolved with an upcoming new build of Windows Server 2022