14 Facts About UEFI

1.

UEFI firmware provides several technical advantages over a traditional BIOS system:.

FactSnippet No. 869,321
2.

Unofficial UEFI support is under development for POWERPC64 by implementing TianoCore on top of OPAL, the OpenPOWER abstraction layer, running in little-endian mode.

FactSnippet No. 869,322
3.

UEFI requires the firmware and operating system loader to be size-matched; that is, a 64-bit UEFI firmware implementation can load only a 64-bit operating system boot loader or kernel and the same applies to 32-bit.

FactSnippet No. 869,323
4.

In that case, booting Linux on UEFI systems is the same as on legacy BIOS-based systems.

FactSnippet No. 869,324
5.

Beyond loading an OS, UEFI can run UEFI applications, which reside as files on the EFI System Partition.

FactSnippet No. 869,325

Related searches

BIOS Windows GRUB USB NOR flash API
6.

Type of UEFI application is an OS boot loader such as GRUB, rEFInd, Gummiboot, and Windows Boot Manager; which loads some OS files into memory and executes them.

FactSnippet No. 869,326
7.

For use on ESPs, UEFI defines a specific version of the FAT file system, which is maintained as part of the UEFI specification and independently from the original FAT specification, encompassing the FAT32, FAT16 and FAT12 file systems.

FactSnippet No. 869,327
8.

OS boot loaders can be automatically detected by UEFI, which enables easy booting from removable devices such as USB flash drives.

FactSnippet No. 869,328
9.

UEFI specification includes support for booting over network via the Preboot eXecution Environment .

FactSnippet No. 869,329
10.

Methods used for launching UEFI shell depend on the manufacturer and model of the system motherboard.

FactSnippet No. 869,330
11.

Extensions to UEFI can be loaded from virtually any non-volatile storage device attached to the computer.

FactSnippet No. 869,331
12.

UEFI Capsule defines a Firmware-to-OS firmware update interface, marketed as modern and secure.

FactSnippet No. 869,332
13.

In x86 systems, the UEFI firmware is usually stored in the NOR flash chip of the motherboard.

FactSnippet No. 869,333
14.

An implementation of the UEFI API was introduced into the Universal Boot Loader in 2017.

FactSnippet No. 869,334