KVM makes Windows mirroring

Source: Internet
Author: User

KVM makes Windows mirroring

1, the normal Linux KVM hard drive is not supported by Windows hard drive, if you want to make a Windows image with KVM need to download Virtio, when the new KVM virtual machine loaded Virtio driver

wget http://autosetup1.googlecode.com/files/virtio-win-1.1.16.vfd

2. Build a blank block hard disk for the virtual machine

DD If=/dev/zero of=windows2003.img bs=1m count=20000

3. New KVM Virtual Machine

Qemu-system-x86_64-m 2048-SMP 2-boot order=cd-cdrom/home/iso/window_server_2003.iso-drive file=windows2003.img,if= Virtio-fda/root/virtio-win-1.1.16.vfd-net Nic,model=virtio

# plus the-net nic,model=virtio parameter is to mount a virtual network card to the virtual machine, otherwise the new machine does not have a network card

4, vncviewer:5900 execute this command, through the VNC window into the normal Windows System installation interface, installation can be

This article is from the "zhanguo1110" blog, make sure to keep this source http://zhanguo1110.blog.51cto.com/5750817/1416720

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.