I have 2 virtual machines I'm trying to convert from VirtualBox to VMWare server. I exported the hard drives using the command
VBoxManage clonehd [uuid] OpenBSD.vmdk -format VMDK
This produced vmdk files that I put in the storage folder of VMWare server. I configured machines with the same parameters, but get the following error on boot:
DetailsVMware Server unrecoverable error: (vmx)
ASSERT d:/build/ob/bora-203138/bora/devices/disk/disk.c:3868 bugNr=21838
A log file is available in "D:\vmachines\vmware\OpenBSD\vmware.log". A core file is available in "D:\vmachines\vmware\OpenBSD\vmware-vmx-5852.dmp". Please request support and include the contents of the log file and core file.
To collect data to submit to VMware support, select Help > About and click "Collect Support Data". You can also run the "vm-support" script in the Workstation folder directly.
We will respond on the basis of your support entitlement.
I am having similar issues with a Ubuntu VM. Both are headless machines with pretty simple hardware configurations.
Log file available at http://pastebin.com/rkZR3JDa
Any ideas?