[SOLVED] Windows Update error unable to run SURT

Code:
2016-10-06 08:32:56, Info                  CBS    Starting TrustedInstaller finalization.
2016-10-06 08:32:57, Info                  CBS    Ending TrustedInstaller finalization.
2016-10-06 08:36:17, Info                  CBS    Starting TrustedInstaller initialization.
2016-10-06 08:36:17, Info                  CBS    Loaded Servicing Stack v6.1.7601.17592 with Core: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\cbscore.dll
2016-10-06 08:36:17, Info                  CBS    Failed to load the COMPONENTS hive from 'C:\Windows\System32\config\COMPONENTS' into registry key 'HKLM\COMPONENTS'. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
2016-10-06 08:36:17, Info                  CBS    Failed to load WCP DLL. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
2016-10-06 08:36:17, Info                  CBS    Failed to initialize the Core DLL: C:\Windows\winsxs\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7601.17592_none_672ce6c3de2cb17f\cbscore.dll [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
2016-10-06 08:36:17, Info                  CBS    Failed to initialize CBS Core. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]
2016-10-06 08:36:17, Info                  CBS    Ending TrustedInstaller initialization.
2016-10-06 08:36:17, Info                  CBS    Failed to initialize Trusted Installer. [HRESULT = 0x800705aa - ERROR_NO_SYSTEM_RESOURCES]


This server appears to be out of resources (RAM possibly?) again. Any ideas why that would be happening?
 
Not sure, its a virtual machine with 16GB of ram provisioned. Resource monitor has it holding steady at 41% memory in use.
 
Hmm... Let's try setting the registry size limit to the maximum value.

https://support.microsoft.com/en-us/kb/124594

Manually set the RSL:

Run the Registry Editor (REGEDT32.EXE).
Locate the key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control.
Modify the value RegistrySizeLimit (create it first it if it does not already exist) to reflect the desired size, in terms of bytes.
RegistrySizeLimit must have a type of REG_DWORD, and a data length of 4 bytes, or it is ignored. Set it to 0xffffffff (the maximum size allowable).
Restart the server for changes in RSL to take effect.
 
Back
Top