Ubuntu 15.04
Sponsored Link

Create Virtual Machine#22015/05/12

 
If you've installed Desktop Environment, it's possible to create a Virtula machine on GUI.
This example shows to install Windows Server 2012 R2 on GUI.
[1] Install some required packages first.
root@dlp:~#
apt-get -y install virt-manager qemu-system
[2] Start terminal and run a command 'virt-manager' with root priviledge, next click the PC-icon on the upper left on the virt-manager .
[3] Specify the installation source. This example selects local media.
[4] Select Installation media or ISO image, and specify OS type and version.
[5] Specify the amount of memories and number of virtual CPUs.
[6] Specify the amount of disks.
[7] Open 'Advanced options' and make sure the settings for networking or architecture are correct.
[8] Windows Server 2012 R2 installer starts.
[9] Installation finished and Windows Server 2012 R2 is running like follows.
Matched Content