Install Windows 2003 virtual machines on KVM virtualization

Source: Internet
Author: User

To install a Windows 2003 server on KVM virtualization, the following error message appears when the installation interface restarts after the format partition is completed, prompting that the installer cannot access the file and cannot continue. This may be due to an error on the CD media or the CD is no longer in drive.

First look at my installation process, the VNC interface can be used Virt-install to install the virtual machine, the use of Virt-install--help to see the specific parameters, the following is my installation Win2003 installation script.

--name indicates that the virtual machine name is installed

--ram represents the memory allocated to the virtual machine in M

--vcpus represents the number of virtual CPUs assigned to a virtual machine

Size represents a virtual allocated disk space, in units of M

--bridge=br0 represents a bridge that can communicate with the host host

--accelerate represents the use of the Kernel acceleration feature (Kvm,kqemu ...). )

--cdrom represents the location of the disk mirror

--vnc indicates that VNC can be used for connection configuration

--vncport represents the port of VNC,-1 indicates a randomly generated port

--disk Path=/data/vps/win2003.img represents the virtual machine installation path, WIN2003.IMG represents the virtual disk

See more highlights of this column: http://www.bianceng.cnhttp://www.bianceng.cn/Servers/virtualization/

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.