14

I downloaded a disk image used for a wargame hosted by stripe, but I cant figure out how to create a virtual machine from this image. I'm using virtualbox, but I could use another tool if it would be easier

4 Answers4

20

Found the solution, VirtualBox has a tool to create the .vdi from .img:

VBoxManage convertfromraw image.img virtual_disk.vdi
BenjiWiebe
  • 9,173
1

For VMWare
I found a simple but complete freeware tool here
Use it to convert img to vmdk and create a new virtual machine manually within WMWare and set your vmdk file as virtual disk.

S.M.Mousavi
  • 469
  • 5
  • 5
0

stripe-ctf-server-ubuntu-10.04-lucid-amd64-20120427-0108.img.tar

Burn the image to a dvd or mount the img, and then boot from it.

You can now install it into a VirtualBox VM. Follow the steps in the link below.

The Beginner’s Guide to Creating Virtual Machines with VirtualBox

Make sure "Mount CD/DVD Drive" is checked. If you're going to install your virtual system from a boot CD or DVD, put it in your computer's drive, then select "Host CD/DVD Drive." If you're using a downloaded or custom-made ISO file, select "ISO Image file," hit the folder icon to the right of the drop-down box, and then hit the "Add" button and browse for the ISO you're using. Once you've added an ISO file to this menu, you can mount it in any virtual machine you're running at any time

Logman
  • 3,660
0

Ive used IMGtoISO and have been pleased with it. Its free and easy to use. Plus the ISO format is more compatible with more applications.

Keltari
  • 75,447