码迷,mamicode.com
首页 > 其他好文 > 详细

ISO转换QCOW2格式

时间:2016-08-18 21:36:27      阅读:1985      评论:0      收藏:0      [点我收藏+]

标签:kvm镜像

首选创建虚拟磁盘

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的镜像了

本文出自 “让我men共同成长” 博客,请务必保留此出处http://wujingfeng.blog.51cto.com/5725921/1840072

ISO转换QCOW2格式

标签:kvm镜像

原文地址:http://wujingfeng.blog.51cto.com/5725921/1840072

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!