[Boot/Shutdown] Firmware Bug
Tofloor
poster avatar
zhangjl_deepin
deepin
2024-08-29 22:33
Author

zhangjl@zhangjl-PC:$ dmesg | grep microcode
[ 0.029524] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)
[ 0.108687] MDS: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.108688] TAA: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.108688] MMIO Stale Data: Vulnerable: Clear CPU buffers attempted, no microcode
[ 0.108689] SRBDS: Vulnerable: No microcode
[ 0.108690] GDS: Vulnerable: No microcode
[ 0.719603] microcode: Microcode Update Driver: v2.2.
zhangjl@zhangjl-PC:
$ cat /etc/os-release
PRETTY_NAME="Deepin 23"
NAME="Deepin"
VERSION_ID="23"
VERSION="23"
ID=deepin
HOME_URL="https://www.deepin.org/"
BUG_REPORT_URL="https://bbs.deepin.org"
VERSION_CODENAME=beige

zhangjl@zhangjl-PC:~$ dmesg | grep -i deadline
[ 0.029524] [Firmware Bug]: TSC_DEADLINE disabled due to Errata; please update microcode to version: 0xb2 (or later)

Reply Favorite View the author
All Replies
hotime
deepin
2024-08-30 09:30
#1

这个需要安装CPU微码更新包,deepin仓库源暂时没有提供。

如果你的CPU是Intel的,可以下载debian仓库的iucode-toolintel-microcode,安装重启后就可以了

如果CPU是AMD的,可以下载debian仓库的amd64-microcode

Reply View the author