diff --git a/sbin/safeboot b/sbin/safeboot index bbf64ed1..b4e28f55 100755 --- a/sbin/safeboot +++ b/sbin/safeboot @@ -738,6 +738,8 @@ luks-seal() { >> /tmp/tpm.log \ || die "Unable to create TPM key context" + tpm2_flushall + tpm2 load \ --parent-context "$TMP/primary.ctx" \ --public "$TMP/sealed.pub" \