UEFI setup, Ubuntu and Windows UEFI Dual Boot, Linux, Debian, Ubuntu, Fedora, Arch Linux

Showing posts with label UEFI. Show all posts
Showing posts with label UEFI. Show all posts

Thursday, 29 January 2015

FreeBSD and UEFI How to

Thursday, January 29, 2015 Posted by UEFI Support , , , , ,

Boot Process

The UEFI boot process uses an EFI System Partition (ESP) to store system bootstrap components. The ESP is a GPT or MBR partition with a specific identifier, and contains a FAT file system with a specified hierarchy.

Thursday, 22 January 2015

What is UEFI?

Thursday, January 22, 2015 Posted by UEFI Support , , , ,
UEFI is a community effort by many companies in the personal-computer industry to modernize the booting process. UEFI capable systems are already shipping, and many more are in preparation. During the transition to UEFI, most platform firmware will continue to support legacy (BIOS) booting as well, to accommodate legacy-only operating systems.

UEFI stands for "Unified Extensible Firmware Interface". The UEFI specification defines a new model for the interface between personal-computer operating systems and platform firmware. The interface consists of data tables that contain platform-related information, plus boot and runtime service calls that are available to the operating system and its loader. Together, these provide a standard environment for booting an operating system and running pre-boot applications.