Hi,
If the linux kernel update is available then its better to update it or you can disable the loading of module upon reboot as well (Need to run the following command and then reboot) :
echo "options kvm_intel nested=0" >> /etc/modprobe.d/kvm.conf
OR
echo "options kvm_amd nested=0" >> /etc/modprobe.d/kvm.conf
If it was enabled using our parameter then the file would be /etc/modprobe.d/kvm-nested.conf
We are not doing anything extra.
| sikanderk |
|
Group: Virtualizor Team Post Group: Newbie Posts: 31 Status: |
Hi,
If the linux kernel update is available then its better to update it or you can disable the loading of module upon reboot as well (Need to run the following command and then reboot) :
echo "options kvm_intel nested=0" >> /etc/modprobe.d/kvm.conf
OR
echo "options kvm_amd nested=0" >> /etc/modprobe.d/kvm.conf
If it was enabled using our parameter then the file would be /etc/modprobe.d/kvm-nested.conf
We are not doing anything extra.