UEFIboot
UEFIboot refers to the process of starting a computer using the Unified Extensible Firmware Interface (UEFI) firmware and its associated boot ecosystem. Under UEFI, the firmware initializes hardware, reads boot entries stored in non-volatile RAM, and locates bootloaders on an EFI System Partition (ESP) on a GPT disk. The ESP contains one or more .efi executables, such as a boot manager or OS loader, which the UEFI firmware can execute directly, transferring control to the operating system.
Compared with traditional BIOS boot, UEFI supports 64-bit code, full pre-boot environments, and larger disk support
Common implementations include a Windows Boot Manager (Bootmgfw.efi), which loads Windows, Linux bootloaders such as GRUB2