VM Migration & Import
Migrate workloads from VMware, Hyper-V, KVM, and physical machines into VergeOS using the VMware Connector, file uploads, NAS volume imports, and the Clone Utility -- plus export VMs back out.
Overview
Migrating existing workloads into VergeOS is one of the most common Day-1 activities for new deployments. Whether you are transitioning from VMware vSphere, Microsoft Hyper-V, KVM/QEMU, or even bare-metal servers, VergeOS provides multiple import paths -- each optimized for different scenarios, VM counts, and downtime tolerances.
This page covers every supported migration method, the file formats VergeOS accepts, pre-migration planning, post-import optimization, and how to export VMs back out of the platform when needed.
Migration Methods
VergeOS provides five distinct import paths. The right choice depends on your source platform, the number of VMs, and how much downtime you can tolerate.
VMware Connector (Live Migration)
The VMware Connector is the recommended method for production VMware environments. It creates a direct API connection to vSphere and performs full + incremental backups using VMware's Change Block Tracking (CBT).
How it works:
Create a VMware Service in VergeOS -- this establishes a connection to vCenter (or an ESXi host) using admin credentials, DNS/IP, and port 443.
Power on the service and refresh VMs to discover the source inventory.
Create backup schedules with tasks for full and differential backups.
Assign schedules to VMs -- different schedules can apply to different VMs (e.g., production vs. dev/test).
Run initial full backups, then incremental backups capture only changed blocks via CBT.
Cut over once incremental backup durations stabilize (indicating minimal data churn), then import VMs from the backup jobs.
Key capabilities:
Live migration from running VMware environments -- source VMs stay operational during transfer
Incremental backup support via VMware CBT for efficient bandwidth usage
Batch import of multiple VMs simultaneously
Configurable concurrent backup count (default: 4)
Built-in scheduling for ongoing DR/backup of VMware environments
Imported VMs can be powered on directly in VergeOS from backup data
VMware Connector Best Practices
Connect to the vSphere cluster rather than an individual ESXi host
Leave "Automatically enable change tracking per VM" enabled (the default) to ensure differential backups work correctly
Include both full and differential backup tasks in your schedule -- full backups weekly, differentials on days in between
Use full-thick-provisioned backups for long-term retention
VMware Connector network requirements
The connector talks to vCenter over port 443, but disk data is pulled directly from the ESXi hosts over the NFC protocol on port 902. For migrations to succeed, VergeOS needs:
Direct network access to each ESXi host — not just to vCenter. The VMware Service reaches vCenter on 443 to enumerate inventory, then connects to the individual ESXi host holding each VM on 902 to transfer disk data.
Port 443 open to vCenter (or the standalone ESXi host) and port 902 open to every ESXi host.
Matching MTU values end-to-end. Mismatched MTUs (for example, jumbo frames enabled on one side but not the other) cause backups to stall, time out, or fail during data transfer. Confirm the MTU is consistent across VergeOS, the physical switches, and the ESXi vmkernel ports.
Import from Uploaded Files
For individual VMs or mixed-platform environments, you can upload VM configuration and disk files directly to the vSAN (VergeFS) and import them.
Two approaches:
Full config import -- Upload both config (VMX, OVF) and disk files (VMDK, VHDX, QCOW2), then select "Import from Files" when creating a new VM. VergeOS reads the config file to auto-populate VM settings.
VM shell + disk import -- Create a custom VM with the desired specs (CPU, RAM, NICs), then add drives using "Import Disk" and select the uploaded disk files. This is useful when the source config format isn't directly supported (e.g., Hyper-V XML).
Steps for full config import:
Upload config + disk files to the vSAN via the file manager
Navigate to Virtual Machines → + New VM → Import from Files
Select the configuration file (
.vmx,.ovf) from the available filesOptionally customize the VM name and MAC address preservation
Select the preferred storage tier
Submit -- the VM is created with drives mapped from the disk files
NAS Volume Import
When VM files are stored on network-accessible storage (NFS or CIFS shares), you can import them directly without uploading to the vSAN first.
NAS Volume Import requires VMX or OVF configuration files; other formats need to use file upload.
How it works:
Create or use an existing NAS service within VergeOS
Create a remote volume to mount the external NFS/CIFS share
Navigate to Virtual Machines → + New VM → Import from Volume
Select one or more folders containing VM files (VMs are also imported from subdirectories of selected folders)
Optionally rename the import job, toggle MAC address preservation, and select a preferred storage tier
Submit and monitor progress from the Import Jobs dashboard
This method is ideal for batch migrations where VM files are already centralized on a file server or SAN export.
VergeOS Clone Utility (P2V / V2V)
The Clone Utility provides block-level migration for physical-to-virtual (P2V) and virtual-to-virtual (V2V) conversions from any platform.
How it works:
Download the
vergeOS-clone.isofrom the VergeOS dashboardBoot the source machine (physical or virtual) from the ISO
Configure the VM name, MAC address settings, and select disks to include
The utility performs a block-level data transfer to the VergeOS environment
Once transfer completes, power on the VM in VergeOS
This approach works regardless of the source hypervisor and is particularly useful for physical servers that cannot export to standard VM formats.
Cirrus Data Integration (Enterprise)
For large-scale enterprise migrations requiring near-zero downtime, VergeOS integrates with Cirrus Data's Compute Migration and MigrateOps products. This third-party solution supports complex multi-platform migrations with advanced bandwidth management and professional services.
Supported File Formats
VergeOS supports a wide range of VM disk and configuration formats:
VMX / VMDK
VMware
Native VMware config and disk files
OVF / OVA
VMware, VirtualBox
Open Virtualization Format (standard)
VHD / VHDX
Hyper-V
Microsoft virtualization formats
QCOW / QCOW2
QEMU, KVM
QEMU copy-on-write disk images
VDI
VirtualBox
VirtualBox disk images
IMG / RAW
Various
Raw disk image formats
Choosing the Right Method
VMware Connector
Production VMware environments where source VMs must stay running during migration. Leverages CBT for efficient incremental transfers.
File Upload
Individual VMs from any platform. Maximum control over the import process. Best when source VMs can be shut down for export.
NAS Volume Import
Batch imports from network storage. VM files already on NFS/CIFS shares. No upload step needed.
Clone Utility
Physical-to-virtual (P2V) migrations. Cross-platform V2V from any hypervisor. Block-level efficiency.
Pre-Migration Planning
Source Environment Preparation
Before migrating, prepare the source environment:
Document VM specifications -- CPU count, RAM, disk sizes, network settings, VLAN assignments
Remove hypervisor-specific tools -- Uninstall VMware Tools, Hyper-V Integration Services, or equivalent agents
Clean shutdown for offline imports -- ensures filesystem consistency
Verify network connectivity between source and VergeOS environments (especially for VMware Connector and NAS imports)
VergeOS Environment Preparation
Verify storage capacity across appropriate tiers for incoming VM disks
Configure network segments to match source environment VLANs
Plan IP address assignments and DNS configurations
Review guest OS compatibility -- VergeOS supports Windows, Linux, BSD, and other operating systems via KVM
Network Remapping
Source VMs are typically connected to VMware vSwitches, Hyper-V virtual switches, or Linux bridges. In VergeOS, these map to internal networks:
VMware vSwitch / dvSwitch
Internal Network
Hyper-V Virtual Switch
Internal Network
Linux Bridge
Internal Network
VLAN-tagged Port Group
Internal Network + VLAN
After import, you will connect each VM's NIC(s) to the appropriate VergeOS internal network. If you preserve MAC addresses during import, DHCP reservations carry over automatically.
Post-Import Optimization
Install VirtIO Drivers
VirtIO provides the best disk and network performance in VergeOS. After importing a VM:
Windows: Download and install the
virtio-winguest tools ISO. Attach it as a virtual CD-ROM, then install the drivers.Linux: Most modern distributions include VirtIO drivers natively -- no additional installation needed.
Boot Issue Workaround
If a VM fails to boot after import, change the disk interface from VirtIO-SCSI to SATA or IDE. Once the OS boots, install VirtIO drivers, then switch back to VirtIO-SCSI for optimal performance.
Virtual Hardware Mapping
Imported VMs may need adjustments to align with VergeOS virtual hardware:
Disk interfaces -- Switch from IDE/SATA to VirtIO-SCSI after driver installation
NIC model -- VirtIO-net provides the best throughput
Display adapter -- QXL or VGA for console access
EFI vs. BIOS -- Ensure the firmware type matches the source VM configuration
Secure Boot -- Supported for UEFI-based VMs; verify the setting matches source
Additional Steps
Verify network connectivity and IP assignments
Update DNS and DHCP reservations as needed
Install the QEMU Guest Agent for enhanced monitoring, graceful shutdown, and quiesced snapshots
Configure backup policies using VergeOS native snapshots
Test application functionality end-to-end before decommissioning source VMs
Exporting VMs from VergeOS
VergeOS supports two export mechanisms for portability and third-party backup integration.
Direct Disk Download
Individual VM disks can be downloaded in .raw format directly from the VergeOS UI:
Navigate to the VM dashboard → Drives
Select the drive → Download
The disk downloads as a
.rawfile, compatible with most hypervisorsConvert to the destination format (
.qcow2,.vmdk, etc.) using tools likeqemu-img convert
VM Export Volume (NAS-Based)
For scheduled, automated exports of multiple VMs, VergeOS provides a dedicated VM Export Volume in the NAS service:
Enable "Allow Export" on each VM you want to include
Create a NAS volume with the filesystem type set to Verge.io VM Export
Choose the export configuration format:
Verge.io Virtual Machine (.ybvm) -- VergeOS-native JSON-based format
Open Virtualization Format (.ovf) -- Industry-standard, compatible with third-party platforms
Run the export manually or schedule it via the task engine
Access exported data via CIFS or NFS shares, or synchronize to external storage using volume syncs
Each export creates a timestamped folder with VM snapshots. A "current" folder always points to the latest export, providing a stable path for external backup tools.
VMware vSphere
VMware Connector — direct API migration with CBT-based incremental backups
VergeOS handles VMware migration natively via the built-in VMware Connector — no separate converter, replication appliance, or third-party V2V tooling required.
Nutanix AHV
File upload or NAS volume import
Once your VMs are exported in a supported format (QCOW2, OVF, etc.), VergeOS imports them natively through File Upload or NAS Volume Import — no separate migration appliance required.
Return path
VM Export Volume producing OVF
Stable "current" folder for external backup tools or moving VMs back to vSphere.
Troubleshooting Common Issues
VM won't boot after import
Missing VirtIO drivers
Switch disk interface to SATA/IDE, boot, install VirtIO drivers, switch back
Windows "Inaccessible Boot Device"
Disk controller mismatch
Change from VirtIO-SCSI to SATA, install drivers, then revert
No network connectivity
NIC driver or network mapping
Verify VirtIO-net drivers are installed; check NIC is connected to correct internal network
Slow disk performance
Using IDE/SATA interface
Install VirtIO drivers and switch to VirtIO-SCSI
EFI boot failure
Firmware type mismatch
Ensure VM is set to UEFI if the source used EFI; check Secure Boot settings
VMware Connector shows "Error"
Connection or credential issue
Verify vCenter IP/DNS, port 443 access, admin credentials, and SSL certificate settings
VMware import/backup fails or stalls during disk transfer
No direct access to the ESXi host(s) on port 902
Ensure VergeOS has direct network access to each ESXi host (not just vCenter) over port 902 (NFC), in addition to port 443 to vCenter
VMware backups slow, time out, or drop
MTU mismatch between VergeOS and ESXi hosts
Match MTU values end-to-end (VergeOS, physical switches, and ESXi vmkernel ports); a jumbo-frame mismatch is a common cause
Summary
VergeOS makes workload migration straightforward with five distinct import paths covering every source platform and migration scenario. The VMware Connector handles live production migrations with minimal downtime, file uploads provide maximum flexibility for mixed environments, NAS volume imports enable batch operations, the Clone Utility handles P2V conversions, and Cirrus Data integration supports enterprise-scale projects. Combined with broad file format support and the VM Export Volume for outbound portability, VergeOS ensures that workload mobility is never a barrier to adoption.
Last updated
Was this helpful?