BOOTX64EFI
BOOTX64.EFI is the canonical filename used by UEFI firmware for a 64-bit boot loader on x86_64 systems. The file is typically stored on the EFI System Partition (ESP), most often at the path EFI/BOOT/BOOTX64.EFI. It serves as a fallback boot loader that the firmware can start when no specific boot option (Boot#### entry) is available in non-volatile memory or when booting from removable media.
The UEFI specification describes boot loaders in the ESP, and BOOTX64.EFI is a widely adopted convention across
Usage and behavior can vary by firmware implementation. Some firmware may always attempt to load BOOTX64.EFI
Security considerations include signatures under Secure Boot. A BOOTX64.EFI file may need to be signed with
---