Thanks, was just making sure.
WHEA_UNCORRECTABLE_ERROR (124) bug check.
A fatal hardware error has occurred. This fatal error displays data from the Windows Hardware Error Architecture (WHEA).
If we run an !errrec on the 2nd parameter of the bugcheck (address of the WER structure) we get the following:
Code:
===============================================================================
Section 2 : x86/x64 MCA
-------------------------------------------------------------------------------
Descriptor @ fffffa800de65138
Section @ fffffa800de652c0
Offset : 664
Length : 264
Flags : 0x00000000
Severity : Fatal
Error : GCACHEL2_ERR_ERR (Proc 1 Bank 5)
Status : 0xbe0000000100110a
Address : 0x00000002602fe5c0
Misc. : 0x0000009086000086
Looks like an error with your L2 Cache, specifically on Processor #1 and Cache Bank #5.
-- Uninstall OpenHardwareMonitor, very old device drivers.
Code:
1: kd> lmvm openhardwaremonitor
start end module name
fffff880`082a7000 fffff880`082ae000 OpenHardwareMonitor (deferred)
Image path: \??\D:\OpenHardwareMonitor\OpenHardwareMonitor.sys
Image name: OpenHardwareMonitor.sys
Timestamp: Sat Jul 26 09:29:37 2008
If the above does not help, there is only so much you can do with a bugcheck like this until it comes down to a faulty processor that will need to be replaced. Start from 1 and work downward:
1. Ensure your temperatures are within standard and nothing's overheating. You can use a program such as Speccy if you'd like to monitor temps -
Speccy - System Information - Free Download
2. Clear your CMOS (or load optimized BIOS defaults) to ensure there's no improper BIOS setting -
How To Clear CMOS (Reset BIOS)
3. Ensure your BIOS is up to date.
4. Software conflict that can usually cause *124 bugchecks are OS to BIOS utilities from manufacturer's like Asus' AI Suite. If you have something like this software-wise, remove it ASAP.
5. If all of the above fail, the only left to do is replace your processor as it is faulty.
Regards,
Patrick