Skip to content

Commit 2f170c6

Browse files
committed
docs/troubleshooting: Add workaround for Arch LBR BSOD
Signed-off-by: Tu Dinh <[email protected]>
1 parent f0f4b2a commit 2f170c6

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/troubleshooting/windows-pv-tools.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,19 @@ It's possible that some antivirus blocks the end of the installation of the PV d
6060

6161
### Solution
6262

63-
Simply pausing the agent and doing a reboot will make the XenTools to install succesfully. After a succesfull installation, enabling the SentinelOne agent again is possible without any other issues regarding the tools or drivers.
63+
Simply pausing the agent and doing a reboot will make the XenTools to install succesfully. After a succesfull installation, enabling the SentinelOne agent again is possible without any other issues regarding the tools or drivers.
64+
65+
## Windows bug check 0x3B (SYSTEM_SERVICE_EXCEPTION) on systems with newer Intel CPUs
66+
67+
### Cause
68+
69+
Intel CPUs codenamed Rocket Lake, Sapphire Rapids and newer provide the **Architectural LBR** feature, which Windows depends on.
70+
Xen's support of this CPU feature is incomplete, which causes Windows to crash.
71+
72+
### Workaround
73+
74+
Run the following command on the host then reboot the VM:
75+
76+
```
77+
xe vm-param-add uuid=<VM's UUID> param-name=platform msr-relaxed=true
78+
```

0 commit comments

Comments
 (0)