Deep dive into various booting system components
Ever wonder what happens when you turn on a Linux system? Let’s take a quick look at what really goes on.
First, we’ll dive into your system’s BIOS. Virtually all modern x86_64 platforms leverage a Unified Extensible Firmware Interface (UEFI) BIOS, which is basically a firmware interface that serves as a gateway from your operating system to the hardware it controls. Older platforms have vendor-specific or legacy BIOS types that follow limited standards from one system to another. For ease of understanding the differences between legacy BIOS and the new standard UEFI BIOS, I’ve created a table here to contrast their features or functionalities.
Concern |
Legacy BIOS |
UEFI BIOS |
Standardization |
Each vendor has its own feature/functionality |
...