win11使用qemu安装arm64 openEuler虚拟机 并虚拟机中在安装docker

1、安装openEuler教程:Windows11 上使用 QEMU 创建 aarch64(ARM64)虚拟机_tap-windows-9.24.7-i601-win10.exe-CSDN博客

2、虚拟机安装docker:openEuler 22.03 LTS 安装 Docker CE 和 Dcoker Compose-CSDN博客

该步骤上教程使用的是dnf工具,我习惯使用yum,所有dnf的地方都换成yum,比如:

bash 复制代码
sudo dnf install -y dnf-plugins-core 
                换成
sudo yum install -y dnf-plugins-core

3、虚拟机重启命令:

bash 复制代码
// 步骤1中的创建虚拟机
qemu-system-aarch64 -m 4000 -cpu cortex-a72 -smp 4,cores=4,threads=1,sockets=1 -M virt -bios D:\\devlopoer\\qemu_iso\\QEMU_EFI.fd -net nic -net tap,ifname=tap1212 -device nec-usb-xhci -device usb-kbd -device usb-mouse -device VGA -drive if=none,file=D:\\devlopoer\\qemu_iso\\arm_64_openEular_24\\openEuler-24.03-LTS-aarch64-dvd.iso,id=cdrom,media=cdrom -device virtio-scsi-device -device scsi-cd,drive=cdrom -drive if=none,file=D:\\devlopoer\\qemu_iso\\arm_64_openEular_24\\openEuler-24.03-LTS-aarch64.img,id=hd0 -device virtio-blk-device,drive=hd0

// 重启虚拟机
qemu-system-aarch64 -m 4000 -cpu cortex-a72 -smp 4 -M virt -bios D:\\devlopoer\\qemu_iso\\QEMU_EFI.fd -device VGA -device nec-usb-xhci -device usb-mouse -device usb-kbd -drive if=none,file=D:\\devlopoer\\qemu_iso\\arm_64_openEular_24\\openEuler-24.03-LTS-aarch64.img,id=hd0 -device virtio-blk-device,drive=hd0 -net nic -net tap,ifname=tap1212,script=no,downscript=no
4、重启虚拟机后,网络不通问题解决:openEuler 22.03 LTS 安装 Docker CE 和 Dcoker Compose-CSDN博客
相关推荐
{⌐■_■}21 小时前
【go】binary包,大小端理解,read,write使用,自实现TCP封包拆包案例
arm开发·tcp/ip·golang
亿道电子Emdoor1 天前
【ARM】MDK如何将变量存储到指定内存地址
arm开发·stm32·单片机
nuoyigui98891 天前
keil 解决 Error: CreateProcess failed, Command: ‘XXX\ARM\ARMCC\bin\fromelf.exe
arm开发
charlie1145141912 天前
基于Qt6 + MuPDF在 Arm IMX6ULL运行的PDF浏览器——MuPDF Adapter文档
arm开发·qt·学习·pdf·教程·设计·qt6
MaoXian_n2 天前
[IMX] 03.时钟树 - Clock Tree
arm开发·驱动开发·单片机·嵌入式硬件
2401_859049082 天前
MSPM0--Timer(一口一口喂版)
arm开发·单片机·mcu·算法
田园诗人之园2 天前
ARM A64 LDR指令
arm开发·arm a64 ldr指令
CloudPilotAI3 天前
“海外滴滴”Uber的Arm迁移实录:重构大规模基础设施
arm开发·架构·arm
szxinmai主板定制专家4 天前
基于TI AM6442+FPGA解决方案,支持6网口,4路CAN,8个串口
arm开发·人工智能·fpga开发
7yewh4 天前
FPGA前瞻篇-计数器设计与实现实例
arm开发·驱动开发·嵌入式硬件·fpga开发·硬件架构·硬件工程·精益工程