WIN10下使用qemu安装openkylin arm通用版本报错,请问可能会是什么原因?谢谢!
报错截图:
命令行:
qemu-system-aarch64.exe ^
-m 6144 ^
-cpu cortex-a72 ^
-smp 4,cores=2,threads=2,sockets=1 ^
-M virt ^
-bios .\QEMU_EFI.fd -device VGA ^
-device nec-usb-xhci ^
-device usb-tablet -device usb-kbd ^
-drive if=none,file=disk.qcow2,format=qcow2,id=hd0,cache=writeback ^
-device virtio-blk-device,drive=hd0 -drive if=none,file=.\openKylin-Desktop-V2.0-SP1-arm64.iso,id=cdrom,media=cdrom ^
-device virtio-scsi-device ^
-device scsi-cd,drive=cdrom ^
-net nic ^
-net user,hostfwd=tcp::2222-:22