Server 2019 pending reboot problem

nzsolt13

Contributor
Joined
Dec 29, 2023
Posts
46
On one server, the updates always only go to 30% during reboot, then after reboot poqexec does not finish the remaining task, so the server goes into "pending reboot" state. Further reboots do not help either. What could be the problem?

Thanks for help!
 

Attachments

It seems we have ntprint.inf problem. We did some dism restorehealth with Windows 2019 DVD and there was a clean 2018.11 state.
Then we made a Windows update again, the install is interrupted after reboot. In the cbs.log and setupapi.dev.log there is an ntprint.inif error:
[HRESULT = 0x800700b7 - ERROR_ALREADY_EXISTS]
We have attached the newest log files.

What can be the solution?
Thanks!!
 

Attachments

Hi, we can donate more (again) if somebody have solution or suggestion for us.
 
Hi and welcome to Sysnative,

Please do the following to perform a FileScan for ntprint.inf.

Download
6530fbb0f4101-56f31e53c97da-SFCFix.PNG
SFCFix and save it to your desktop.
  • Download the attachment SFCFixScript.txt and save it to your desktop.
  • Drag the SFCFixScript.txt file over the SFCFix.exe executable and release it.
650ef5dbdfd06-62151e1bebac4-SFCFix-Txt-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.
 

Attachments

Please run the following commands in an elevated prompt to check the hash values and copy and paste the result in your next post.
Code:
certutil -hashfile C:\WINDOWS\WinSxS\amd64_dual_ntprint.inf_31bf3856ad364e35_10.0.17763.4492_none_32a8c0071b63dfd7\ntprint.inf SHA256
certutil -hashfile C:\WINDOWS\System32\DriverStore\FileRepository\ntprint.inf_amd64_2121e11a60e09843\ntprint.inf SHA256
 
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\WINDOWS\system32> certutil -hashfile C:\WINDOWS\WinSxS\amd64_dual_ntprint.inf_31bf3856ad364e35_10.0.17763.4492_none_32a8c0071b63dfd7\ntprint.inf SHA256
SHA256 hash of C:\WINDOWS\WinSxS\amd64_dual_ntprint.inf_31bf3856ad364e35_10.0.17763.4492_none_32a8c0071b63dfd7\ntprint.inf:
c518fe421eb9c233cd776b8579df2680f7ca53634f120b2774bc5f4678519294
CertUtil: -hashfile command completed successfully.
PS C:\WINDOWS\system32> certutil -hashfile C:\WINDOWS\System32\DriverStore\FileRepository\ntprint.inf_amd64_2121e11a60e09843\ntprint.inf SHA256
SHA256 hash of C:\WINDOWS\System32\DriverStore\FileRepository\ntprint.inf_amd64_2121e11a60e09843\ntprint.inf:
c518fe421eb9c233cd776b8579df2680f7ca53634f120b2774bc5f4678519294
CertUtil: -hashfile command completed successfully.
PS C:\WINDOWS\system32>
 
Could you please provide a (zipped) copy of this folder "amd64_dual_ntprint.inf_31bf3856ad364e35_10.0.17763.4492_none_32a8c0071b63dfd7" with the ntprint.inf file to look at.
 
Please attach also a copy of the COMPONENTS and DRIVERS hive to verify some things.

Upload your COMPONENTS hive.
  • Navigate to C:\Windows\System32\Config and locate the COMPONENTS file.
  • Please copy this file to your desktop.
  • Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
  • Right-click on this file on your desktop and select Send To > Compressed (zipped) folder. This will create a file named COMPONENTS.ZIP on your desktop.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.


Upload your DRIVERS Hive
  • Navigate to C:\Windows\System32\config and locate the DRIVERS file.
  • Please copy this file to your desktop.
  • Note: If you receive an error that this file is in-use, simply reboot your computer and try again.
  • Right-click on this file on your desktop and select Send To > Compressed (zipped) folder. This will create a file named DRIVERS.ZIP on your desktop.
  • If the file is too large to upload here, upload the file to www.wetransfer.com and post the link in your next reply.
 
Step 1.
Warning: This fix was written specifically for this system. Do not run this fix on another system.
  • Save any work you have open, and close all programs.
  • Download the attachment SFCFix.zip and save it to your desktop.
  • Drag the SFCFix.zip file over the SFCFix.exe executable and release it.
650c22f99662d-6190d993a26f3-SFCFix-Zip-Eng.gif

  • SFCFix will launch, let it complete.
  • Once done, a file will appear on your desktop, called SFCFix.txt.
  • Post the logfile (SFCFix.txt) as attachment in your next reply.


Step 2. Run the System File Checker and post the result. If it fails attach a new copy of the CBS log.
Code:
SFC /Scannow
 

Attachments

PS C:\WINDOWS\system32> sfc /scannow

Beginning system scan. This process will take some time.


There is a system repair pending which requires reboot to complete. Restart
Windows and run sfc again.
 

Attachments

I did not restart, i just follow your suggestion.
I made a restart about 1 hour ago, because COMPONENTS file was locked.
 
Okay, please restart the server and run SFC /Snannow again and post the result. If it fails attach a new copy of the CBS logs.
 
Same after reboot. (after reboot it counts 30%, then restart)
PS C:\WINDOWS\system32> sfc /scannow

Beginning system scan. This process will take some time.


There is a system repair pending which requires reboot to complete. Restart
Windows and run sfc again.
 

Attachments

Hi,

Please open an elevated command prompt, run the following command and post the result.
Code:
DISM /image:C:\ /cleanup-image /revertpendingactions
 

Has Sysnative Forums helped you? Please consider donating to help us support the site!

Back
Top