My company distributes a local web server that runs on an Ubuntu VM. Our default deployment is to install VirtualBox on a client's physical server.
Some of our clients use virtual servers, so we've been trying to accommodate VMWare and Hyper-V installs. We've installed live versions on VMWare twice successfully as well as on a trial version of VMWare Workstation 15.5. So far we've done this by taking the raw VMDK file from a VirtualBox instance and adding it as a harddrive to a new VMWare instance.
We've run into a problem with a new client that is running VMWare ESXi 6.0 (with vSphere and vCenter). They went through a similar process to create a new VM and add the VMDK file as a hard drive, but the VM is failing in the boot sequence:
Drive Error.png
My knowledge with Ubuntu and VMWare is very limited, so I'm at a bit of a loss how to proceed. The client's IT guy tried running the fsck command manually, but it kept giving us the same error for multiple devices:
fsck.png
and eventually threw this:
Error.png
The fact that we've got this working on three different VMWare systems leads me to believe the issue might be with the way we're adding the hard drive, or with the VM settings.
Has anyone else tried doing this sort of import of a VirtualBox VMDK file into VMWare? Is there a better way to do this, maybe using the VBox OVA file instead? Any relevant VM settings I can tinker with?
Any context or suggestions would be greatly appreciated! Please let me know if you need additional information
Bookmarks