IT FundamentalsA+

BIOS and UEFI for CompTIA A+ 220-1101

BIOS and UEFI are firmware interfaces that initialize hardware and launch the operating system. CompTIA A+ 220-1101 tests BIOS/UEFI configuration, boot options, Secure Boot, TPM, and POST error codes. Technicians access BIOS/UEFI to configure boot order, enable virtualization, manage security settings, and diagnose POST failures.

7 min
2 sections · 7 exam key points
1 practice questions

BIOS/UEFI Fundamentals

BIOS (Basic Input/Output System): legacy firmware stored in ROM chip on the motherboard. Initializes hardware (POST), then hands control to the OS bootloader. MBR (Master Boot Record) — legacy partition scheme used with BIOS. Limitations: cannot boot from drives > 2TB, text-only interface, slower initialization, 16-bit real mode operation.

UEFI (Unified Extensible Firmware Interface): modern replacement for BIOS. Supports GPT partitions (no 2TB limit), graphical interface with mouse support, Secure Boot, network boot before OS loads, faster startup via parallel device initialization, 32-bit or 64-bit operation. All modern PCs use UEFI. 'BIOS' is still colloquially used to refer to UEFI firmware settings.

Accessing UEFI/BIOS: press the setup key during POST — varies by manufacturer: Delete, F2 (most common), F1, F10, or Esc. Some systems require tapping the key repeatedly immediately after pressing power. On Windows: Settings → Update & Security → Recovery → Advanced startup → Restart now → Troubleshoot → Advanced options → UEFI Firmware Settings → Restart.

Common BIOS/UEFI settings: Boot order (priority of boot devices), Secure Boot (enable/disable), virtualization (Intel VT-x / AMD-V — must enable for hypervisors like Hyper-V, VMware), fan settings (speed control), XMP/EXPO memory profile (enables rated RAM speed), storage controller mode (AHCI vs RAID), TPM (Trusted Platform Module — required for Windows 11), power management.

Secure Boot, TPM, and POST

Secure Boot: UEFI feature that verifies the OS bootloader has a valid cryptographic signature from a trusted authority before executing it. Prevents rootkits and boot-sector malware from loading before the OS. Requires: UEFI (not legacy BIOS), signed bootloader. Windows 10/11 sign their bootloaders. Linux distributions increasingly provide signed bootloaders. Disable Secure Boot only when: installing an OS that lacks a signed bootloader, troubleshooting UEFI boot issues.

TPM (Trusted Platform Module): dedicated security chip (or firmware-based fTPM) that stores cryptographic keys, measures boot process integrity, and enables BitLocker encryption. Windows 11 requires: TPM 2.0 + UEFI with Secure Boot. BitLocker uses TPM to protect the encryption key — if hardware changes significantly, BitLocker may trigger key recovery. Enable TPM in UEFI settings (may be labeled PTT on Intel, fTPM on AMD).

POST (Power-On Self Test): diagnostic tests the BIOS/UEFI runs at startup to verify hardware is functional. POST checks: CPU, RAM, video, keyboard, storage controllers. POST failure indicators: beep codes (different patterns indicate different failures — consult manufacturer's documentation), POST error messages on screen, error codes displayed on a two-character LED display (on some motherboards). Common beep patterns: 1 short beep = POST successful. Multiple short beeps = RAM failure. Long beeps = video card failure (varies by manufacturer).

Boot order: the sequence of devices BIOS/UEFI tries to boot from. Typical order: USB → CD/DVD → HDD/SSD → Network (PXE). Change boot order temporarily: press the boot menu key (F8, F11, F12, or Esc during POST) to select a one-time boot device without saving to BIOS — useful for booting from USB recovery media.

Key exam facts — A+

  • UEFI: modern firmware; supports GPT, Secure Boot, drives > 2TB, graphical interface
  • Legacy BIOS: limited to MBR (2TB max), text interface — older systems only
  • Secure Boot: verifies OS bootloader signature — prevents boot-sector malware
  • TPM 2.0: required for Windows 11 — stores crypto keys, enables BitLocker
  • Access BIOS/UEFI: Delete or F2 during POST (varies by manufacturer)
  • Virtualization (VT-x/AMD-V): must be enabled in BIOS for Hyper-V, VMware, VirtualBox
  • XMP/EXPO: enable in BIOS for RAM to run at rated speed (otherwise runs at JEDEC default)

Common exam traps

Updating BIOS/UEFI firmware is safe and can always be reversed

BIOS/UEFI flashing is risky — a power failure or error during the flash can brick the motherboard (render it unbootable with no firmware to recover). Only update BIOS when necessary (new CPU support, critical bug fix). Never update on battery alone — use AC power. Many modern boards have dual BIOS chips for recovery, but this is not universal. Read manufacturer instructions carefully before flashing

Practice questions — BIOS / UEFI

These questions are representative of what you will see on A+ exams. The correct answer and explanation are shown immediately below each question.

Q1.A user wants to install Windows 11. The PC has a TPM chip but Windows 11 setup reports it as incompatible. What BIOS/UEFI setting is most likely not enabled?

A.Virtualization (VT-x)
B.TPM 2.0 (or PTT/fTPM) and Secure Boot
C.XMP memory profile
D.AHCI storage mode

Explanation: Windows 11 requires both TPM 2.0 AND Secure Boot to be enabled in UEFI. Many PCs have a TPM chip but it may be disabled in BIOS, or the system may be running in legacy BIOS mode (which disables Secure Boot). Check UEFI settings: enable TPM 2.0 (may appear as PTT on Intel systems or fTPM on AMD), enable Secure Boot, ensure UEFI mode (not legacy/CSM mode) is active. VT-x enables virtualization and is unrelated to Windows 11 requirements.

Frequently asked questions — BIOS / UEFI

What is the difference between AHCI and RAID storage controller modes?

AHCI (Advanced Host Controller Interface): enables SATA features like NCQ (Native Command Queuing) for better SSD and HDD performance, and hot-swap support — the standard mode for individual drives. RAID mode: configures the storage controller for RAID arrays (RAID 0/1/5/10) — combines multiple physical drives into logical volumes for performance or redundancy. IDE mode: legacy, disables modern SATA features — only for very old OS compatibility. Install Windows with AHCI mode for single-drive setups; RAID mode only when building a hardware RAID array. Switching after Windows installation may cause boot failure (requires driver addition to registry first).

Practice this topic

Test yourself on BIOS / UEFI

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics