Server 2012 Update Failure Rollup 2024-06 General Error 0x800f0922

ToddR1984-2167 0 Reputation points
2024-06-27T14:21:49.36+00:00

Please help, more ESU update issues. The CBS log has no real information that I see. I've tried multiple fixes, some even irrelevant to the underlying situation, and nothing has worked thus far.
Only error in Event Viewer: Installation Failure: Windows failed to install the following update with error 0x800F0922: 2024-06 Security Monthly Quality Rollup for Windows Server 2012 for x64-based Systems (KB5039260).

First attempted fix, standard sfc and dism commands:
sfc /scannow

DISM /Online /Cleanup-Image /CheckHealth

DISM /Online /Cleanup-Image /ScanHealth

DISM /Online /Cleanup-Image /RestoreHealth

Second attempted fix, stop services and clear old entries, restart services:
https://answers.microsoft.com/en-us/windowserver/forum/all/windows-update-error-0x800f0922-on-new-esu-patch/c4643dc8-3421-4a8a-8761-b41173aa62a1

net stop wuauserv

net stop cryptSvc

net stop bits

net stop msiserver

ren C:\Windows\SoftwareDistribution SoftwareDistribution.old

ren C:\Windows\System32\catroot2 catroot2.old

net start wuauserv

net start cryptSvc

net start bits

net start msiserver

Third attempted fix, clear staging and delete secure boot keys (don't exist in Server 2012):
https://video2.skills-academy.com/en-us/troubleshoot/windows-server/installing-updates-features-roles/error-0x800f0922-installing-windows-updates

Dism /english /online /get-packages /format:table | findstr /i "Staged"

Dism /online /remove-package /PackageName:Package_for_RollupFix*

reg query "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Schedule\TaskCache\Tree\Microsoft\Windows\PI\SecureBootEncodeUEFI" /v ID

Output error: No key SecureBootEncodeUEFI  

I've also tried opening up the firewall, where I can, to allow all traffic. Still failed.
I manually downloaded the patch and tried to install it. Still failed.

The hard drive (C:) is only about half full, 39GB of 80GB. System Reserved partition is 110MB free of 350MB total.

Thank you in advance for any help or advice on this.

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,563 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Hania Lian 10,351 Reputation points Microsoft Vendor
    2024-07-01T05:53:40.65+00:00

    Hello,

    Have you checked the information below:

    The installation of this Extended Security Update (ESU) might fail when you try to install it on an Azure Arc-enabled device that is running Windows Server 2012. For a successful installation, please make sure all Subset of endpoints for ESU only are met as described in Connected Machine agent network requirements.

    June 11, 2024—KB5039260 (Monthly Rollup) - Microsoft Support

    Best Regards,

    Hania Lian

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.