rackom
rackom

Reputation: 185

Migrate VMWare image to KVM

I am trying to migrate VMWare image with Windows 2012 R2 to KVM. I was able to get to point where I:

System was booting up but than it thrown an error

Your PC ran into a problem and needs to restart.

I tried to repair the system but it said that system drive is read-only. Where could be the problem? I also tried to boot from Win2012R2 ISO image to repair the system but it said that it cannot find system drive.

Host system: CentOS 6.5

Upvotes: 5

Views: 4858

Answers (3)

rackom
rackom

Reputation: 185

It seems that this was problem of CentOS qemu old version. It seems that CentOS 7 has still quite old qemu but I did not give it a try. Instead I tried Ubuntu 14.04 and it seems it is working. So anyone trying to do something like me I recommend checking version of qemu.

Upvotes: 2

Andre Mesquita
Andre Mesquita

Reputation: 91

Amazon WebServices and Google Cloud has API's with SDK Tools to send your machine directly to the cloud.

I have been tested AWS VM Import and it is amazing.

Amazon WebServices VM Import: http://aws.amazon.com/ec2/vm-import/

Google Cloud Compute: https://developers.google.com/storage/docs/early-access

Upvotes: -1

Magic-Mouse
Magic-Mouse

Reputation: 613

Go to VmWares website and download their free converstion tool, use it to make OVF and OVA files, import them in the KVM virtual machine, you might need to use Virt-Tools, to move from OVF to KVM.

It looks like some of your data was comverted inproperly

Upvotes: 1

Related Questions