Linux Mint 18 is running VB 5.xxx and the Linux Mint 19 is running 6.xxxx
We are trying to transfer the entire machine folder (logs/snapshots/vbox/Disk1.vmdk/etc) from Machine 1 (Linux Mint 18) over to Machine 2 (Linux Mint 19).
When we transfer the entire machine folder, and try to open it, we get:
No idea how to fix this... One thing we were able to do is create a NEW machine, and then use the same hard_drive.vmdk.... But we lose all the snapshots, which is *alright* I guess but why is this happening? Any suggestions?Medium '/xxx/xxxx/Documents/xxxx/Windows2K16_Disk1.vmdk' cannot be closed because it is still attached to 1 virtual machines.
Result Code: VBOX_E_OBJECT_IN_USE (0x80BB000C)
Component: MediumWrap
Interface: IMedium {ad47ad09-787b-44ab-b343-a082a3f2dfb1}
Callee: IVirtualBox {d0a0163f-e254-4e5b-a1f2-011cf991c38d}
Callee RC: VBOX_E_OBJECT_NOT_FOUND (0x80BB0001)
We have tried closing VM and then reopening and trying to reimport... We have restarted the computer already, etc etc.
EDIT: SEMI SOLUTION
Went and edited VBOX file and got rid of something like (but not exactly):
near the bottom of the file on what I THINK was the latest snapshot.... Then I re-added it and had to change a bunch of settings, then it failed, then I did it again, failed, then I did the same exact thing again and it worked.<StorageControllers> <StorageController name="SCSI" type="LsiLogic" PortCount="16" useHostIOCache="false" Bootable="true"> <AttachedDevice type="HardDisk" port="0" device="0"> <Image uuid="{bc1814cc-033f-4c5d-bfbd-1ffc7c739527}"/> </AttachedDevice> </StorageController> </StorageControllers>
Wow.