diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-01 21:35:14 +0200 |
| commit | 3e4c5a6261770bced301b5e74233e7866166ea5b (patch) | |
| tree | 9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_i386/host_missing/accel_missing/2954 | |
| parent | e5634e2806195bee44407853c4bf8776f7abfa4f (diff) | |
| download | qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip | |
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_i386/host_missing/accel_missing/2954')
| -rw-r--r-- | gitlab/issues_text/target_i386/host_missing/accel_missing/2954 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/gitlab/issues_text/target_i386/host_missing/accel_missing/2954 b/gitlab/issues_text/target_i386/host_missing/accel_missing/2954 deleted file mode 100644 index 832398647..000000000 --- a/gitlab/issues_text/target_i386/host_missing/accel_missing/2954 +++ /dev/null @@ -1,19 +0,0 @@ -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 |