Created attachment 1292 [details] iso安装过程 Description of problem: 物理机型: PF62P4M4B2 Inspur CS5280H cpu: Hygon C86 7285 32-core Processor CPU @ 2.0GHz 执行过程: qemu-img create -f qcow2 my.qcow2 20G virt-install --name=anolis8.10 --location=/tmp/anolis-8-x86_64-dvd1-20250114.4.iso --disk path=/tmp/my.qcow2,device=disk,bus=virtio,perms=rw,cache=writethrough --graphics vnc,listen=0.0.0.0,port=5900 --vcpus sockets=2,cores=2,threads=2 --ram=8000 --network=default --osinfo detect=on,name=generic --cpu=host 正常选择选项后,开始安装, 下载kernel包,随后一直卡在这个界面
sudo virt-install --virt-type kvm --name anolis8.10_test --cdrom=/mnt/work/wangzhe/anolis-8-x86_64-dvd1-20250114.4.iso --disk path=/mnt/work/wangzhe/wz_test_810_1.qcow2 --network network=default --osinfo detect=on,name=generic --graphics vnc,port=6500,listen=0.0.0.0 --vcpus 2 --memory 4096 --check path_in_use=off 经过不同机器多次安装测试,安装正常,镜像默认安装没有卡住问题。 对比后,将镜像从/tmp/内存目录下移动到磁盘目录下后重新安装测试,安装没有卡住问题。