K.S. Bhaskar on 12 Feb 2008 13:17:54 -0800 |
I did something like this to virtualize an old Win 98 box, and it should work for your application as well. Boot the VirtualBox vm with a live CD. Use dd to send the disk image to standard output and pipe it into netcat. At the other end of the netcat, put into a disk image (.img) file. QEMU should be able to boot it. Once you have success, you can use qemu-img to convert it to a QCOW format file. -- Bhaskar On Feb 12, 2008 2:48 PM, Jonathan E. Magen <yonkeltron@gmail.com> wrote: > Geeks, > I have a VirtualBox disk image and I'd like to convert it to a QEMU > disk image where I believe the current latest format is COW2. Some > Googling has shown that there are ways to go from the .qcow -> .vdi > but not the other way around. My first thought was to use qemu-img to > convert the image but the VirtualBox format doesn't seem to be > supported. Running qemu-img without any arguments yields a brief > command description and the last line of output contains format > information: > > Supported format: parallels qcow2 vvfat vpc bochs dmg cloop vmdk qcow > cow host_device raw > > Anyway, does anyone have any information about converting a VirtualBox > .vdi image to a QEMU-compatible image? Perhaps if there was some > intermediate format... > > -- > Jonathan E. Magen > PHN: 267-242-6288 > WEB: http://www.yonkeltron.com > AIM: SuspectAshkenaz > GOOGLE TALK: yonkeltron > ב"ה > ___________________________________________________________________________ > Philadelphia Linux Users Group -- http://www.phillylinux.org > Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce > General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug > ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|