Working on a virtual environment, we suggest to choose one of the most common Hypervisors available, which are currently the following:
Each of those hypervisors support the import of virtual machines (VMs) based on the file formats .ova
and .ovf
.
Note
We at OST are providing different pre-prepared VM images for different purposes.
To operate with a type 2 hypervisor, a computer's CPU (processor) must support hardware virtualization in the first place, which is the case for most of modern CPUs. That said, it may be required to enable the according option within the computer's BIOS, mostly within the „Advanced BIOS Features“ section or similiar. The according option to enable is typically called one of the following:
In case you are using a physical Windows 10 computer and VMware Workstation Player version < 15.5 as a hypervisor, in some circumstances this combination can make you run into compatibility issues, caused by Microsoft's native virtualization platform Hyper-V. In such case, the following similiar error message will occur when trying to start the VM:
To fix this issue, you could try one of the following solutions:
Disable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform
bcdedit /set hypervisorlaunchtype off
If your computer meets any of the solutions above, after a system reboot, the error messages should not occur anymore.