I have an Ubuntu virtual machine provided by a friend, and was meaning to use VirtualBox inside my virtual machine.
I installed virtualbox-6.1, along with phpvirtualbox. VirtualBox (phpvirtualbox) only allows me to select 32-bit OSes -- but that's fine. However, when trying to run a new VM, I get this error message:
VT-x is not available (VERR_VMX_NO_VMX)
However, Settings->System->Acceleration->Enable VT-x/AMD-V is *NOT* ticked.
And the details of the error are:
Code: Select all
Exception Object
(
[message:protected] => VT-x is not available (VERR_VMX_NO_VMX)
[string:Exception:private] =>
[code:protected] => 0
[file:protected] => /var/www/public_html/vbox/endpoints/lib/vboxconnector.php
[line:protected] => 2443
[trace:Exception:private] => Array
(
[0] => Array
(
[file] => /var/www/public_html/vbox/endpoints/lib/vboxconnector.php
[line] => 951
[function] => remote_progressGet
[class] => vboxconnector
[type] => ->
)
[1] => Array
(
[file] => /var/www/public_html/vbox/endpoints/api.php
[line] => 316
[function] => __call
[class] => vboxconnector
[type] => ->
)
)
[previous:Exception:private] =>
)thank you,
Mario