I have some old images of old Linux filesystems in flat file format. they can be used by Bochs, but I need to run them with Virtual Box. Virtual Box cannot use images in this format, so I need to convert these images from flat file to .vmdk file format. Is there any way to do this?
Share
First, install QEMU. On Debian-based distributions like Ubuntu, run:
Then run the following command:
I’m assuming a flat disk image is a
dd-style image. The convert operation also handles numerous other formats.For more information about the
qemu-imgcommand, see the output of