Notes#

Source: https://wiki.osdev.org/UEFI_ISO_Bare_Bones

Récupération du source pour EFI#

curl -O http://ftp.debian.org/debian/pool/main/g/gnu-efi/gnu-efi_3.0v.orig.tar.xz
tar jxvf gnu-efi_3.0v.orig.tar.xz

Edition manuelle de lib/data.c, suppression des références à LibStubStriCmp, LibStubMetaiMatch, LibStubStrLwrUpr:

EFI_UNICODE_COLLATION_INTERFACE   LibStubUnicodeInterface = {
    NULL, //LibStubStriCmp,
    NULL, //LibStubMetaiMatch, 
    NULL, //LibStubStrLwrUpr,
    NULL, //LibStubStrLwrUpr,