I was reading how to install KVM, and the first step is to make sure that the CPU supports hardware virtualization by entering the code:
The webpage states that the "0" that is returned means that the CPU doesn't support hardware virtualization.
Does this mean that I cannot do any virtualization, or just that I can't use KVM? I'd like to use Virtualbox--they have a very nice tutorial.
I am running Xenial 32-bit with 3GB of memory.
Thanks,
Anthony
Code:
anthony@anthony-Aspire-X1200:~$ egrep -c '(vmx|svm)' /proc/cpuinfo
0
Does this mean that I cannot do any virtualization, or just that I can't use KVM? I'd like to use Virtualbox--they have a very nice tutorial.
I am running Xenial 32-bit with 3GB of memory.
Thanks,
Anthony