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/