赞
踩
近来项目用到银河麒麟操作FT2000CUP,所以研究下搭建虚拟机,毕竟实体机器化是要不少银子,携带也不便。
关注我公众号
本实验基于QEMU5.0+Kylin-Desktop-V10-Release-Build1-20200618-arm64.iso
下载地址
链接:https://pan.baidu.com/s/1yJLUqENWukrd3WulBdTGjw 提取码:mkwo
QEMU QEMU
搭建好的机器下载地址
银河麒麟QEMUARM架构虚拟机_支持arm架构的虚拟机,arm架构的虚拟机-Linux文档类资源-CSDN下载
搭建过程用到关键命令
创建镜像 D:\software\QEMU\qemu-img.exe create D:\software\VM\kylin\kylinDesktop.img 40G
固件信息(EFI)下载地址
https://releases.linaro.org/components/kernel/uefi-linaro/latest/release/qemu64/QEMU_EFI.fd
安装镜像 D:\software\QEMU\qemu-system-aarch64.exe -m 6333 -cpu cortex-a72 -smp 2,cores=2,threads=1,sockets=1 -M virt -bios D:\software\QEMU\bios\QEMU_EFI_desktop.fd -net nic,model=pcnet -device nec-usb-xhci -device usb-kbd -device usb-mouse -device VGA -drive if=none,file=D:\software\VM\Kylin-Desktop-V10-Release-Build1-20200618-arm64.iso,id=cdrom,media=cdrom -device virtio-scsi-device -device scsi-cd,drive=cdrom -drive if=none,file=D:\software\VM\kylin\kylinDesktop.img,id=hd0 -device virtio-blk-device,drive=hd0
启动镜像
D:\software\QEMU\qemu-system-aarch64.exe -m 8192 -cpu cortex-a72 -smp 2,cores=2,threads=1,sockets=1 -M virt -bios D:\software\QEMU\bios\QEMU_EFI_desktop.fd -device nec-usb-xhci -device usb-kbd -device usb-mouse -device VGA -device virtio-scsi-device -drive if=none,file=D:\software\VM\kylin\kylinDesktop.img,id=hd0 -device virtio-blk-device,drive=hd0
下面来几张搭建的效果图,
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。