1,上传win7镜像文件到/p_w_picpaths/iso/文件夹下

2,开始安装

[root@KVM qemu]# virt-install --name=win7 --ram 512 --vcpus=2 --disk path=/p_w_picpaths/test/win7.img,size=8  --accelerate --cdrom /p_w_picpaths/iso/cn_windows_7_professional_x86_dvd_x15-65790.iso   --vnc --vncport=5915 --vnclisten=0.0.0.0 --network bridge=br0 --force --autostart

具体的安装信息如下:

[root@KVM qemu]# virt-install --name=win7 --ram 512 --vcpus=2 --disk path=/p_w_picpaths/test/win7.img,size=8  --accelerate --cdrom /p_w_picpaths/iso/cn_windows_7_professional_x86_dvd_x15-65790.iso   --vnc --vncport=5915 --vnclisten=0.0.0.0 --network bridge=br0 --force --autostart 
WARNING  KVM acceleration not available, using 'qemu'
Starting install...
Creating storage file win7.img                                                 | 8.0 GB     00:00     
Creating domain...                                                             |    0 B     00:00     
Cannot open display: 
Run 'virt-viewer --help' to see a full list of available command line options
Domain installation still in progress. You can reconnect to 
the console to complete the installation process.
[root@KVM qemu]# virsh list --all
 Id    Name                           State
----------------------------------------------------
 14    hadoop1                        running
 15    hadoop3                        running
 16    hadoop4                        running
 17    win7                           running
 -     hadoop2                        shut off
 -     oeltest01                      shut off

3,通过vnc来连接控制台进行安装

KVM虚拟化笔记(三)-----kvm虚拟机Windows7系统安装_第1张图片

KVM虚拟化笔记(三)-----kvm虚拟机Windows7系统安装_第2张图片

KVM虚拟化笔记(三)-----kvm虚拟机Windows7系统安装_第3张图片


查看该虚拟机:                                                          

                                        
[root@KVM test]# virsh list --all
 Id    Name                           State
----------------------------------------------------
 16    hadoop4                        running
 21    win7                           runnin