File tree 2 files changed +44
-0
lines changed
2 files changed +44
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ESP scanning
2
+
3
+ ## qemu-disk.img
4
+
5
+ * Content: ` .efi ` files on ESP partition in proper paths, so we can test if
6
+ they are detected by the
7
+ [ boot manager] ( https://github.com/Dasharo/edk2/blob/dasharo/MdeModulePkg/Library/UefiBootManagerLib/BmBoot.c#L2541 )
8
+
9
+ ```
10
+ └── EFI
11
+ ├── Centos
12
+ │ ├── grubx64.efi
13
+ │ └── shimx64.efi
14
+ ├── debian
15
+ │ ├── grubx64.efi
16
+ │ └── shimx64.efi
17
+ ├── DTS
18
+ │ ├── grubx64.efi
19
+ │ └── shimx64.efi
20
+ ├── Fedora
21
+ │ ├── grubx64.efi
22
+ │ └── shimx64.efi
23
+ ├── Microsoft
24
+ │ └── Boot
25
+ │ └── bootmgfw.efi
26
+ ├── opensuse
27
+ │ ├── grubx64.efi
28
+ │ └── shimx64.efi
29
+ ├── qubes
30
+ │ ├── grubx64.efi
31
+ │ └── shimx64.efi
32
+ ├── Redhat
33
+ │ ├── elilo.efi
34
+ │ ├── grubx64.efi
35
+ │ └── shimx64.efi
36
+ ├── Suse
37
+ │ └── elilo.efi
38
+ └── Ubuntu
39
+ ├── grubx64.efi
40
+ └── shimx64.efi
41
+ ```
42
+
43
+ * Building: not documented at the moment
Original file line number Diff line number Diff line change
1
+ ../.git/annex/objects/kp/Qw/SHA256E-s268435456--59bece0e98a490c10243b738f4f9c59104475ac768223cadbe5c9aef51e8d7ab.img/SHA256E-s268435456--59bece0e98a490c10243b738f4f9c59104475ac768223cadbe5c9aef51e8d7ab.img
You can’t perform that action at this time.
0 commit comments