[SOLVED] Different BSOD Errors

Feb 28, 2022
3
0
10
Hello, I have been getting the following BSOD errors for the past 2 days. I decided to reinstall Windows using a USB media but the problem still persists.

  1. CRITICAL_PROCESS_DIED
  2. KERNEL_DATA_INPAGE_ERROR

For context, I was recently trying to install ubuntu as dual boot. But my laptop has Intel RST enabled, so I followed the instructions on this page to fix this. I think it might have something to do with the steps I took given in the first answer in the following link. Since the issues began after I did this.
https://superuser.com/questions/1017764/how-can-i-shrink-a-windows-10-partition
 
for bsods you have to upload minidumps, as they contain more info then just bsod name
second bsod points to something wrong with your pagefile, pagefile can be reset from advenced system properties -> advanced page -> performance settings, which opens performance options window, here go advanced page and under virtual memory click change, disable automatic managing of page file, then click no page file for all drives, reboot and repeat this, but enable automaticaly manage paging file
 
KERNEL_DATA_INPAGE_ERROR
generally means windows could not read some data from the drive.

generally the second parameter in the bugcheck includes the error code as to why it can not read the data.

it could be a bad spot on the drive, a disconnected drive, drive failure.
it can be a bad driver overwriting kernel memory that the memory manager uses for virtual memory. can also be a lot of other causes.

guess i would first download and run crystaldiskinfo.exe and check the drive health.
 
I checked crystaldiskinfo, it shows the ssd is fine. For minidumps, I followed the instructions to create a minidump but apparently it's not possible due to intel RST (maybe i'm wrong).

But, I was able to look up in the Event Viewer the warnings which immediately precede the BSOD error. For each time I got an error the events are in the same order as follows:

1. The hypervisor did not enable mitigations for CVE-2018-3646 for virtual machines because HyperThreading is enabled and the hypervisor core scheduler is not enabled. To enable mitigations for CVE-2018-3646 for virtual machines, enable the core scheduler by running "bcdedit /set hypervisorschedulertype core" from an elevated command prompt and reboot.

2. The driver \Driver\WudfRd failed to load for the device PCI\VEN_8086&DEV_8A03&SUBSYS_097C1028&REV_03\3&11583659&0&20.

3. The driver \Driver\WudfRd failed to load for the device USB\VID_27C6&PID_538D\5&69e4492&0&5.

I don't know if this info is useful.
 
We don't know you system model or specs? Does it have a hard drive too? Is the power setting for the hard drives let them turn off after X minutes? If so change that to Never and reboot.

Might not hurt to install USB controller drivers. Press Windows Key + R then type devmgmt.msc and hit Enter to open Device Manager. Expand USB Controllers then right-click on each of them and select Uninstall. If asked for confirmation select Yes. After all the controllers are uninstalled reboot your PC to save changes. This would automatically install the drivers again.
 
UPDATE!
Hello, for anyone who is facing the same issue. I ended up replacing the RAM and the issue was resolved. It has been working fine for about a month now