首选创建虚拟磁盘
qemu-img create -f qcow2 CentOS-6.3-x86_64.qcow2 10G
其次从iso启动镜像
virt-install --name centos-6.3 --ram 1024 --cdrom=CentOS-6.3-x86_64-bin-DVD1.iso --disk CentOS-6.3-x86_64.qcow2,format=qcow2 --graphics vnc,listen=0.0.0.0 --noautoconsole --os-type=linux --os-variant=rhel6 --check all=off
查看vnc端口
virsh vncdisplay centos-6.3
使用vnc去连接安装系统
最后关闭系统后就可以使用QCOW2的镜像了
时间: 2024-10-06 21:42:33