Files
Maciej Pijanowski 8c27372cae esp-scanning: add
Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
2025-01-20 19:45:13 +01:00
..
2025-01-20 19:45:13 +01:00
2025-01-20 19:45:13 +01:00

ESP scanning

qemu-disk.img

  • Content: .efi files on ESP partition in proper paths, so we can test if they are detected by the boot manager
└── EFI
    ├── Centos
    │   ├── grubx64.efi
    │   └── shimx64.efi
    ├── debian
    │   ├── grubx64.efi
    │   └── shimx64.efi
    ├── DTS
    │   ├── grubx64.efi
    │   └── shimx64.efi
    ├── Fedora
    │   ├── grubx64.efi
    │   └── shimx64.efi
    ├── Microsoft
    │   └── Boot
    │       └── bootmgfw.efi
    ├── opensuse
    │   ├── grubx64.efi
    │   └── shimx64.efi
    ├── qubes
    │   ├── grubx64.efi
    │   └── shimx64.efi
    ├── Redhat
    │   ├── elilo.efi
    │   ├── grubx64.efi
    │   └── shimx64.efi
    ├── Suse
    │   └── elilo.efi
    └── Ubuntu
        ├── grubx64.efi
        └── shimx64.efi
  • Building: not documented at the moment