blob: 2ef1cecf60f77784a90ac2ee8eae453fdade9914 (
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
|
id = 1194
title = "Initialization of device virtio-net-pci failed: failed to find romfile \"efi-virtio.rom\""
state = "closed"
created_at = "2022-09-05T08:43:30.156Z"
closed_at = "2025-05-12T14:35:25.514Z"
labels = ["workflow::Needs Info"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1194"
host-os = "Android 11 in rpi4"
host-arch = "ARM"
qemu-version = "- QEMU command line:"
guest-os = "Linux"
guest-arch = "x86"
description = """After executing the below command inside adb shell
qemu-system-aarch64 -enable-kvm -nographic \\
-kernel Image -initrd ramdisk.img -m 512 -M virt -cpu host \\
I am getting the below error
"qemu-system-aarch64: Initialization of device virtio-net-pci failed: failed to find romfile "efi-virtio.rom"""""
reproduce = """1. adb Push qemu-system-aarch64 inside system/bin
2. Run
qemu-system-aarch64 -enable-kvm -nographic \\
-kernel Image -initrd ramdisk.img -m 512 -M virt -cpu host \\"""
additional = """Kindly help me to proceed further"""
|