Technology · Germany · informational

What Is a BIOS? PC Firmware That Starts Your Computer

The BIOSBasic Input/Output System — is firmware stored on a chip on your computer's motherboard that runs immediately when you press the power button, before Windows, macOS, or Linux load. It performs power-on self-test (POST), initializes hardware, and finds a bootable device to hand control to the operating system.

What It Is

Think of the BIOS as the building superintendent who unlocks the doors and checks the lights before employees (your OS and apps) arrive. Without this low-level layer, the CPU would not know how to talk to RAM, disks, or keyboards in a consistent way.

Modern PCs often use UEFI (Unified Extensible Firmware Interface) instead of legacy BIOS, but people still say "BIOS" colloquially for firmware setup screens.

| Term | Meaning |

|------|---------|

| Legacy BIOS | Older 16-bit firmware interface, MBR partitioning |

| UEFI | Modern replacement, GPT disks, faster boot, Secure Boot |

| Firmware setup | Menu you enter at startup (often called "BIOS setup") |

| CMOS / NVRAM | Small memory holding settings like boot order and clock |

Apple Silicon Macs use different boot firmware (iBoot, secure enclave) — the classic PC BIOS concept applies primarily to x86/x64 Windows and Linux machines.

Why It Matters

Boot order — tells the machine to load from USB installer, SSD, or network PXE. Essential for OS installs and recovery.

Hardware configuration — enable/disable onboard devices, set XMP/EXPO memory profiles, adjust fan curves, and configure virtualization (VT-x/AMD-V) for VMs.

Security featuresSecure Boot blocks unsigned bootloaders (helps against some malware; complicates dual-boot Linux without adjustments). TPM settings affect Windows 11 eligibility.

Troubleshooting — when a PC "powers on but no display," BIOS beep codes or POST indicators diagnose RAM or GPU issues.

Overclocking — enthusiasts change CPU multiplier and voltage in firmware (with heat and stability risks).

Incorrect BIOS changes can prevent booting — but rarely brick hardware permanently; clear CMOS or reset jumper usually restores defaults.

How It Works

Power-on sequence (simplified):

1. Power supply stabilizes; motherboard receives power.

2. Firmware on SPI flash chip executes from a fixed address.

3. POST runs — CPU, RAM, chipset, keyboard controller checked. Failures may produce beep codes or debug LEDs.

4. Device initialization — storage controllers, USB, PCIe devices enumerated.

5. Boot device selection — firmware reads boot order; scans removable and fixed drives for valid bootloader signature.

6. Handoff — loads bootloader (Windows Boot Manager, GRUB, etc.) which loads the kernel.

7. OS takes over — firmware services remain available via runtime interfaces (ACPI, UEFI services on modern systems).

Entering setup

Common keys at startup: Del, F2, F10, Esc — varies by manufacturer (ASUS, Dell, HP, Lenovo). Fast Boot settings may shorten the window; hold Shift while restarting in Windows for advanced recovery options.

BIOS updates

Manufacturers release firmware updates for CPU support, security patches (e.g., microcode), and bug fixes. Flash only from official sources; power loss mid-flash can corrupt firmware — follow instructions carefully.

Common Examples

| Task | BIOS/UEFI action |

|------|------------------|

| Install Linux from USB | Set USB first in boot order |

| Enable hardware virtualization | Toggle Intel VT-x or AMD SVM |

| Fix wrong system clock | Set date/time if CMOS battery dead |

| Dual-boot Windows + Linux | Adjust Secure Boot; choose GPT partitioning |

| Wake-on-LAN | Enable in power management settings |

Enterprise machines may password-protect firmware setup to prevent tampering.

Common Misconceptions

"BIOS and operating system are the same"

The OS runs after firmware hands off control. Firmware is minimal; it does not replace Windows or drivers long-term (though UEFI apps exist).

"UEFI is completely unrelated to BIOS"

UEFI replaced legacy BIOS on most PCs since the 2010s but fulfills the same boot role. "BIOS setup" often means UEFI setup menu.

"Changing BIOS always voids warranty"

Normal settings changes do not. Extreme overclocking or modded firmware might affect support claims — check manufacturer policy.

"You should update BIOS constantly"

Update when you need CPU support, security fixes, or stability issues — not on every schedule. Unnecessary flashes add risk.

"Macs have a BIOS"

Intel Macs used EFI (UEFI-class). Apple Silicon uses a different secure boot chain — not accessed the same way as PC BIOS keys.

FAQ

What key opens BIOS on my PC?

Try Del or F2 immediately after power-on. Manufacturer splash screens often show the correct key briefly.

What is Secure Boot?

A UEFI feature that allows only signed bootloaders and drivers at startup, reducing certain bootkit malware — may block unsigned Linux distros until keys are registered.

What happens if I reset BIOS to defaults?

Boot order, overclock, and custom settings revert. OS and files on disk remain intact in most cases.

Is BIOS stored on the hard drive?

No — on a flash chip on the motherboard, independent of SSD or HDD.

Can viruses infect BIOS?

Firmware rootkits exist but are rare. Keep firmware updated; Secure Boot and TPM help on supported systems.

When BIOS Setup Matters Most

You touch firmware when installing an OS from USB, enabling virtualization for Docker or VMs, troubleshooting boot failures, or adjusting Secure Boot for dual-boot Linux. Day-to-day browsing never requires it — but keeping firmware reasonably current patches security issues affecting boot chain trust. Document changes before experimenting with overclock settings; a failed boot is fixable but stressful without a recovery plan.

The Takeaway

The BIOS (or modern UEFI firmware) is motherboard software that starts your PC, runs POST, configures hardware, and loads the operating system from the chosen boot device. You rarely need it day to day, but it is essential for installs, troubleshooting, security settings, and hardware tuning.

*This article is for general informational purposes only and does not constitute professional IT support advice.*

What Is a BIOS? PC Startup Firmware Explained | All Over The World