Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

A large number of invalid CBS logs are reported in win server patching to suspend restart

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Problem description:

Win server is patched and paused. A large number of ERROR_FAIL_REBOOT are reported in the invalid CBS log after restart. It will not solve the problem after restart.

Problem analysis:

Generally speaking, this kind of problem may be that there is an error in the configuration related to COMPONENTS. We need to clear some of the residual error status before.

Solution:

Enter PE or winserver installer repair mode into CMD to delete incorrect update files

a. The server inserts the server installation USB disk or the remote management card hangs in the installation image to boot.

(B) find the drive letter corresponding to the actual system disk in the current state through the diskpart and list volume commands. Take D disk as an example:

C) exit exits diskpart and deletes some files in the D:\ windows\ System32\ Config\ TxR directory:

Cd / d D:\ Windows\ System32\ Config\ TxR

Attrib-s-h *

Del * .blf

Del * .regtrans-ms

(d) Delete .blf and .regtrans-ms under the D:\ Windows\ System32\ Config directory:

Cd / d D:\ Windows\ System32\ Config

Attrib-s-h *

Del * .blf

Del * .regtrans-ms

(e) Delete .blf and .regtrans-ms under the D:\ Windows\ System32\ SMI\ Store\ Machine directory:

Cd / d D:\ Windows\ System32\ SMI\ Store\ Machine

Attrib-s-h *

Del * .blf

Del * .regtrans-ms

(F) then go to the D:\ Windows\ WinSxS folder to check if the pending.xml file exists. You can use the command dir pending.xml

If you have this file, please rename it. If you do not have this file on the command line, such as ren pending.xml pending.xml.old;, continue with the following steps

(G) go back to the D:\ Windows\ System32 directory and run the command fsutil resource setautoreset true D:\

Shutdown-r-t 0

Restart the system and wait for the system to automatically return the patch and start normally.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report