Skip to content

Commit e00e70d

Browse files
authored
Add reg file for PowerSimulateHiberBugcheck (#62)
Workaround for issue #7.
1 parent 1d59601 commit e00e70d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
314 Bytes
Binary file not shown.
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Occasional WHEA crash during Windows shutdown
2+
3+
Sometimes during system shutdown, the system will crash with a WHEA memory
4+
error.
5+
6+
Issue partially understood:
7+
8+
- Windows is trying to read from the ACPI FACS table.
9+
- For some reason, this triggers a memory read abort. (Exact root cause
10+
unknown.)
11+
- The same issue has been reported on other boards, so it's not specific to
12+
RK3588.
13+
14+
Workaround:
15+
16+
- Add a DWORD registry value PowerSimulateHiberBugcheck set to 0x40 to registry
17+
key `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager`.
18+
19+
You can use the `PowerSimulateHiberBugcheck.reg` file to do this.

0 commit comments

Comments
 (0)