天亦博客 发表于 2025-6-13 14:17:43

win11安装arm银河麒麟镜像


可以参考这两篇文章https://blog.csdn.net/m0_58805648/article/details/131195276
                              https://blog.csdn.net/Asks2/article/details/148145075
虚拟网卡下载https://gitcode.com/open-source-toolkit/a3aea

镜像版本:Kylin-Desktop-V10-SP1-2503-Release-20250430-ARM64.iso
qume工具我发现用老版本的还不错
下载地址:https://qemu.weilnetz.de/w64/2021/qemu-w64-setup-20210505.exe需要开代理不然下载的很慢
最后我用这个命令成功启动的qemu-system-aarch64.exe -m 8192 -cpu cortex-a72 -smp 8,sockets=4,cores=2 -M virt -bios E:\jx\QEMU_EFI.fd -device VGA -device nec-usb-xhci -device usb-mouse -device usb-kbd -drive if=none,file=E:\jx\kylindisk.qcow2,id=hd0 -device virtio-blk-device,drive=hd0 -drive if=none,file=E:\jx\Kylin-Desktop-V10-SP1-2503-Release-20250430-ARM64.iso,id=cdrom,media=cdrom -device virtio-scsi-device -device scsi-cd,drive=cdrom

天亦博客 发表于 2025-6-13 15:20:16

启动命令qemu-system-aarch64.exe -m 8192 -cpu cortex-a76 -smp 8,sockets=4,cores=2 -M virt -bios E:\jx\QEMU_EFI.fd -device VGA -device nec-usb-xhci -device usb-mouse -device usb-kbd -drive if=none,file=E:\jx\kylindisk.qcow2,id=hd0 -device virtio-blk-device,drive=hd0

天亦博客 发表于 2025-6-13 15:20:53

如果报qemu-system-aarch64.exe: unable to find CPU model 'cortex-a76'这个错误把76改为72试试
页: [1]
查看完整版本: win11安装arm银河麒麟镜像