12 lines
325 B
Markdown
12 lines
325 B
Markdown
# 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 |