The Go2Cloud platform uses raw disk image format as its native format. CD/DVD images in standard ISO format are also supported directly.
If you have existing virtual machines in other formats, you will need to convert them to raw before uploading:
VMware (.vmdk): Convert using qemu-img or a similar tool.
Microsoft Hyper-V (.vhd): Convert using qemu-img or the built-in VHD conversion utilities.
The conversion command is straightforward:
qemu-img convert -f vmdk -O raw source.vmdk output.raw
This ensures compatibility with our platform while preserving all your data and configurations.