Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oliver-la/493ef22b10cfd7ab1ff025ec919427b9 to your computer and use it in GitHub Desktop.
Save oliver-la/493ef22b10cfd7ab1ff025ec919427b9 to your computer and use it in GitHub Desktop.
Boot server image virtually (w/ networking) from qcow2 - macOS

Install QEMU

brew install qemu

Convert qcow2 to vdi

qemu-img convert -O vdi one-img-147-2559-0-dsnap.qcow2 disk0.vdi

(if you have more disks, you need to convert them too and increase the disk number)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment