If you need to utilize Oracle VM Virtualbox Manager, on your Windows Operating system, there are certain prerequisites that you will need to confirm. If these are not as per the below output, then your Oracle VM Virtualbox Manager might fail to start.
Open Windows PowerShell prompt and type the below 2 commands & verify that their output should be as below.
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
Loading personal and system profiles took 16318ms.
(base) PS C:\Users\rupakuma> Wmic computersystem get hypervisorpresent
HypervisorPresent
FALSE
(base) PS C:\Users\rupakuma> wmic cpu get virtualizationfirmwareenabled
VirtualizationFirmwareEnabled
TRUE
If not, you will need to enable virtualization through BIOS & disable Hyper-V in your Windows operating system.
Comments
Post a Comment