Reply to thread

The Intel CPU Test failed and also revealed both 0x101 and 0x124 bugchecks. 0x124 = Machine Check Exception (Unknown Hardware Failure).


Part of the Intel CPU report to the 1st error:


[code]

...#SSU#...

#Logs#System Messages#Included

-------------------------------------------------------------------

A fatal hardware error has occurred. A record describing the condition is contained in the data section of this event.

-------------------------------------------------------------------

Not Available

-------------------------------------------------------------------

A fatal hardware error has occurred. A record describing the condition is contained in the data section of this event.

-------------------------------------------------------------------

Not Available

-------------------------------------------------------------------

The computer has rebooted from a bugcheck.  The bugcheck was: 0x00000101 (0x000000000000000c, 0x0000000000000000, 0xffffd08038fe4180, 0x000000000000000a). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: b59e5aa9-cd7b-4f9a-bd78-fd63b239fe9a.

-------------------------------------------------------------------

A fatal hardware error has occurred. A record describing the condition is contained in the data section of this event.

-------------------------------------------------------------------

The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.

-------------------------------------------------------------------

Dump file creation failed due to error during dump creation.

-------------------------------------------------------------------

Dump file creation failed due to error during dump creation.

-------------------------------------------------------------------

Not Available

-------------------------------------------------------------------

The previous system shutdown at 8:50:35 PM on ‎5/‎8/‎2023 was unexpected.

-------------------------------------------------------------------

The certificate received from the remote server was issued by an untrusted certificate authority. Because of this, none of the data contained in the certificate can be validated. The TLS connection request has failed. The attached data contains the server certificate.

-------------------------------------------------------------------

[/code]


A 0x124 error:

[code]

The previous system shutdown at 10:56:21 AM on ‎3/‎3/‎2023 was unexpected.

-------------------------------------------------------------------

The computer has rebooted from a bugcheck.  The bugcheck was: 0x00000124 (0x0000000000000000, 0xffffe78dec614028, 0x00000000be000000, 0x0000000000800400). A dump was saved in: C:\Windows\MEMORY.DMP. Report Id: 6eb2024f-f3d1-40e3-bc57-c889bc30f352.

-------------------------------------------------------------------

A fatal hardware error has occurred. A record describing the condition is contained in the data section of this event.

-------------------------------------------------------------------

A fatal hardware error has occurred.


Reported by component: Processor Core

Error Source: Machine Check Exception

Error Type: Internal Timer Error

Processor APIC ID: 10


The details view of this entry contains further information.

-------------------------------------------------------------------

[/code]


Also listed was file corruption on drives c: and d: The Intel report said to run chkdsk /r /f on each.


Bring up an Admin CMD prompt. Type/paste into the shell:

[code]

chkdsk /f /r[/code]


Hit ENTER. Answer to reboot system.


Same as above for drive d: except type d: [ENTER] first. Then run chkdsk per above; reboot system.


Regards. . .


jcgriff2


Back
Top