New update of Windows Server causes many serious errors
The latest Windows Server updates have caused headaches for administrators. After the update, the server system encountered serious problems such as domain controller automatically restarting, Hyper-V not running, and not being able to access the ReFS volume until the update was removed.
Windows domain controller keeps restarting by itself
The most serious problem that new updates cause is that the Windows domain controller keeps restarting itself. The server goes into an endless Windows launch cycle and then restarts after a few minutes.
As reported by multiple sources, this issue affects all versions of Windows Server that are still supported by Microsoft.
An administrator shared that he saw the LSASS.exe process take up all the CPU resources on the server and then stopped working.
Since LSASS is a necessary process for Windows to function properly, the operating system will restart itself when the process stops working.
Hyper-V not running
In addition to the constant reboots, administrators reported that after installing the update, Hyper-V was no longer working on the servers. This bug mainly affects Windows Server 2012 R2. Some unverified reports suggest that it affects newer versions of Windows Server as well.
Because Hyper-V does not start, when trying to run a virtual machine the user will receive the following error message:
"Virtual machine xxx union not be started because the hypervisor is not running".
Microsoft's recently released updates fix four Hyper-V vulnerabilities (CVE-2022-21901, CVE-2022-21900, CVE-2022-21905, and CVE-2022-21847) and could be the source of the problem. generate error.
Unable to access ReFS file system
Finally, administrators reported that Windows Resilient File System (ReFS) volumes were no longer accessible or shrunk as RAW (unformatted) after installing updates.
Resilient File System (ReFS) is a proprietary file system from Microsoft. It is designed for high availability, data resiliency and high data processing performance for very large storage volumes.
Temporary fix
Unfortunately, at the moment the only way to fix these 3 problems is to remove the updates that have just been installed on your Windows Server.
Administrators can do this using one of the following commands:
- Windows Server 2012 R2: wusa /uninstall /kb: KB5009624 - Windows Server 2019: wusa /uninstall /kb: KB5009557 - Windows Server 2022: wusa /uninstall /kb: KB5009555
However, you should note that removing the above updates will also remove the recent bug fixes and vulnerability patches. Therefore, only uninstall updates if you feel absolutely necessary.
You should read it
- Steps to fix 'Unable to Contact your DHCP Server' error on Windows 10
- How to fix BCD boot error on Windows Server 2012
- Fix connection error with Apple ID server on Windows 10
- Microsoft warns new Windows updates can cause printer errors
- Updates KB5009543, KB5009566 crash L2TP VPN connection on Windows
- Use IIS to set up FTP Server on Windows
- Some ways to fix DNS Server Not Responding on Windows 7/8/10
- How to fix 'Event ID 2505: Server Could Not Bind to Transport' error on Windows
May be interested
- Windows 11 update causes PC slowdowns, connection errors, and sign-in problemsmicrosoft just released a cumulative update as part of its monthly patch tuesday for windows, including windows 11. however, this update is said to have errors.
- Windows 7, Windows Server 2008 R2 will continue to be unofficially supported for another two yearsback more than two years ago, when microsoft announced the end of software support for windows 7 and windows server 2008 r2, the company also received a lot of praise for implementing a program called extended security updates. (esu - roughly translated: extended security update).
- Windows Update crashes, this is what you need to doin some cases windows update may refuse if it cannot install individual updates. this can happen on windows 7, 8 and 10, but especially happens on windows 7.
- Microsoft warns new Windows updates can cause printer errorsmicrosoft has officially issued a warning that an optional preview update released last week may cause printer errors.
- Windows Server has an urgent patch to fix Remote Desktop errorsusually at the beginning of the year and the end of the new year, major technology companies will not release operating system updates. however, microsoft has just released an urgent update to fix a bug on windows server that leads to connectivity and performance problems of the remote desktop feature.
- Summary of common errors on Bluestacks and how to fix each errorif you are a bluestacks user, you will find that when using bluestacks, there are often some errors such as graphics error, server connection error ... how to fix these errors, please refer to the article below. here of network administration.
- How to install WSUS in Windows Server 2012as you know, wsus (windows server update services) is a microsoft update service, which allows companies to check for updates before installing into the live environment.
- Microsoft has released a critical update for Windows 10, users need to update nowmicrosoft recently released a critical update for windows 10 as well as windows server 2016 and windows server 2019 to fix a security vulnerability discovered by the u.s. national security agency (nsa) on april 14. 1 past.
- If you want to get more updates in the future, Windows Server 2008 must be installed on version KB4493730windows server 2008 sp2 administrators will be provided with a new service update starting today to add support for the signed sha-2 updates (sha-2 code signed ) future.
- UPDATE command in SQL Serverin sql server (transact-sql) the update command is used to update the existing records on a table in a sql server database.