Can't move virtual machine to another PC, have copied turnkey-core-2009.10-2-hardy-x86.vmdk to folder .VirtualBox -> HardDisks.

Created new machine, pointed to copied file.

Started created machine and it drops this error after a while(5 mins)

Screen Shot

As I understand, there is some difference in uniq ids, but how can I handle it?

link|improve this question

50% accept rate
feedback

2 Answers

up vote 3 down vote accepted

I use vdi image format and have no problem migrating from one computer to another. I would either look into using vdi format, or correcting the uuid in /etc/fstab. uuid can be determined with the blkid command from the command line.

link|improve this answer
Can you please be a bit more specific about changing uuids on Windows? As i understand it should be edited inside xml config, but how to get correct uuid? – Beck Nov 24 '10 at 14:49
not on windows...inside the vm. – aking1012 Nov 24 '10 at 14:55
oh, right in console after error occured? – Beck Nov 24 '10 at 14:57
exactly......... – aking1012 Nov 24 '10 at 14:58
Have entered vm setting and checked some setting and it worked. lol :) – Beck Nov 24 '10 at 15:03
show 1 more comment
feedback

Moving the disk image file to another location and creating a new vm and pointing it to the copied disk image should do the trick. Alternatively, you can export the machine and then import it in the other PC. This is not the typical way but at least the hypervisor will generate "the same settings", as much as possible, for you. (It helps if you easily forget things!).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.