Ubuntu Install KVM Virtualization on Vmave
- Turn off virtual machine settings virtualization configuration
- Then turn on the virtual machine and enter the following command
If the display equals 2, the total number of processor cores in the slice: 2 indicates that the KVM installation is complete.
If the display equals 0, the following action is performed
- Download the software below to detect if the processor supports virtualization
1.securable check whether the CPU supports virtualization "Click here to Download"
2. Run securable, if present, indicate that you can set up KVM virtualization, if not, then you can change your Mac.
3. Turn off the computer and enter the BIOS. Motherboard not the same as its biso, the main key is to find virtual or virtualization to set it to Enabled.
4. Turn on the virtual machine and then execute:
Egrep-c ' (VMX|SVM) '/proc/cpuinfo
If the value is not equal to 0, the setting succeeds
- Installing KVM Virtualization Software
sudo apt-get install KVM QEMU
sudo apt-get install virtinst python-libvirt virt-viewer Virt-manager
Ubuntu Install KVM Virtualization on Vmave