Share via

Windows Server Update taking forever

Anonymous
2024-04-14T17:50:35+00:00

We are updating after installing windows server 2019 and been stuck at 17% for nearly an hour - spinning wheel going and continuous hard drive light with occsional flickering

Windows for business | Windows Server | Performance | System performance

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

Anonymous
2024-04-15T00:34:58+00:00

Hello,

Thank you for posting in Microsoft Community forum.

Based on the description, I understand your question is related to update.

  1. CHeck the Servicing Stack Update KB5005112 is installed on your server. You can manually download the SSU from the Microsoft Update Catalog.
  2. Open Settings/ Update & Security/ Troubleshoot/ Additional troubleshooter, click Windows Update and run the troubleshooter.
  3. Run below command to scan some system files and check result:

sfc /scannow

Dism /Online /Cleanup-Image /restoreHealth

  1. Create folder C:\temp\cab 
  2. Download the update from Microsoft Update Catalog to C:\temp 
  3. Expand the .msu file to extract the .cab file by running below command in CMD: 

expand -F:* C:\temp{.msu file name with extension} C:\temp\cab

  1. You will get a .cab file from last step, use the following DISM command to add package: 

Dism /online /add-package /packagepath:c:\temp\cab{.cab file with extension}

Have a nice day. 

Best Regards,

Molly

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-12-11T18:24:48+00:00

    Maybe so we would pay more for a Windows Cluster with rolling upgrades... 😉

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2024-04-16T00:19:23+00:00

    Hello,

    You're welcome! Glad to know this good news. To help other users who may be facing the same issue, you can mark it which highlights the information for other customers.

    Best regards,

    Molly

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2024-04-15T16:35:10+00:00

    Hello,

    Thank you for posting in Microsoft Community forum.

    Based on the description, I understand your question is related to update.

    1. CHeck the Servicing Stack Update KB5005112 is installed on your server. You can manually download the SSU from the Microsoft Update Catalog.
    2. Open Settings/ Update & Security/ Troubleshoot/ Additional troubleshooter, click Windows Update and run the troubleshooter.
    3. Run below command to scan some system files and check result:

    sfc /scannow

    Dism /Online /Cleanup-Image /restoreHealth

    1. Create folder C:\temp\cab 
    2. Download the update from Microsoft Update Catalog to C:\temp 
    3. Expand the .msu file to extract the .cab file by running below command in CMD: 

    expand -F:* C:\temp{.msu file name with extension} C:\temp\cab

    1. You will get a .cab file from last step, use the following DISM command to add package: 

    Dism /online /add-package /packagepath:c:\temp\cab{.cab file with extension}

    Have a nice day. 

    Best Regards,

    Molly

    Thanks for your time to reply- after a long time the updates did complete

    From Chas

    Was this answer helpful?

    0 comments No comments