Share via

Windows update fails on W2K19 CORE.

Doria 1,246 Reputation points
Dec 4, 2020, 1:21 AM

Hi everyone!

How can I troubleshooting a failed Windows update on a W2K19 CORE server? I keep trying to install the updates, the server downloads, install and ask for reboot but after I check it again nothing happens.... it asks to install the same updates again and again.

How can I troubleshoot it deeper?

44966-1.png

Thanks

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
4,003 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,726 questions
0 comments No comments
{count} votes

12 answers

Sort by: Most helpful
  1. Anonymous
    Dec 9, 2020, 7:52 PM

    Might also copy the ETLs to another machine that has internet.
    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/symbols-windows-update

    --please don't forget to Accept as answer if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

  2. Anonymous
    Dec 4, 2020, 1:28 AM

    You may need to check the \windowsupdate.log, \cbs.log, \dism.log files for errors.
    https://learn.microsoft.com/en-us/powershell/module/windowsupdate/get-windowsupdatelog?view=win10-ps&preserve-view=tru

    --please don't forget to Accept as answer if the reply is helpful--

    0 comments No comments

  3. AliceYang-MSFT 2,101 Reputation points
    Dec 4, 2020, 8:38 AM

    Hi,

    KB4576750 requires exclusive installation. Have you tried install KB4576750 first then install KB4586830?

    • when asked to select an option, enter s
    • when asked to enter the number of the update to download and install, enter 1
    • If you get Installation Results: Succeeded, press return to continue to install KB4586830

    If you have tried this, update logs are needed for troubleshooting.

    ----------

    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.

    0 comments No comments

  4. Doria 1,246 Reputation points
    Dec 4, 2020, 11:45 AM

    Hi everyone,

    Thanks for your answers.

    Well, I try to use PS to get the logs but I ran into another error:

    PS C:\temp> Get-WindowsUpdateLog
    Copy-Item : Cannot find path 'C:\Program Files\Windows Defender\SymSrv.dll' because it does not exist.
    At C:\Windows\system32\WindowsPowerShell\v1.0\Modules\WindowsUpdate\WindowsUpdateLog.psm1:56 char:5

    • Copy-Item -Path $SYMSRV_DLL_PATH -Destination $WORKDIR -Force -Er ...
    • ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    • CategoryInfo : ObjectNotFound: (C:\Program File...nder\SymSrv.dll:String) [Copy-Item], ItemNotFoundExce
      ption
    • FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.CopyItemCommand

    We removed Windows Defender (Remove-WindowsFeature Windows-Defender) from ours servers because we do not use it. Is there any workaround?

    Thanks.

    0 comments No comments

  5. Doria 1,246 Reputation points
    Dec 4, 2020, 12:13 PM

    On time, solve it copying the SymSrv.dll file from 'C:\Windows\WinSxS' folder to 'C:\Program Files\Windows Defender' folder. Now, I got the following WindowsUpdate.log attached. Also, I found this:

    Event[16]:
    Log Name: Microsoft-Windows-WindowsUpdateClient/Operational
    Source: Microsoft-Windows-WindowsUpdateClient
    Date: 2020-12-03T16:33:11.820
    Event ID: 31
    Task: Windows Update Agent
    Level: Error
    Opcode: Download
    Keyword: Download,Failure
    User: S-1-5-18
    User Name: NT AUTHORITY\SYSTEM
    Computer: srvwi039.tce.ms
    Description:
    Windows Update failed to download an update.

    45264-windowsupdate.log

    0 comments No comments

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.