Bug 13620 - [anolis 8.10][iso/vhd]iso安装,下载kernel包卡住
Summary: [anolis 8.10][iso/vhd]iso安装,下载kernel包卡住
Status: RESOLVED FIXED
Alias: None
Product: Anolis OS 8
Classification: Anolis OS
Component: Images&Installations (show other bugs) Images&Installations
Version: 8.10
Hardware: All Linux
: P2-High S2-major
Target Milestone: ---
Assignee: wangzhe
QA Contact: shuming
URL:
Whiteboard:
Keywords: Function
Depends on:
Blocks:
 
Reported: 2025-01-21 17:59 UTC by gitpush
Modified: 2025-02-11 15:39 UTC (History)
2 users (show)

See Also:


Attachments
iso安装过程 (770.01 KB, image/png)
2025-01-21 17:59 UTC, gitpush
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gitpush alibaba_cloud_group 2025-01-21 17:59:57 UTC
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包,随后一直卡在这个界面
Comment 1 wangzhe 2025-02-11 15:39:37 UTC
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/内存目录下移动到磁盘目录下后重新安装测试,安装没有卡住问题。