1、安装qemu及相关依赖
apt-get -y install qemu
apt-get -y install bridge-utils
apt-get -y install vnc4server
apt-get -y install qemu-kvm
apt install -y qemu-system-arm
apt-get -y install libvirt0
apt-get -y install libvirt-daemon
apt-get -y install libvirt-daemon-system
安装完成后检查:
virsh version
ls /usr/bin/|grep qemu
2、下载 QEMU_EFI.fd 及 iso
wget http://releases.linaro.org/components/kernel/uefi-linaro/16.02/release/qemu64/QEMU_EFI.fd
wget https://cdimage.ubuntu.com/ubuntu-legacy-server/releases/20.04/release/ubuntu-20.04.1-legacy-server-arm64.iso
下面是我的文件及路径参考