New
#1
First BSOD after years of use (IRQL_NOT_LESS_OR_EQUAL)
Hey guys ,
I'm new to the forum so hello to all the members !
So to make things quick I got my first BSOD after years of use of my desktop, It happened while I was on youtube the video was loading then my entire pc froze and boom BSOD.
So I put the crash dump file ( there is only one to prove that my computer has been running like a clock all those years ) in Windbg , so here are the results ( i'll paste some of the essential infos of the minidump if you need to dl the dmp i'll post it on a file host ) :
IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses
FAULTING_IP:
nt!KiTimerExpiration+f2
fffff800`0388d9e2 48894808 mov qword ptr [rax+8],rcx
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT
BUGCHECK_STR: 0xA
PROCESS_NAME: System
STACK_COMMAND: kb
FOLLOWUP_IP:
nt!KiTimerExpiration+f2
fffff800`0388d9e2 48894808 mov qword ptr [rax+8],rcx
SYMBOL_STACK_INDEX: 3
SYMBOL_NAME: nt!KiTimerExpiration+f2
FOLLOWUP_NAME: MachineOwner
MODULE_NAME: nt
IMAGE_NAME: ntkrnlmp.exe
DEBUG_FLR_IMAGE_TIMESTAMP: 5e0ead5e
FAILURE_BUCKET_ID: X64_0xA_nt!KiTimerExpiration+f2
BUCKET_ID: X64_0xA_nt!KiTimerExpiration+f2
Followup: MachineOwner
This is what I got with the !analyze -v command , this is pointing to ntkrnlmp.exe which is Windows Kernel but I need help to go further into the investigation , I need to know if it is sofware or hardware related , I heavily suspect something is wrong either on the motherboard side or my system hard drive, I did a memtest (3 pass ) and found no errors on the memory side .
Got some corrupted bios several time on my Gigabyte z77x-up5 th , had to reflash with usb even with new cmos battery , and also suspect my system hard drive sometimes I boot my pc and I got the "insert system disk and press enter" despite my os already installed on my hdd , but this maybe caused by my motherboard.... who knows .