Having BSODs after installing NVME, took it out and still getting crashes. Happens usually after a few hours, sometimes within minutes of normal usage. Was only able to find a dump file for the most recent crash.
Having BSODs after installing NVME, took it out and still getting crashes. Happens usually after a few hours, sometimes within minutes of normal usage. Was only able to find a dump file for the most recent crash.
Do you have any logs in event viewer?
From the dump file it looks like it’s the kernel causing the bsod, likely due to it crashing. For an easy diagnosis i can hope that there’s just something there’s slightly corrupted,
Please open CMD as an administrator, and run the following commands
sfc /scannow
dism /online /cleanup-image /restorehealth
Then reboot your computer. If you’re lucky, this works, otherwise we might need to go deeper
I can’t find any logs related to the crashing unfortunately. I ran sfc /scannow and it seems to have repaired some corrupt files so hopefully that’s enough to solve the issue.