Hi,
I'm new to KVM and I'm not an expert on Ubuntu/Linux and my native language is not English but I hope what I write will make sense.
I try to run a VM using KVM on a Raspberry Pi 4 with 8 GB RAM and I have stored the files on a M2 drive mounted to /mnt/sda. I first tried the following guide but had to use another xml file so I largely copied from this source.
I have installed KVM and created an xml file (the content is displayed further down in this forum post). When I try to start the server using the command below I get the error message as shown below. I have tried editing the code and searched the Internet but with no luck. Can someone explain what I do wrong?
virsh create UBNT-SVR1.xml
error: Failed to create domain from UBNT-SVR1.
error: internal error: process exited while connecting
to monitor: 2022-10-20T08:52:34.713889Z qemu-system-a
arch64: The -accel and "-machine accel=" options are i
ncompatible
XML file:
I'm new to KVM and I'm not an expert on Ubuntu/Linux and my native language is not English but I hope what I write will make sense.
I try to run a VM using KVM on a Raspberry Pi 4 with 8 GB RAM and I have stored the files on a M2 drive mounted to /mnt/sda. I first tried the following guide but had to use another xml file so I largely copied from this source.
I have installed KVM and created an xml file (the content is displayed further down in this forum post). When I try to start the server using the command below I get the error message as shown below. I have tried editing the code and searched the Internet but with no luck. Can someone explain what I do wrong?
virsh create UBNT-SVR1.xml
error: Failed to create domain from UBNT-SVR1.
error: internal error: process exited while connecting
to monitor: 2022-10-20T08:52:34.713889Z qemu-system-a
arch64: The -accel and "-machine accel=" options are i
ncompatible
XML file:
Code:
<domain type='qemu' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'>
<name>UBNT-SVR1</name>
<title>Ubuntu 22.04</title>
<description>Ubuntu 22.04</description>
<memory unit='KiB'>1048576</memory>
<currentMemory unit='KiB'>1048576</currentMemory>
<vcpu placement='static'>1</vcpu>
<resource>
<partition>/machine</partition>
</resource>
<os>
<type arch='aarch64' machine='virt-2.11'>hvm</type>
<loader readonly='yes' secure='no' type='rom'>/usr/share/AAVMF/AAVMF_CODE.fd</loader>
<boot dev='cdrom'/>
</os>
<features>
<gic version='2'/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/bin/qemu-system-aarch64</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2' cache='directsync'/>
<source file='/mnt/sda/VM/UBNT-SVR1.qcow2'/>
<backingStore/>
<target dev='vda' bus='virtio'/>
<alias name='virtio-disk0'/>
<address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
</disk>
<disk type="file" device="cdrom">
<driver name="qemu" type="raw"/>
<source file="/mnt/sda/ISO/ubuntu-22.04.1-preinstalled-server-arm64+raspi.img"/>
<target dev="hdb" bus='scsi'/>
<readonly/>
</disk>
<controller type='pci' index='0' model='pcie-root'>
<alias name='pcie.0'/>
</controller>
<controller type='pci' index='1' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='1' port='0x8'/>
<alias name='pci.1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0' multifunction='on'/>
</controller>
<controller type='pci' index='2' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='2' port='0x9'/>
<alias name='pci.2'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
</controller>
<controller type='pci' index='3' model='dmi-to-pci-bridge'>
<model name='i82801b11-bridge'/>
<alias name='pci.3'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</controller>
<controller type='pci' index='4' model='pci-bridge'>
<model name='pci-bridge'/>
<target chassisNr='4'/>
<alias name='pci.4'/>
<address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/>
</controller>
<controller type='pci' index='5' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='5' port='0xa'/>
<alias name='pci.5'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
</controller>
<controller type='pci' index='6' model='pcie-root-port'>
<model name='pcie-root-port'/>
<target chassis='6' port='0xb'/>
<alias name='pci.6'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x3'/>
</controller>
<controller type='usb' index='0' model='qemu-xhci'>
<alias name='usb'/>
<address type='pci' domain='0x0000' bus='0x05' slot='0x00' function='0x0'/>
</controller>
<interface type='bridge'>
<mac address='de:ad:be:ef:b0:0b'/>
<source bridge='virbr0'/>
<target dev='vnet0'/>
<model type='virtio'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x06' slot='0x00' function='0x0'/>
</interface>
<serial type='pty'>
<source path='/dev/pts/1'/>
<target type='system-serial' port='0'>
<model name='pl011'/>
</target>
<alias name='serial0'/>
</serial>
<console type='pty' tty='/dev/pts/1'>
<source path='/dev/pts/1'/>
<target type='serial' port='0'/>
<alias name='serial0'/>
</console>
<input type='tablet' bus='usb'>
<alias name='input0'/>
<address type='usb' bus='0' port='1'/>
</input>
<input type='keyboard' bus='usb'>
<alias name='input1'/>
<address type='usb' bus='0' port='2'/>
</input>
<graphics type='vnc' port='-1' autoport="yes" listen='0.0.0.0'/>
<video>
<model type='virtio' vram='131072' heads='1' primary='yes'/>
<alias name='video0'/>
<address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
</video>
<memballoon model='virtio'>
<alias name='balloon0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</memballoon>
</devices>
<qemu:commandline>
<qemu:arg value='-cpu'/>
<qemu:arg value='host'/>
<qemu:arg value='-enable-kvm'/>
</qemu:commandline>
</domain>