]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/boot/efi/stub.c
boot/efi: don't hard fail on error for tpm measure (#6473)
authorHarald Hoyer <harald@hoyer.xyz>
Fri, 28 Jul 2017 07:46:05 +0000 (09:46 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 28 Jul 2017 07:46:05 +0000 (03:46 -0400)
commit522aa9f5f8755d7389131da41bd60b6276917ff2
tree4de9046780ee1440feae241c2feb13528e9b9d36
parent36484c034163dad73fe7f45a6c7297c9ba8ff62a
boot/efi: don't hard fail on error for tpm measure (#6473)

Display the error for a small amount of time, but don't fail hard.

In case of a faulty BIOS, a TPM error should not prevent the boot.
If something cares about the PCM measurement, it will be noticed
anyway later on.

Especially important now, that TPM measurement is the default now on
some distribution builds.

https://bugzilla.redhat.com/show_bug.cgi?id=1411156
src/boot/efi/boot.c
src/boot/efi/stub.c