summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1194
blob: 65eb7ea2d1e338b2faa56f31f16f01ad083e654c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Initialization of device virtio-net-pci failed: failed to find romfile "efi-virtio.rom"
Description of problem:
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""
Steps to 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 information:
Kindly help me to proceed further