while creating VM in Oracle virtual Box error "the hardware virtualization is enabled in the acceleration section" occurring

0

while trying to Create VM using Oracle virtual box, error "the hardware virtualization is enabled in the acceleration section" is showing on the UI and while trying to select OS versions only 32 bit OS list is shown; OS Version : windows 10 17134 After creating 32 bit Linux ubuntu VM, while starting it, error "The virtual machine 'Linux32' has terminated unexpectedly during startup with exit code 1" appeared with Result Code: E_FAIL (0x80004005)

Following steps have been performed to resolve the problem not problem still not resolved;

It is verified virtualization enabled in BIOS (VT-X and VT-d) enabled

In windows 10 control panel -> Programs -> turn windows features on or off -> Hyper-V is not enabled

Also tried to enable and disable Hyper-V from windows features on or off

From the Admin command prompt run the command : bcdedit /set hypervisorlaunchtype off

Windows start > Settings > Update & Security > Windows Security > Device Security -> core isolation is also disabled

please suggest how to resolve this issue;

virtual-machine
virtualbox
virtualization
asked on Stack Overflow Dec 18, 2020 by Programmer1982

1 Answer

-1

Error you are getting in Oracle VB is actually telling you that the machine needs that feature to be turned on.... Since its off, in response to enabled acceleration in settings... it is detecting that the the Parent/Host os is missing the acceleration hardware feature.

Turn it on then try again.

answered on Stack Overflow Mar 3, 2021 by Weak Links • edited Mar 3, 2021 by meagar

User contributions licensed under CC BY-SA 3.0