New
#51
And is the kernel (ntkrnlmp.exe) mentioned as a probable driver?
And is the kernel (ntkrnlmp.exe) mentioned as a probable driver?
Depends on what WinDbg version you are using. Like the one from the Windows 10 SDK, you must run the !analyze command. And if you have the Preview version, there is no such ruler, but you can do it !analyze -v and in the IMAGE_NAME line the name of the driver causing the error will be given
After running the !analyze -v command, an error description is displayed and four parameters are underneath. What is the first parameter?
Arg1: 0000000000000026, IOMMU detected DMA violation.
I thought that was odd as I turned off IOMMU in the BIOS, well at least the Intel virtualization option which I'm informed is the same thing.
- - - Updated - - -
FAILURE_BUCKET_ID: 0xE6_VRFK_nt!KiCallInterruptServiceRoutine
BUCKET_ID: 0xE6_VRFK_nt!KiCallInterruptServiceRoutine
Then disable all virtualization options in the BIOS and leave Driver Verifier enabled
Do you still get BSODs after turning off virtualization in the BIOS?