My new Windows 11 22H2 desktop has successfully installed all Cumulative Updates from 2023-03 to 2023-12 (once approved by Susan). Beginning with 2023-08, a single Critical event was logged each month from WinREAgent (ID 4502) indicating the “Windows Recovery Environment servicing failed.”
After the December update, I ran dism /online /cleanup-image /scanhealth (Image Version: 10.0.22621.2861) and found “No component store corruption detected.” Subsequently, I ran sfc /scannow, and found “Windows Resource Protection found corrupt files and successfully repaired them.” Error lines from the CBS.log file were as follows:
2023-12-30 13:35:56, Info Enter WinREAgent::WinREServicingManager::Load 2023-12-30 13:35:56, Info LogSession: Starting a new log session at [C:\Windows\Logs\WinREAgent] 2023-12-30 13:35:56, Error 0x80070490 in WinREAgent::WinREServicingManager::InternalLoad (base\diagnosis\srt\winreagent\dll\winreservicingmanager.cpp:1020): [C:\$WinREAgent\WinREServicingManager.xml] doesn't exist, there is no servicing manager suspended[gle=0x00000002] 2023-12-30 13:35:56, Error 0x80070490 in WinREAgent::WinREServicingManager::Load (base\diagnosis\srt\winreagent\dll\winreservicingmanager.cpp:977): Failed to load servicing manager[gle=0x00000002] 2023-12-30 13:35:56, Error 0x80070490 in WinREAgent::LoadWinREServicingManager (base\diagnosis\srt\winreagent\dll\winreagent.cpp:98): Failed to load servicing manager 2023-12-30 13:35:56, Info CSI 00000ce8@2023/12/30:18:35:56.323 No WinRE image to commit.
A second run of sfc /scannow (after a reboot) found “Windows Resource Protection did not find any integrity violations.”
My Windows Recovery Environment is Enabled, and the Recovery Partition is Disk 0 Partition 4, as per the following:
C:\Windows\System32>reagentc /info Windows Recovery Environment (Windows RE) and system reset configuration Information: Windows RE status: Enabled Windows RE location: \\?\GLOBALROOT\device\harddisk0\partition4\Recovery\WindowsRE Boot Configuration Data (BCD) identifier: 3aeea260-bf8a-11ed-ad9b-e8fb1cf77586 Recovery image location: Recovery image index: 0 Custom image location: Custom image index: 0 REAGENTC.EXE: Operation Successful. C:\Windows\System32>diskpart Microsoft DiskPart version 10.0.22621.1 DISKPART> list disk Disk ### Status Size Free Dyn Gpt -------- ------------- ------- ------- --- --- Disk 0 Online 953 GB 7168 KB * DISKPART> sel disk 0 Disk 0 is now the selected disk. DISKPART> list part Partition ### Type Size Offset ------------- ---------------- ------- ------- Partition 1 System 260 MB 1024 KB Partition 2 Reserved 16 MB 261 MB Partition 3 Primary 952 GB 277 MB Partition 4 Recovery 851 MB 953 GB
Macrium Reflect (used for backup) tells me that Partition 4 is 851 MB Total Size with 84 MB Free Space.
My question is, once Susan approves installing the 2024-01 Cumulative Update (KB5034123), should I try to install the update, or should I first follow the steps in KB5028997 to manually increase the size of the Recovery Partition by 250 MB?