From 3144ca6ff5f0d171d8a92a86a525c32b6c253a42 Mon Sep 17 00:00:00 2001 From: ebner Date: Wed, 15 Mar 2023 11:16:31 +0100 Subject: [PATCH] add info on how to check for secure boot enabled --- admin-guide/troubleshooting/secureboot.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 admin-guide/troubleshooting/secureboot.md diff --git a/admin-guide/troubleshooting/secureboot.md b/admin-guide/troubleshooting/secureboot.md new file mode 100644 index 00000000..afc80ea5 --- /dev/null +++ b/admin-guide/troubleshooting/secureboot.md @@ -0,0 +1,12 @@ +# SecureBoot + +While having secure boot enabled it is not possible to load the yfs kernel module. Therefore it is important that secure boot is disabled on the systems booting EFI! + + +This is how to check on a running system if secure boot is enabled: + +```bash +mokutil --sb-state +``` + +https://access.redhat.com/articles/5337691 \ No newline at end of file