Commit 2402723a by César Galvis

docs: added commands for solve KVM kernel errors

parent ebbdde08
...@@ -70,6 +70,17 @@ nmap --proxies http://192.168.56.10:3128 $PRIVATE_DOMAIN_OR_IP ...@@ -70,6 +70,17 @@ nmap --proxies http://192.168.56.10:3128 $PRIVATE_DOMAIN_OR_IP
Copy and modify the bash scripts [here](src/scripts/bash/). Copy and modify the bash scripts [here](src/scripts/bash/).
## Fix problems with KVM kernel extension
> Source: [voragine.net](https://voragine.net/linux/virtualbox-cant-operate-in-vmx-root-mode)
```sh
# Intel processors
sudo modprobe -r kvm_intel && sudo modprobe -r kvm
# AMD processors
sudo modprobe -r kvm_amd && sudo modprobe -r kvm
```
## Useful commands ## Useful commands
```sh ```sh
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment