VMware - take an image of my current OS

4

I'd like to take an image of my current OS and then run it as a VMware workstation from within the same OS.

Can someone explain how I would go about doing this?

I'm running Windows 7. as far as I understand I have to do some sort of backup of the OS to an image file.

Jason

Posted 2011-05-23T00:08:50.570

Reputation: 1 619

Answers

2

You can give VMware converter a go -- it's free and it's meant to do exactly what you want. YMMV, however. In my experience in a corporate environment it's somewhere in the %60-80 success range.

Uninspired

Posted 2011-05-23T00:08:50.570

Reputation: 1 155

1(unrelated to the question) What were the failures? Did the VM not boot because of drivers? – ta.speot.is – 2011-05-23T02:58:11.447

Yep, drivers were the major issues. For reference, these were generally specialty server installations (e.g., Blackberry Enterprise server running on Win 2k3). – Uninspired – 2011-05-23T04:15:07.487

1

You can create a 'vhd' file using the Microsoft System Internals tool, Disk2VHD.

It is a simple app which allows your to pick your current boot volume as the source and output it to a destination as the vhd file. It will work faster if yo do it offline - connect to the drive from another system. Not necessary but faster. You then take the vhd file and use it as the virtual disk in your VM app.

I have done this in Virtual Box but not VMWare workstation. ymmv.

cheers,

piagetblix

Posted 2011-05-23T00:08:50.570

Reputation: 305

0

Here's a detailed tutorial on using VMware Player to create a virtual machine which loads the Acronis Rescue Media .iso to load a backup image made with Acronis. http://www.aztcs.org/meeting_notes/winhardsig/virtualmachines/uses/RestoringAcronisImagetoVMwareVM.pdf

It seems to be a few years old but the method should still work regardless of what software you use to create a backup as long as you can create a Rescue CD.iso

Leebeloola

Posted 2011-05-23T00:08:50.570

Reputation: 171