EFIbased
EFIbased refers to computer systems whose firmware implements the Extensible Firmware Interface (EFI) or its successor, Unified Extensible Firmware Interface (UEFI). This term is used to distinguish EFI/UEFI-based platforms from traditional, legacy BIOS-based systems. EFI-based firmware initializes hardware, provides a Boot Manager, and hands control to an operating system loader located on the EFI System Partition (ESP).
In an EFI-based setup, the ESP is a dedicated partition, typically formatted as FAT32, that stores bootloaders,
Key features of EFI-based systems include support for GUID Partition Table (GPT), which allows large disks and
Common tooling and components include Linux bootloaders such as GRUB2 EFI, systemd-boot, or rEFInd; the efibootmgr
See also: UEFI, BIOS, GPT, EFI System Partition, Secure Boot.