Updated Secureboot a bit

This commit is contained in:
Tastatur 2023-08-17 12:08:45 +02:00
parent 218fac70f3
commit 5444a44259
4 changed files with 10 additions and 1 deletions

View file

@ -34,3 +34,9 @@ EFI_CERT_FILE=/usr/share/secureboot/keys/db/db.pem
``` ```
> Don't forget to turn on secureboot in your bios! > Don't forget to turn on secureboot in your bios!
To check if your system is actually using secureboot run:
```
$ sbctl status
```

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -1159,6 +1159,9 @@ EFI_CERT_FILE=/usr/share/secureboot/keys/db/db.pem
<blockquote> <blockquote>
<p>Don't forget to turn on secureboot in your bios!</p> <p>Don't forget to turn on secureboot in your bios!</p>
</blockquote> </blockquote>
<p>To check if your system is actually using secureboot run:</p>
<pre><code>$ sbctl status
</code></pre>