Created attachment 1337 [details] 虚拟机安装iso报错 【问题描述】 virt-manger管理器中无法正常安装启动iso,界面报错:内部错误:QEMU unexpectedly closed the monitor (vm='vm1') 内核版本】 6.6.88-4_rc1.an23.loongarch64 【iso下载】 http://build.openanolis.cn/kojifiles/output/nightly/anolis-23-20250605.1/compose/os/loongarch64/iso/anolis-23-loongarch64-dvd1-20250605.1.iso 【软件版本】 qemu-8.2.0-27.an23.loongarch64 libvirt-9.10.0-12.an23.loongarch64 virt-manager-5.0.0-1.an23.noarch 【复现步骤】 1、yum install virt-manager libvirt qemu edk2* 2、启动virt-manager管理器 3、按界面提示进行anolis 23.3 dvd版本安装 【实际结果】 1、界面报错:内部错误:QEMU unexpectedly closed the monitor (vm='vm1') 【期望结果】 虚拟机内可正常启动iso
mdevctl 包的 bug,已修复
*** Bug 21809 has been marked as a duplicate of this bug. ***
该问题是由于安装完 libvirt 包后 libvirtd 服务没有默认启动导致 libvirtd 服务的默认行为需要确认
参考了 feodra、centos、rocky 等主流发行版,libvirt 都没有在安装后默认启动 因此该问题为 bydesign,解决方式是手动 systemctl restart libvirtd 同时因为 anolis 默认允许 libvirtd 服务自启动,因此在重启后会默认启动该服务