KVM nested virtualization

From Skytech
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.


KVM - nested virtualization

Check if it is already enabled (default AMD)

cat /sys/module/kvm_intel/parameters/nested 

If you get a N then you need to enabled it.

For intel it goes something like:

Update /etc/default/grub, add "kvm-intel.nested=1" to GRUB_CMDLINE_LINUX

GRUB_CMDLINE_LINUX="kvm-intel.nested=1"