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: Tutorial: Failure will not be ignored: A rollback will be initiated.../
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
CBS.zip
Thanks!
~Matt
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: Tutorial: Failure will not be ignored: A rollback will be initiated.../
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
CBS.zip
Thanks!
~Matt
Last edited: