So i am using Ubuntu 19.10 and recently installed virtualbox on my pc but there is a problem to use virtualbox.
As you can see in the above screenshot, there are some invalid settings. (System Acceleration page: The hardware virtualization is enabled in the Acceleration section of the System page although it is not supported by the host system. It should be disabled in order to start the virtual system).
So now i am unable to install any 64 bit version of any operating system in my ubuntu virtualbox.
/proc/cpuinfo
to see whether among the flags you findvmx
(for Intel VT-x) orsvm
(for AMD-V). If not, and you are certain that the processor actually supports hardware-assisted virtualization, you must enable this feature in the BIOS / EFI setup. – AlexP Dec 13 '19 at 10:38/proc/cpuinfo
I am able to seevmx
flag – abby Dec 13 '19 at 10:40