Learning Guide
Understanding system firmware basics.
What BIOS and UEFI mean
BIOS and UEFI are firmware systems stored on the motherboard. They help the computer prepare hardware, read startup settings, and begin the process that leads to the operating system loading.
The POST process in simple words
POST stands for Power-On Self-Test. It is an early startup check that helps confirm whether core parts such as memory, processor, storage, and basic input devices are present and ready for the next stage.
Firmware Concept
BIOS
BIOS is the older firmware style that performs basic hardware startup tasks and prepares the system to boot.
Firmware Concept
UEFI
UEFI is the modern firmware style that supports newer storage structures, graphical menus, and broader startup features.
Firmware settings and stored choices
Firmware settings can include startup order, hardware preferences, system time, and device behavior. These settings help the motherboard remember how the computer should prepare itself during startup.
Simple Flow
Power Button → Firmware → Operating System
The computer powers on, firmware checks and prepares hardware, then the operating system begins loading from the selected storage device.
GPT and modern startup storage
UEFI commonly works with GPT, a modern partition structure used by many storage devices. GPT helps organize storage information in a way that supports larger drives and a more flexible startup layout.
Secure Boot as a startup trust concept
Secure Boot is a UEFI feature that checks whether startup components are trusted before the system loads. In simple terms, it helps the computer follow an expected startup path.