what is a bios
A BIOS is special low-level software built into your computer’s motherboard that starts the machine and connects the hardware to the operating system. It runs first when you power on, checks your hardware, and then loads your operating system from a drive so you can actually use the computer.
Basic meaning
- BIOS stands for Basic Input/Output System, and it is a type of firmware, meaning software stored on a chip, not on your hard drive.
- It sits between the physical components (CPU, RAM, disks, keyboard, etc.) and the operating system, providing the basic instructions for them to talk to each other during startup.
What BIOS actually does
- When you press the power button, the BIOS is the first code that runs, before Windows, Linux, or any other OS.
- It performs a Power-On Self Test (POST) to check things like memory and processor, then looks for a bootable device (like your SSD) and hands control over to the operating system.
Key functions in simple terms
- Hardware check: Makes sure essential components are present and working so the computer can safely start.
- Boot loader: Finds the operating system on a drive and starts it.
- Basic drivers: Provides basic, built-in control for hardware such as keyboard, disks, and display during early boot.
- Settings menu: Offers a setup screen where you can change boot order, time and date, security passwords, and hardware settings like enabling XMP/EXPO profiles for RAM.
BIOS vs newer UEFI
- Many modern PCs technically use UEFI, which is a more advanced replacement for classic BIOS, but people still casually call it “the BIOS.”
- UEFI offers features like larger drive support, faster boot, and graphical menus, but it serves the same core role: initializing hardware and starting the OS.
Why BIOS matters to you
- It is where you go to change what device the PC boots from (e.g., USB installer vs SSD) or to enable features like RAM overclocking, secure boot, or virtualization.
- If the BIOS is misconfigured or corrupted during an update, the system may fail to start at all, which is why updating it is useful but must be done carefully.
TL;DR: The BIOS is the built-in startup manager of your PC that wakes up the hardware, checks it, and then launches your operating system so everything can run.