您的位置:首页 > 其它

How to enable nested KVM in ubuntu 16.04

2017-01-12 15:20 267 查看
Check whether the nested KVM is enabled?

cat /sys/module/kvm_intel/parameters/nested

N

Upgrade the kernel to at least 3.18

You can check you kernel version by #uname -a

Edit /etc/default/grub

sudo vim /etc/default/grub

append kvm-intel.nested=1 to the value of GRUB_CMDLINE_LINUX

#update-grub

Reboot your system.

Reference

http://www.linuxidc.com/Linux/2015-05/117026.htm

http://www.rdoxenham.com/?p=275

http://www.cnblogs.com/saptechnique/archive/2012/04/05/2433643.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  nested-kvm ubuntu