...
- First of all we should set the needed switches for the virtualization from biosBIOS.
- Once we set them we are going to see if our computer really supports KVM. If the output from this command is 1 or more, it does :
In our case,he output is 2, so we can continue with the installation.Panel egrep -c '(vmx|svm)' /proc/cpuinfo
...
- We should test if the installation it's been successful with the following comandcommand:
Panel |
---|
virsh -c qemu:///system list |
...
Panel |
---|
/var/run/libvirt/libvirt-sock : Permission denied |
The problem was that the virtual conection connection (virbr0) created for the virtual machines, disable the eth0 conectioneth0 connection. So I bring up the ethernet Ethernet interface
with the following comand:command