Booting
Booting is the process of starting a computer and loading the operating system into memory.
It begins when you press the power button and ends when the system is ready to use.
What happens during booting
Booting consists of several steps:
- Power-On – The system receives power and activates the hardware.
- Firmware initialization – The BIOS or UEFI checks hardware components (CPU, RAM, storage).
- POST (Power-On Self-Test) – The system tests if hardware works correctly.
- Bootloader execution – The bootloader is loaded from storage.
- Operating system loading – The OS kernel is loaded into RAM.
- System initialization – Drivers and services start running.
After these steps, the login screen or desktop appears.
BIOS and UEFI
Two common firmware systems:
BIOS (Basic Input/Output System) – older firmware
- UEFI (Unified Extensible Firmware Interface) – modern replacement
They prepare the system before the operating system starts.
Cold Boot vs Warm Boot
- Cold boot – starting the computer from a powered-off state
- Warm boot – restarting the system without turning off power
Warm boot is usually faster.
Why it is important
- Initializes hardware
- Loads the operating system
- Prepares system resources
- Ensures system stability
Without booting, the computer cannot start working.
Boot time
Boot time depends on:
- Type of storage (SSD is faster than HDD)
- System performance
- Number of startup programs
Modern systems are optimized for faster booting.
A simple example
Booting is like starting a car:
You turn the key (power on), the engine checks systems (POST), and then the car becomes ready to drive (OS loaded).
Related terms
- What is Bootloader?
- What is Kernel?
- What is BIOS?
Source
Information simplified from the Wikipedia article “Booting”.