Hello,
I'm trying to create a VM that runs AndroidTV. I followed this tutorial on how to setup an ARM VM:
https://rotelok.com/installing-arm64-debian-10-buster-in-a-virtual-machine/#configuration
But instead of installing with an ISO, I was using this disk image file https://konstakang.com/devices/rpi4/LineageOS19-ATV/
I get this error when trying to start the VM:
this is my VM config:
It's very rare that I am not able to find any results googling an error message, but "Property 'cortex-a57-arm-cpu.kvm' not found" returned no results for me. Can anybody help me?
I'm trying to create a VM that runs AndroidTV. I followed this tutorial on how to setup an ARM VM:
https://rotelok.com/installing-arm64-debian-10-buster-in-a-virtual-machine/#configuration
But instead of installing with an ISO, I was using this disk image file https://konstakang.com/devices/rpi4/LineageOS19-ATV/
I get this error when trying to start the VM:
Code:
mdev instance '00000000-0000-0000-0000-000000000106' already existed, using it.
qemu-system-aarch64: can't apply global cortex-a57-arm-cpu.kvm=off: Property 'cortex-a57-arm-cpu.kvm' not found
TASK ERROR: start failed: QEMU exited with code 1
this is my VM config:
Code:
arch: aarch64
balloon: 0
bios: ovmf
boot: dcn
cores: 4
efidisk0: local-zfs:vm-106-disk-0,size=64M
hostpci0: 0000:00:02.0,mdev=i915-GVTg_V5_4,x-vga=1
memory: 4048
meta: creation-qemu=6.2.0,ctime=1663356329
name: androidtv
net0: virtio=62:BD:BE:C4:B6:8F,bridge=vmbr0,firewall=1
numa: 0
ostype: l26
scsi0: local-zfs:vm-106-disk-1,size=7G
scsihw: virtio-scsi-pci
serial0: socket
smbios1: uuid=b71abcde-7407-402e-ae8c-548633201a30
sockets: 1
vga: serial0
It's very rare that I am not able to find any results googling an error message, but "Property 'cortex-a57-arm-cpu.kvm' not found" returned no results for me. Can anybody help me?