Overview
Images obtained from VMware, VirtualBox, Hyper-V, or other virtualization platforms use formats that differ from what NxtSight Compute expects. Theqemu-img tool converts between
all major disk image formats quickly and without data loss. QCOW2 is the recommended
format for NxtSight — 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
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 NxtSight:Check image integrity
Clean image output
Next Steps
Upload an Image
Upload the converted QCOW2 image to the NxtSight Image Service.
Image Requirements
Verify the image meets all NxtSight 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.