You've already forked osfv-test-data
mirror of
https://github.com/Dasharo/osfv-test-data.git
synced 2026-03-06 15:04:05 -08:00
ESP scanning
qemu-disk.img
- Content:
.efifiles 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