Events ({3bb9fd2b-351e-4b9c-b1fc-ed0758805998}) with HRESULT HRESULT_FROM_WIN32(234)

Matthew McDonough 1 Reputation point
2021-11-19T23:56:20.507+00:00

Running into an issue applying rollups on four 2016 Servers I've recently taken over.

Applying October and November 2021 rollups, they install, prompt for a reboot and make it to about 95% on restart before rolling back.

I've run the Windows Update Troubleshooting which found no errors, I've run Dism /Online /Cleanup-Image /RestoreHealth which completed with no issues. I've done the following:

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "c:\programdata\Application Data\Microsoft\Network\Downloader*.*"
rmdir c:\windows\SoftwareDistribution /S /Q
rmdir c:\windows\system32\catroot2 /S /Q
regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc

I've tried what is suggested here as its one of the few things I can find that seems pretty close to being the same issue: https://www.sysnative.com/forums/threads/tutorial-failure-will-not-be-ignored-a-rollback-will-be-initiated.25187/

Deleting (exporting first) the following:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Microsoft-Windows-PrintService/Admin

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EventLog\Microsoft-Windows-PrintService/Operational

Here's a copy of where it dies in CBS:

Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,576 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,718 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 39,811 Reputation points
    2021-11-22T21:20:15.19+00:00

    Hello @Matthew McDonough

    It seems that the issue may be some issue with the profile you are using (either access, permissions, etc...) as per the error in CBS "gle=0x80004005"

    Please try the suggested answer on this thread regarding the same kind of error during update:

    https://learn.microsoft.com/en-us/answers/questions/389387/windows-10-fails-upgrade-from-1909-183631533-to-20.html

    Hope this helps with your query,

    -------
    --If the reply is helpful, please Upvote and Accept as answer--


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.