What is uefi secure boot

Last updated: April 1, 2026

Quick Answer: UEFI Secure Boot is a security feature that verifies the digital signatures of boot files before loading them, preventing unauthorized software from executing during the computer startup process.

Key Facts

Overview

UEFI Secure Boot is a security standard introduced with the Unified Extensible Firmware Interface (UEFI) that prevents computers from loading unauthorized operating systems or boot software. It works by checking the digital signature of every boot component before the system allows it to execute.

How Secure Boot Works

When you power on your computer, the UEFI firmware checks each boot file against a database of trusted signing keys. If the signature matches a trusted certificate, the boot process continues. If the signature is invalid or missing, the firmware halts the boot sequence, preventing potential malware from compromising the system at the lowest level. This process occurs before the operating system even loads, making it an effective first line of defense.

Key Components

Secure Boot relies on several components working together: the UEFI firmware itself, a database of trusted keys stored in the firmware (called the Allowed Signature Database), and cryptographic certificates embedded in boot files. The system also maintains a Forbidden Signature Database that explicitly blocks known malicious code. These components create a chain of trust that extends from the firmware through the entire boot process.

Benefits and Protection

Secure Boot provides significant protection against:

Disabling Secure Boot

While Secure Boot enhances security, users and administrators can disable it in UEFI settings when necessary. This might be needed for legacy software, custom kernels, or certain Linux distributions. However, disabling Secure Boot should only be done when absolutely necessary and the risks are understood. Most modern systems benefit from keeping Secure Boot enabled.

Related Questions

What is UEFI firmware?

UEFI (Unified Extensible Firmware Interface) is the modern replacement for BIOS that initializes hardware and launches the operating system. It provides a more flexible, secure interface between firmware and the OS.

What is a bootkit?

A bootkit is malware that infects the boot process and runs before the operating system loads, making it difficult to detect and remove. Secure Boot helps prevent bootkit infections.

How do I enable or disable Secure Boot?

You can enable or disable Secure Boot by entering the UEFI settings (BIOS) during startup, typically by pressing F2, F12, Del, or Esc during boot, then locating the Secure Boot option and toggling it on or off.

Sources

  1. Wikipedia - Unified Extensible Firmware Interface CC-BY-SA-4.0
  2. UEFI Forum - Official UEFI Standards Various