[SOLVED] Windows Server 2016 - Invalid _Bound Error

This is a virtual machine with 96GB of RAM and it only uses a very small amount of it. Today is a holiday so it is not being utilized for the most part but I don't believe it ever gets close to using much of the memory.
 

Attachments

  • RAM.PNG
    RAM.PNG
    93.7 KB · Views: 2
It has two drives, the C drive has about 72GB free out of 140 and the D drive has 170GB free out of 650.
 
Please run the following command in an elevated prompt and copy and paste the result.
Code:
DISM /online /cleanup-image /AnalyzeComponentStore
 
Here are the results:

C:\Windows\system32>DISM /online /cleanup-image /AnalyzeComponentStore

Deployment Image Servicing and Management tool
Version: 10.0.14393.4169

Image Version: 10.0.14393.4169

[===========================99.7%========================= ]

Component Store (WinSxS) information:

Windows Explorer Reported Size of Component Store : 9.63 GB

Actual Size of Component Store : 9.40 GB

Shared with Windows : 5.76 GB
Backups and Disabled Features : 3.33 GB
Cache and Temporary Data : 310.11 MB

Date of Last Cleanup : 2023-12-17 20:14:10

Number of Reclaimable Packages : 0
Component Store Cleanup Recommended : Yes

The operation completed successfully.

C:\Windows\system32>
 
Please run CHKDSK first.

  • Click the Start button and in the search box, type Command Prompt
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, press enter afterwards.
    Code:
    chkdsk
  • Wait for this to complete.

Download
6198cd309385f-58a60a47ed1bd-ListChkdskResult.PNG
ListChkdskResult.exe and save it on your desktop.
  • Rightclick ListChkdskResult.exe and select Run as administrator.
  • Notepad will open the file ListChkdskResult.txt on completion. (This logfile ListChkdskResult.txt is also saved on your desktop.)
  • Post the logfile ListChkdskResult.txt as attachment in your next reply.
 
Rich (BB code):
Errors found.  CHKDSK cannot continue in read-only mode.

Please run Check Disk (CHKDSK) again.
  • Click the Start button and in the search box, type Command Prompt
  • When you see Command Prompt on the list, right-click on it and select Run as administrator.
  • When command prompt opens, copy and paste the following command into it, press enter afterwards.
    Code:
    chkdsk c: /f /r
  • At the question "Would you like to schedule this volume to be checked the next time the system restarts? (Y/N)", press Y.
  • Restart your computer, now CHKDSK will start automatically.
  • Wait for this to complete. Please note that this may take several hours. Let it run even if it looks like the process has stopped!
  • On completion, the system will restart automatically.
 
Here is the latest ListChkdskResult.txt file after running the command above and rebooting. Stage 2 mentions msimsg.dll.mui, where the update was getting stuck.
 

Attachments

Hi,

Great, pleas run the following command again and post the result. If no errors were found, please try to update again.
Code:
chkdsk
 
Hi,

You're welcome. Glad to hear the update installed without any issues this time.. (y)
I will mark this thread as solved.
 

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

Back
Top