如何在 Ubuntu 上检查是否启用了 secure boot?
在命令行上,运行
check_secure_boot.sh
sudo mokutil --sb-state这将告诉你
secureboot-enabled.txt
SecureBoot enabled_如果你的机器当前启用了 secure boot 或
secureboot-disabled.txt
SecureBoot disabled否则。
如果你看到类似这样的错误消息
error.txt
bash: command not found: mkoutil你需要先使用以下命令安装 mokutil
install_mokutil.sh
sudo apt install mokutil_Check out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow