完成双重启动后,我可以重新打开安全启动吗?还是我必须在系统双重启动期间一直将其关闭?
答案1
如果不讨论安全启动的优点,在我看来,禁用安全启动的建议很糟糕。您更有可能保持安全启动处于启用状态。
如果您使用第三方未签名的内核模块,则需要自行签名或禁用安全启动。例如 ndivia 或 ATI 图形驱动程序、无线驱动程序和 perhpas virtualbox。
要对模块进行自签名,请参阅
https://computerlinguist.org/make-dkms-sign-kernel-modules-for-secure-boot-on-ubuntu-1604.html
https://insights.ubuntu.com/2017/08/11/how-to-sign-things-for-secure-boot/
https://wiki.ubuntu.com/SecurityTeam/SecureBoot
https://www.kernel.org/doc/html/v4.10/admin-guide/module-signing.html
虽然在我看来签署模块很容易,但大多数人(错误地)建议您禁用安全启动。请参阅第一个自动化链接 -https://computerlinguist.org/make-dkms-sign-kernel-modules-for-secure-boot-on-ubuntu-1604.html