When attempting to install Kyma (a kubernetes-based open source framework) locally in VirtualBox's Ubuntu virtual machine, you encounter the following error message:
E0827 11:19:38.972489 3093 start.go:174] Error starting host:error creating host:error executing step:running precreate Checks.
: This computer doesn ' t has vt-x/amd-v enabled. Enabling it in the BIOS is mandatory.
Retrying.
E0827 11:19:38.972667 3093 start.go:180] Error starting host:error creating host:error executing step:running precreate Checks.
: This computer doesn ' t has vt-x/amd-v enabled. Enabling it in the BIOS is mandatory
E0827 11:19:39.162741 3093 util.go:151] Error uploading error message:: Post https://clouderrorreporting.googleapis.com /v1beta1/projects/k8s-minikube/events:report?key=aizasyacuwzg0depcl-eogpdknykoufghdfofua:read TCP 10.0.2.15:59216->172.217.160.74:443:read:connection Reset by peer
[Email protected]:~/kyma/kyma/installation$ E0827 11:19:38.972489 3093 start.go:174] Error starting host:error creating Host:error executing step:running precreate checks.
: This computer doesn ' t has vt-x/amd-v enabled. Enabling it in the BIOS is mandatory.
Retrying.
The virtual machine software I am using is VirtualBox, which has been set up to enable virtualization technology VT-X/AMD-V:
According to this error message on the stack overflow query, found a clue:
Https://superuser.com/questions/1138980/this-computer-doesnt-have-vt-x-amd-v-enabled-enabling-it-in-the-bios-is-mandat
Simply put, VirtualBox does not support opening another nested virtual machine in the virtual machine. If you do need to run this nested virtualization scenario, you will need to try VMware Workstation 11.
To get more original Jerry's articles, please follow the public number "Wang Zixi":
Error message This computer doesn ' t has vt-x/amd-v enabled