Thanks.
I found entries indicating that there was an error creating the dump files. This is probably due to the type of crash that is happening.
This also means that the problem you are experiencing is related to the Blue/Black Screen of Death (BSOD), which may be caused by a driver.
I suggest you use the Driver Verifier utility. This utility is used to force the system to show the driver causing the problem.
Before turning on Driver Verifier, I like to create a restore point just in case. I suggest doing the same.
https://support.microsoft.com/windows/system-protection-e9126e6e-fa64-4f5f-874d-9db90e57645a
Turn on Driver Verifier, let the system crash 3 times, then turn off Driver Verifier. Share the minidumps that the crashes created.
- Press Win + R, type
verifier, and press Enter; - Select Create custom settings (for code developers) and click Next;
- Check these options:
- Pool Tracking
- I/O Verification
- Deadlock Detection
- DMA Checking
- Security Checks
- Force pending I/O requests
- IRP Logging
- Miscellaneous Checks
- DDI compliance checking
- Select Select driver names from a list;
- Sort by Provider and choose all non-Microsoft drivers;
- Click Finish and restart your computer. Driver Verifier will now monitor the selected drivers.
(Pay attention to the blue screen that is displayed. Sometimes, it may contain useful information.)
After the system crashes at least 3 times, follow the procedure below to disable the Driver Verifier.
- Open Start and type
cmd, right-click on Command Prompt and select Run as administrator. - Run the following commands at the Command Prompt one at a time:
verifier /reset
verifier /bootmode resetonbootfail
- Then, restart the PC.
If the system no longer starts due to BSOD caused by the Driver Verifier, start it in Safe Mode and perform the above procedure to disable Driver Verifier.
I await your reply.
Feel free to ask any questions you may have.