KVM : Create Virtual Machine (GUI)2019/01/21 |
If you installed Desktop Environment,
it's possible to create a Virtual machine on GUI. This example shows to install CentOS 7 on GUI. |
|
[1] | Install required packages. |
dlp:~ # zypper -n install virt-manager
|
[2] | Login to Desktop and run Terminal, then run a command [virt-manager] with root privilege on it. Then, Virtual Machine Manager starts like follows, Click [New] button (it's just the PC-icon on upper-left) and open a wizard to create a new Virtual Machine. |
[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 and PATH. |
[7] | Input Virtual Machine's name and also confirm selections. |
[8] | CentOS installer starts. |
[9] | Installation finished and CentOS is running. |
Sponsored Link |