Virtualize your computer

From LQWiki
Jump to navigation Jump to search

Imagine you want your laptop to run in a virtual machine, maybe because you want to try some changes, maybe because you want to sell it. That's what this article is about. Your notebook can be on Windows or Linux, no matter.

How to

dd if=/dev/sda of=/hdimage.img

This can be used if your harddisk is /dev/sda and you want your image file at /hdimage.img.

  • Download and install vmware on your host computer.
  • use qemu-img from the qemu package to transform your harddisk image to a vmware image:
qemu-img /mnt/usb/hdimage.img -O vmdk /hdimage.vmdk
  • you can now use your vmware image to boot your virtual guest computer.