BSOD PAGE_FAULT_IN_NONPAGED_AREA and REGISTRY_ERROR

It's very likely that your disk may be failing, how old is the system? I see that you're running Windows 7 in a VM?

Please download and run CrystalDiskInfo standard and then let us know what the drive status is - Crystal Dew World
 
I copied the ssd disk to vhd and tried to fix the system in virualbox using windbg. the system is from 2014.

VMs don't work that way and you can't repair a system using WinDbg. Please post the S.M.A.R.T. status of your SSD.
 
If possible, could you please check the following directory and upload any MEMORY.DMP files to a file sharing site such as DropBox or Google Drive.

Code:
%systemroot%\MEMORY.DMP
 
I'm sorry. Now I've booted the system from the SSD normally loaded and after a few seconds BSOD Registry Error 0x51.

Now I can send a minidump.
When I send the google memorydump, I will send a link.
 

Attachments

Thank you! That dump file has confirmed my hunch about what is happening. The reason the system appears to be crashing is because the hive which stores your last known configuration data is corrupt. I suspect that your SSD may be beginning to fail, although, I want to confirm this with some tests.

Please download Cruical's SMART test tool and let me what the health status is - Crucial Storage Executive Tool | Firmware Download | Crucial.com

I would recommend that you run the tests with the following tool as well - Hard Drive (HDD) Diagnostics (Sea Tools for DOS) & SSD Test
 
It depends on why the hive is corrupt to begin with, I suspect that if it is due to the SSD beginning to fail, then you'll need to purchase a new one. However, the tests will help us determine if that is the problem.
 
Could you please boot into Command Prompt from recovery options and then enter the following command:

Code:
chkdsk c:

If you're using a different letter for your Windows drive, then please use that instead of C:\.
 
C: \ Windows \ system32> chkdsk o:
The file system type is NTFS.
Volume label: 7_SSD_C.

WARNING! Parameter F was not specified
Running CHKDSK in read-only mode.

CHKDSK checks files (level 1 of 3)
Processed file records: 510464.
File check is complete.
Large file records processed: 2545.
Records of corrupted files processed: 0.
Processed extended attribute records: 2.
Processed reanalysis records: 71.
CHKDSK checks indexes (level 2 of 3)
Processed index entries: 617836.
Index verification complete.
Scanned non-indexed files: 0.
Recovered non-indexed files: 0.
CHKDSK checks security descriptors (level 3 of 3)
Processed security descriptors / file IDs: 510464.
Security descriptor checking completed.
Processed data files: 53687.
Checking Usn log ...
Converted USN bytes: 39857264.
Usn log validation complete.
Windows has checked the file system and found no problems.

488,281,087 KB of total disk space.
142 716 140 KB in 430,652 files.
251468 KB in 53 688 indexes.
0 KB in bad sectors.
633835 KB used by the system.
65536 KB consumed by the log file.
344679644 KB available on disk.

4096 bytes in each allocation unit.
122070271 Total allocation units on disk.
86169911 allocation units available on disk.
 

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

Back
Top