Hi there,
I am trying to migrate a virtual machine from XP to Linux (Ubuntu 7.x). I have gone through the forums and the documentation, and the answer seems to be using vboxmanage clonevdi
Now, when I look to my vdi files, I have two related to this specific virtual machine: one with the normal name (MSIII.vdi), plus another ({hexadecimal number.vdi}). This last vdi file has an associated .sav file.
If I clone the file MSIII.vdi, I got indeed a copy of the initial virtual machine, but this has not the final state. But I cannot clone the second vdi file, as vboxmanage reports that that is a differencing file.
This looks quite clear to me, but then: how can I merge the last state into the original MSIII.vdi file, so that cloning this file allows me to fully migrate my virtual machine?
Thanks!