Windows update fails on W2K19 CORE.

Doria 1,246 Reputation points
2020-12-04T01:21:09.263+00:00

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.
3,768 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,135 questions
0 comments No comments
{count} votes

12 answers

Sort by: Most helpful
  1. Anonymous
    2020-12-04T14:23:49.21+00:00

    Might want to copy C:\windows\logs\WindowsUpdate to another server with internet access and use Get-WindowsUpdateLog with -ETLPath parameter.
    https://learn.microsoft.com/en-us/powershell/module/windowsupdate/get-windowsupdatelog?view=win10-ps

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

    0 comments No comments

  2. Doria 1,246 Reputation points
    2020-12-07T14:47:45.747+00:00

    Hi, thanks for you answer.

    Sorry, but I didn't understand the reason for using the -ETLPath parameter. May you explain it? I would like some help to understand the generated log file, as it does not make any sense at all.

    1600/12/31 20:00:00.0000000 572 3528 Unknown( 286): GUID=9033a99c-ae44-3722-7e11-a382a6444e2f (No Format Information found).
    1600/12/31 20:00:00.0000000 572 3528 Unknown( 332): GUID=9033a99c-ae44-3722-7e11-a382a6444e2f (No Format Information found).
    1600/12/31 20:00:00.0000000 572 1756 Unknown( 286): GUID=9033a99c-ae44-3722-7e11-a382a6444e2f (No Format Information found).
    1600/12/31 20:00:00.0000000 572 1756 Unknown( 332): GUID=9033a99c-ae44-3722-7e11-a382a6444e2f (No Format Information found).
    1600/12/31 20:00:00.0000000 572 3528 Unknown( 286): GUID=9033a99c-ae44-3722-7e11-a382a6444e2f (No Format Information found).

    and goes on....

    Thanks


  3. Doria 1,246 Reputation points
    2020-12-09T19:45:12.483+00:00

    Hi Dave Patrick,

    Thanks for your answer.

    By the way, it is not possible to download the symbols anymore ("We are no longer publishing the offline symbol packages for Windows."), so I tried the command below:

    Get-WindowsUpdateLog -SymbolServer https://msdl.microsoft.com/download/symbols

    But I got the same result: meaningless reading file.

    What am I missing?

    Thanks.

    0 comments No comments

  4. Doria 1,246 Reputation points
    2020-12-11T14:20:17.093+00:00

    Hi Dave Patrick.

    Thanks for your answer, as always.

    The server in question has access to the Internet... it's frustrating as something so simple, knowing why the Windows server core update didn't work, can be so complicated, and how MS complicated something so simple, created so many dependencies... Well, I followed the steps of your last article copying the files to my workstation and guess what? It also didn't work.

    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/symbols-windows-update
    https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/using-a-manifest-file-with-symchk

    I tried option 1, 2 and 3.

    Regards.

    47471-1.png47481-2.png47472-3.png47473-4.png47474-5.png47475-6.png

    0 comments No comments

  5. Anonymous
    2020-12-11T14:43:18.593+00:00

    copying the files to my workstation and guess what? It also didn't work

    The symbols files are unlikely to match.

    Also you mentioned "update on a W2K19 CORE server" but appear to be installing Server 2016 updates?

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

    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.