Documentation Index
Fetch the complete documentation index at: https://docs.xloud.tech/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Images obtained from VMware, VirtualBox, Hyper-V, or other virtualization platforms use formats that differ from what Xloud Compute expects. Theqemu-img tool converts between
all major disk image formats quickly and without data loss. QCOW2 is the recommended
format for Xloud — it provides compression, snapshot support, and efficient sparse storage.
Prerequisites
- A Linux workstation with
qemu-utilsinstalled - The source image file in its original format
- Free disk space: RAW conversions require space equal to the full virtual disk size
Supported Formats
| Format | Extension | Description | Use Case |
|---|---|---|---|
| QCOW2 | .qcow2 | Compressed, sparse, copy-on-write | Recommended for Xloud — best balance of size and performance |
| RAW | .img, .raw | Uncompressed, full disk image | Maximum I/O performance; large file size |
| VMDK | .vmdk | VMware native format | Import from VMware ESXi or Workstation |
| VHD / VHDX | .vhd, .vhdx | Hyper-V / Azure native format | Import from Hyper-V or Microsoft Azure |
| VDI | .vdi | VirtualBox native format | Import from Oracle VirtualBox |
Install qemu-img
- Ubuntu / Debian
- CentOS / AlmaLinux / Rocky Linux
Install qemu-utils
Check Image Information
Before converting, inspect the source image to confirm its format, virtual size, and backing chain:Inspect image metadata
Example qemu-img info output
Common Conversions
- VMDK to QCOW2
- VHD to QCOW2
- RAW to QCOW2
- QCOW2 to RAW
Validation
After conversion, perform a consistency check before uploading to Xloud:Check image integrity
Clean image output
Next Steps
Upload an Image
Upload the converted QCOW2 image to the Xloud Image Service.
Image Requirements
Verify the image meets all Xloud Compute compatibility requirements.
Modify Images
Customize images with additional packages and configuration before uploading.
Image Formats
Compare all supported image formats and choose the right one for your workload.