UEFI is a specification that defines a software interface between an OS and platform firmware. Where does this interface store information about files present on a disk?
UEFI is a specification that defines a software interface between an OS and platform firmware. Where does this interface store information about files present on a disk?
UEFI (Unified Extensible Firmware Interface) typically uses the GUID Partition Table (GPT) to store information about files present on a disk. GPT is part of the UEFI standard, and it includes information about the partitions on the disk, including their sizes, locations, and unique identifiers. This makes GPT suitable for use with UEFI firmware, as opposed to the older Master Boot Record (MBR) used by BIOS.
In the context of UEFI, the information about files present on a disk is stored in the: B. GUID Partition Table (GPT) Explanation: GUID Partition Table (GPT): GPT is a part of the UEFI standard for disk partitioning. It stores information about the partitions on the disk, including their sizes and locations, and is used to manage disk partitions in systems with UEFI firmware.