Re: convert .vmdk files

2014-10-16 Thread Pete Wright
On 10/15/14 23:09, Benjamin Connelly wrote: qemu-img convert -f vmdk -O raw foo.vmdk foo.img Thank you! I've been struggling to get a 9.1 system running on bhyve (do to lack of virtio drivers in -RELEASE ISO's) and this enabled me to install 9.1 on VirtualBox, add the virtio kernel

Re: convert .vmdk files

2014-10-16 Thread Pete Wright
On 10/16/14 09:51, Pete Wright wrote: On 10/15/14 23:09, Benjamin Connelly wrote: qemu-img convert -f vmdk -O raw foo.vmdk foo.img Thank you! I've been struggling to get a 9.1 system running on bhyve (do to lack of virtio drivers in -RELEASE ISO's) and this enabled me to install 9.1 on

Re: convert .vmdk files

2014-10-15 Thread Pete Wright
On 10/14/14 22:35, Peter Grehan wrote: Hi Pete, 10. Add filters for popular VM file formats (VMDK, VHD, QCOW2) i have some .vmdk files for systems currently running VirtualBox i would like to port to bhyve. i also have a box running bhyve (10.1-rc2) that i can test patches and

Re: convert .vmdk files

2014-10-15 Thread Peter Grehan
Hi Pete, What you have to do today is to convert the VMDK to a flat file, e.g. using qemu-img. ok great - installing qemu-devel on my system and running the following command worked great: qemu-img convert -f vmdk -O raw foo.vmdk foo.img i tested this by taking a current .vmdk file from

convert .vmdk files

2014-10-14 Thread Pete Wright
hi - i noticed in the latest quarterly status report that an open todo item: 10. Add filters for popular VM file formats (VMDK, VHD, QCOW2) i have some .vmdk files for systems currently running VirtualBox i would like to port to bhyve. i also have a box running bhyve (10.1-rc2) that i can

Re: convert .vmdk files

2014-10-14 Thread Peter Grehan
Hi Pete, 10. Add filters for popular VM file formats (VMDK, VHD, QCOW2) i have some .vmdk files for systems currently running VirtualBox i would like to port to bhyve. i also have a box running bhyve (10.1-rc2) that i can test patches and workflows as well. what is the work required for