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