Translate

Archives

Exploring Lenovo T480 NVRAM Variables With CHIPSEC

In this blog post I compare the output produced by the CHIPSEC 1.8.1 chipsec_util uefi nvram command to that produced by the UEFI shell dmpstore utility and discover a small number of interesting differences.

UEFI Utility to Read TPM 1.2 PCRs

In this post, I provide the source code for a UEFI shell utility to print out all the Platform Configuration Registers (PCRs) for a TPM 1.2 (Trusted Platform Module, version 1.2) and briefly discuss SRTM versus DRTM.

UEFI-based Windows 10 Platform - Failure to Boot Due to Missing or Corrupt BCD

This post describes the role of the BCD store in booting Windows 10 on a UEFI-based platform. It describes a number of other files used in the boot process and a workaround for booting your system from the UEFI shell should you encounter the 0xc0000034 error code.

Accessing TPM Functionality From UEFI Shell - Part 1

This is the first in a series of posts which demonstrate how to access, use and modify TPM 1.2 and TPM 2.0 resources via a series of UEFI shell applications.

UEFI Shell Utility to Display TPM TrEE Capabilities

In the post, I present a small UEFI utility for examining TrEE Capabilities from the UEFI shell. TrEE is an EFI protocol which supports a subset of the TCG TPM 2.0 library specification.