- Copy the VM Image from the USB stick to your mac (say, your desktop)
- Download and Install VirtualBox (https://download.virtualbox.org/virtualbox/6.1.12/VirtualBox-6.1.12-139181-OSX.dmg)
- Download and Install Parallels Desktop (https://www.parallels.com/products/desktop/trial/) (you will probably have to reboot)
- Open Terminal (
command + space
and type "terminal" and press enter) - VirtualBox may have installed under
/Applications
. If so, use the following commands:
cd /Applications/VirtualBox.app/Contents/MacOS
VBoxManage clonemedium disk ~/Desktop/[IMAGE FILE NAME].vhdx ~/Desktop/converted.vdi --format vdi
(replace[Image File Name]
with the name of the image you copied from the USB stick)
- Wait... This takes a while and clones the image to a new format. Once this is done, close the terminal window.
- Open Parallels Desktop
- Click on the
Open
button on the bottom left of the window that appears - Select the converted.vdi image on your desktop
- Parallels will prompt you to convert the image. Go ahead and save it to the default folder, name it something you can easily recognize.
- Wait for it to finish
After all this is done, you should be able to log in.
Once all this is done, you can deleted converted.vdi from your desktop