I was using the downloaded VM of the ERPNext in virtualbox on a PC without issues. I decided to move it to another PC with bigger capacity and better performance but the error message in the below screenshot popped up and virtualbox would not load. It appears virtualbox is affected somehow by Hyper-V on the new machine. Any ideas how I can resolve this?
Sorry I am responding late. I hope my contribution will be of help though. I managed to resolve the issue but not by uninstalling Hyper-V. I saw a couple of suggestions but I find this one situable (it makes sense since I’m not an IT guru):
STEP 1:
Open the command prompt as an Administrator.
STEP 2:
Run the command with no argument: bcdedit
After you run the above command, you will see that the property hypervisorlaunchtype is set Auto by default. See screenshot below:
Yes, finally i managed to make it work. Sirjames, I used your suggestion, but deactivating (bcdedit /set hypervisorlaunchtype off), restart and reactivating (bcdedit /set hypervisorlaunchtype auto) does nothing for me. And than i have tried only the deactivation part (bcdedit /set hypervisorlaunchtype off) and restart… Now I have 4 VM’s running in the same time and no issue.
Hi @MirkoD2, did you restart your PC after you tried the command?
I had a similar experience before I got it right. In fact, it happened to me twice. It will not work for you if any of these two scenarios happened:
a) If you did not RESTART the system after you tried the command bcdedit /set hypervisorlaunchtype off.
b) If you SHUTDOWN the PC (instead of RESTART) after the bcdedit /set hypervisorlaunchtype off command.
In both cases, it did not work for me. I had to undo the whole thing just to be safe (i.e., I ran the command bcdedit /set hypervisorlaunchtype auto and restarted the PC.)
Then I tried the bcdedit /set hypervisorlaunchtype off command again and restarted the PC. That was when it worked.