Failed installng 2021-06 cumulative update for windows server 2016( KB5003638)

Jose Puga 26 Reputation points
2021-06-09T20:56:51.91+00:00

Hi,
my server failed trying to install the update KB5003638 after the installation process I got an screen

WE COULDN'T COMPLETE THE UPDATES UNDOING CHANGES DON'T TURN OFF YOUR COMPUTER

when it finished I am able to login back to the server but it is on SAFE MODE

I reviewed the event log and this is what I got:

INSTALLATION FAILURE : WINDOWS FAILED TO INSTALL THE FOLLOWING UPDATE WITH ERROR 0X800F0923: SECURITY UPDATE FOR WINDOWS (KB5003638)

Windows for business | Windows Server | User experience | Other
{count} votes

5 answers

Sort by: Most helpful
  1. Levi Rogers 6 Reputation points
    2021-06-23T01:57:53.017+00:00

    We are experiencing the same issue on Server Core 2019 version 2004. 10.0.19041.0

    I have tried all the normal windows update tricks, sfc, dism, all of the windows update cleanups and nothing works. I even ran DISM with the image loaded from the ISO I used to install the OS and no joy. SFC find nothing and DISM says nothign needs repaired.

    Today I tried installing the SSU separately and that did not work.

    I am going to open a support case regarding this if no one can come up with anything.

    1 person found this answer helpful.
    0 comments No comments

  2. Jenny Feng 14,246 Reputation points
    2021-06-10T02:52:43.4+00:00

    @Jose Puga
    Hi,

    1. Right click on Windows Start > Windows Powershell (Admin)
      Type following (or copy and paste following) one by one and Enter

    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

    2.You can download the updates from Microsoft Catalog and update manually. Search for relevant KB in the Catalog.
    Microsoft Catalog - https://www.catalog.update.microsoft.com/Home.aspx

    For more troubleshooting methods, please refer to the following article:
    https://www.pcerror-fix.com/fix-windows-10-upgrade-error-code-0x800f0923
    Please note: Information posted in the given link is hosted by a third party. Microsoft does not guarantee the accuracy and effectiveness of information.
    Hope above information can help you.

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

    If the Answer is helpful, please click "Accept Answer" and upvote it.
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread


  3. Jose Puga 26 Reputation points
    2021-06-10T13:18:10.77+00:00

    JennyFeng
    Thanks for your help, I have followed all the steps I run all the commands, after that I downloaded the update and it was installed manually,
    when it finished, i got the screen
    GETTING WINDOWS READY
    DON'T TURN OFF YOUR COMPUTER

    after few minutes

    I got the following screen again

    WE COULDN'T COMPLETE THE UPDATES UNDOING CHANGES DON'T TURN OFF YOUR COMPUTER

    after the computer reboot , it came back as SAFE MODE and reviewing the event log
    i got the following error message

    104275-img-21291.jpg

    Your help is greatly appreciated

    Thanks ...!!!!!


  4. Nicholas Page 6 Reputation points
    2021-06-28T03:45:31.873+00:00

    "Ren C:\Windows\System32\catroot2 Catroot2.old"

    Not sure if this works anymore, I'm having the same issue with 2021-06 but for Windows 10 (KB5003637).

    I tried these steps you have listed here earlier but when trying to rename catroot2 I cannot do this.

    Due to files in use by cryptsvc, even if I set cryptsvc to disabled, when I try to rename cartroot2 it just re-enables cryptsvc and starts the service up again.

    I did get SoftwareDistribution renamed and a fresh one going, but not a fix the same issue persists.

    And my issue is the exact same with the thread creator, after installing and going to pending restart status, a reboot just forces a second reboot after the install leading to:

    "WE COULDN'T COMPLETE THE UPDATES UNDOING CHANGES DON'T TURN OFF YOUR COMPUTER"

    Really annoying cause I'm stuck in a constant cycle of updates downloading in the background and then my computer wanting to reboot to every 15 minutes so it can install an update that it will rollback on boot, then repeat.

    0 comments No comments

  5. Naveen Anand 1 Reputation point
    2021-06-29T04:08:03.913+00:00

    Guys, try to look into windows temp folder and it would worth to delete everything and give a try again. You may see the log file C:\Windows\Logs\CBS and which might says something like this error "C:\Windows\system32\wbem\NetTCPIP.mof (1): error SYNTAX 0X8004402f: Error creating temporary file"

    Try to delete everything C:\windows\temp and give a try again and let me know if this works for you.


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.