blob: 4749147ffe33a006b919079ac4ac5f355af49347 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
graphic: 0.850
semantic: 0.823
device: 0.755
boot: 0.579
other: 0.476
vnc: 0.469
KVM: 0.407
PID: 0.336
network: 0.325
socket: 0.309
debug: 0.260
permissions: 0.255
files: 0.204
performance: 0.197
SD card is not visible by UEFI
Description of problem:
SD card is not visible by OVMF UEFI, so it's not possible to boot from it:
```
UEFI Interactive Shell v2.2
EDK II
UEFI v2.70 (EDK II, 0x00010000)
Mapping table
BLK0: Alias(s):
PciRoot(0x0)/Pci(0x1,0x1)/Ata(0x0)
Press ESC in 1 seconds to skip startup.nsh or any other key to continue.
Shell>
```
It is visible by SeaBIOS though, if we remove the OVMF part from the commandline:
```
qemu-system-x86_64 -device sdhci-pci -drive if=none,file=Fedora-IoT-ostree-41-20241027.0.x86_64.iso,format=raw,id=MMC1 -device sd-card,drive=MMC1
```
@philmd
|