1 下载quem模拟器
https://qemu.weilnetz.de/w64/
2 QEMU UEFI固件文件下载(引导文件)
推荐使用:https://releases.linaro.org/components/kernel/uefi-linaro/latest/release/qemu64/QEMU_EFI.fd
3 QEMU 安装
安装完成之后,需要将安装目录添加到环境变量中。
4 开始创建虚拟机
qemu- img create - f qcow2 路径+ 镜像名. img 80G
5 运行虚拟机
qemu- system- aarch64 - m 4000 - cpu cortex- a72 - smp 4 , cores= 4 , threads= 1 , sockets= 1 - M virt - bios F : \QEMU_EFI . fd - net nic, model= pcnet - device nec- usb- xhci - device usb- kbd - device usb- mouse - device VGA - drive if = none, file= F : \uniontechos- server- 20 - 1050a- arm64. iso, id= cdrom, media= cdrom - device virtio- scsi- device - device scsi- cd, drive= cdrom - drive if = none, file= F : \Tool\qemu\VMSys\uos_arm. img, id= hd0 - device virtio- blk- device, drive= hd0
qemu- system- aarch64 - m 24G - cpu cortex- a72 - smp 4 - M virt - bios F : \QEMU_EFI . fd - net nic, model= pcnet - device nec- usb- xhci - device usb- kbd - device usb- mouse - device VGA - cdrom F : \CentOS- 7 - aarch64- Everything- 2009 . iso - hda F : \Tool\qemu\VMSys\uos_arm. img
6 虚拟机安装完成后,登录系统,检查系统网络连接
ping www. baidu. com
ip addr
vi / etc/ sysconfig/ network- scripts/ ifcfg- eth0
7 虚拟机可以联网后,为了可以和本地电脑互传文件,需要检查本地电脑是否可以与虚拟机互相连通
ip addr
ping ……
8 若互相之间无法ping通,可以使用虚拟网卡
1.安装虚拟网卡,如:tap-windows-9.9.2_3.exe;
2.将虚拟网卡重命名,最好不要使用中文;
3.将本地网络共享给虚拟网卡;
4.使用命令启动虚拟机
qemu- system- aarch64 - m 24G - cpu cortex- a72 - smp 4 - M virt - bios F : \QEMU_EFI . fd - net nic - net tap, ifname= tap0 - device nec- usb- xhci - device usb- kbd - device usb- mouse - device VGA - hda F : \Tool\qemu\VMSys\uos_arm. img