Simple Bootable Media Example¶
Barebones example of how to boot to an EFI Application with no dependencies.
Boot Directions¶
- Format a usb drive as FAT32
- At the root of this usb drive create the following folders:
EFI/Boot/
-
Build and rename
HelloUefi.efi
asboot<arch>.efi
and place atEFI/BOOT/
- IA32 -
bootx86.efi
- AMD64 -
bootx64.efi
- AARCH64 -
bootaa64.efi
- IA32 -
-
On your platform, boot into UEFI Menu and change the boot order to boot USB first
- Turn off your platform
- Plug in usb drive
- Reboot
- If successful, you should now see
Hello Uefi!
in the top left corner