修复 VMware 环境 tsc 不稳定导致的崩溃

This commit is contained in:
Ing 2025-05-15 13:27:25 +08:00
parent 87d690b92c
commit 22852b009a

View File

@ -234,6 +234,11 @@ CMDLINE['nowatchdog']=""
CMDLINE['modprobe.blacklist']="${MODBLACKLIST}"
CMDLINE['mev']="${MEV:-physical}"
if [ "${MEV:-physical}" = "vmware" ]; then
CMDLINE['tsc']="reliable"
CMDLINE['pmtmr']="0x0"
fi
if [ "${HDDSORT}" = "true" ]; then
CMDLINE['hddsort']=""
fi