KVM For Winxp SP3
1@@@@install all kvm packages and development package
@@@my vmlinuz kernel version is 2.6.32-220.x86_64
[root@station78 ~]# yum list "*kvm*"
Installed Packages
qemu-kvm.x86_64 2:0.12.1.2-2.209.el6 @source6.2
qemu-kvm-tools.x86_64 2:0.12.1.2-2.209.el6 @source6.2
[root@station78 ~]# yum grouplist | grep Virtual
Virtualization
Virtualization Client
Virtualization Platform
Virtualization Tools
[root@station78 ~]# yum -y groupinstall “Virtualization”
[root@station78 ~]# yum -y groupinstall “Virtualization Client”
[root@station78 ~]# yum -y groupinstall “Virtualization Platform”
[root@station78 ~]# yum -y groupinstall “Virtualization Tools”
2@@@@download and make the latest kvm kernel.
@@@download the latest version kvm kernel use the link as below:
http://nchc.dl.sourceforge.net/project/kvm/qemu-kvm/0.14.0/qemu-kvm-0.14.0.tar.gz
#tar -zxvf qemu-kvm-0.14.0.tar.gz
#cd qemu-kvm-0.14.0
#./configure
#make && make install @@@assure you install all development tools and development library.
@@@after these operations successed, you could select a new viedo option “spice”
modify “Display VNC”=> “Display Spice” @@@it is pity that it failed to loading
modify “ Sound Device” => “a97”
modify “Viedo” => qxl @@@it is the name of model
modify “NIC” => NAT
modify “Disk” => IDE
3@@@@install winxp sp3
@@@download iso of winxp_sp3 from the internet, you could find it out easily.
#service libvirtd restart
#virt-manager
@@@begin as below:
create a new virtual machine @@@Note: localhost(QEMU/KVM)
=>
name: winxp_sp3
choose “local install media(ISO p_w_picpaths or CDROM)”
=>
use ISO p_w_picpath path “/.....iso”
OS type: windows
version: Microsoft Windows xp
=>
memory : 1024M , processor: 1 , storage: 15GB
4@@@@maintence
[root@station78 ~]# yum list rdesktop*
Installed Packages
rdesktop.x86_64 1.6.0-8.el6_0.1 @source
@@@use rdesktop as below:
#rdesktop -f -u Majesty -p redhat -r sound:local 192.168.122.197
#rdesktop -g 900x600 -u Majesty -p redhat -r sound:local 192.168.122.197
@@@if you want to know more detail about this command , run “man rdesktop”