add info on how to check for secure boot enabled

This commit is contained in:
2023-03-15 11:16:31 +01:00
parent 5c9200aadb
commit 3144ca6ff5

View File

@@ -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