Linux Ubuntu Oracle VirtualBox
Table of Contents
2. Installation
2.1. Pre-Checks
-
Confirm if the CPU supports hardware virtualization.
egrep -c '(vmx|svm)' /proc/cpuinfoSample output - should be higher than zero:egrep -c '(vmx|svm)' /proc/cpuinfo 8 -
Install cpu-checker:
sudo apt install cpu-checker -
Check if your system can use KVM acceleration.
sudo kvm-okSample output:sudo kvm-ok INFO: /dev/kvm exists KVM acceleration can be used