I want to copy my virtual machine to another computer and use it as nothing's changed in the second pc (anything such as history, snapshot, uuid, etc.) I use in both computers Ubuntu 16.04.
Asked
Active
Viewed 1.4k times
1
-
Just copy and paste the directory containing everything for the VM into the other computer. – Thomas Ward Nov 08 '17 at 20:14
-
https://superuser.com/questions/633431/whats-the-recommended-way-to-move-a-virtualbox-vm-to-another-computer – Panther Nov 08 '17 at 20:14
1 Answers
2
You need to EXPORT your VM from source machine and IMPORT it back on destination machine.
Check this link: How to export and import VirtualBox VM images?

Ashish Shirodkar
- 166