How to move VirtualBox Guest VM

Scenario / Question: How do I move an existing VirtualBox Guest VM to a new server or machine Solution / Answer: There are two ways to do this: 1. Use VBoxManage to make a copy of the VirtualBox VM .vdi and then create a new VirtualMachine on the new server 2. Move your existing VirtualBox VM [continue...]

Make a Copy of VirtualBox .vdi

Scenario / Question: How do I make a copy of an existing VirtualBox .vdi disk file Solution / Answer: Use VBoxManage clonevdi Copy VirtualBox .vdi There are a few steps involved in order to make a copy of a VirtualBox .vdi disk file. #1. Shutdown the Virtual Machine or make sure it is not [continue...]