安装命令: ```bash qemu-system-aarch64 -m 8192 \ -cpu cortex-a72 \ -smp 2,cores=2,threads=1,sockets=1 \ -M virt \ -bios ./QEMU_EFI.fd \ -net nic \ -net user,hostfwd=tcp::8022-:4268 \ -device nec-usb-xhci \ -device usb-kbd \ -device usb-mouse \ -device VGA \ -drive if=none,file=./Kylin-Server-10-aarch64-Release-Build01.11-lic-20210518_2124.iso,id=cdrom,media=cdrom \ -device virtio-scsi-device \ -device scsi-cd,drive=cdrom \ -drive if=none,file=./disk.img,id=hd0 \ -device virtio-blk-device,drive=hd0 \ ``` 用vncviewer连接:`vncviewer connect localhost:5900ss` 运行命令: ```bash qemu-system-aarch64 -m 8192 \ -cpu cortex-a72 \ -smp 2,cores=2,threads=1,sockets=1 \ -M virt \ -bios ./QEMU_EFI.fd \ -net nic \ -net user,hostfwd=tcp::8022-:4268 \ -device nec-usb-xhci \ -device usb-kbd \ -device usb-mouse \ -device VGA \ -device virtio-scsi-device \ -drive if=none,file=./disk.img,id=hd0 \ -device virtio-blk-device,drive=hd0 \ -nographic ``` 在安装完成后初次启动用root账户登录运行`security-switch --set default`在此处从新设置root密码,否则重启后系统会自动启用three admin重置root密码(而且用户还不知道重置了什么密码)。