Docker: Switching between VirtualBox and Docker

By PNC No comments

VirtualBox / Docker Conflict So! You’re using VirtualBox and Docker Desktop but you cannot use them both simultaneously because the old version of VirtualBox doesn’t run on Hyper-V, and Hyper-V is required to run Docker. Another thing is that Docker Toolbox is now deprecated, and Docker is pushing the use of Docker Desktop. Since VirtualBox […]

VirtualBox: Resolving “AMD-V is not available” Error

By PNC No comments

So, you have VirtualBox and it was working before, then you try to use it again and open any of your Virtual OS.  All of a sudden, you get this error: The Fix There are few items to consider in resolving this VirtualBox issue.  To fix this issue, do the following: Solution 1: 1. Press […]

VirtualBox: Running MacOS – Stuck at “End Randomseed”

By PNC No comments

If you’re trying to install any version of Mac OS in your Virtual Box and during the installation process, you got stuck at “End Randomseed“.  Here’s what you need to do, just follow the steps below: 1. cd “C:\Program Files\Oracle\VirtualBox\” 2. VBoxManage modifyvm “<Virtual Machine Name>” –cpu-profile “Intel Xeon X5482 3.20GHz” The above CPU profile […]