mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2025-02-20 18:31:35 -05:00
Add TPM PIN
Signed-off-by: samsepi0l <74207682+d4rklynk@users.noreply.github.com>
This commit is contained in:
parent
149e207d6e
commit
352c360b68
@ -45,7 +45,7 @@ Check your encrypted volumes :
|
|||||||
|
|
||||||
Then, you can finally enroll your encrypted volumes :
|
Then, you can finally enroll your encrypted volumes :
|
||||||
```
|
```
|
||||||
# systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs=0+2+4+7 /dev/sdX
|
# systemd-cryptenroll --tpm2-device=auto --tpm2-pcrs=0+2+4+7 /dev/sdX --tpm2-with-pin=yes
|
||||||
```
|
```
|
||||||
|
|
||||||
Replace sdX with the right volume.
|
Replace sdX with the right volume.
|
||||||
@ -72,6 +72,8 @@ SLOT TYPE
|
|||||||
2 recovery
|
2 recovery
|
||||||
```
|
```
|
||||||
|
|
||||||
|
When booting, it will ask you the password for LUKS, then the TPM2 PIN.
|
||||||
|
|
||||||
Note that with secure boot enabled, you should manually sign your NVidia drivers with [akmod](https://github.com/larsks/akmod-sign-modules).
|
Note that with secure boot enabled, you should manually sign your NVidia drivers with [akmod](https://github.com/larsks/akmod-sign-modules).
|
||||||
|
|
||||||
### Encrypted Swap
|
### Encrypted Swap
|
||||||
|
Loading…
Reference in New Issue
Block a user