Importing Windows Server with UEFI into VergeOS
Guide to migrating a UEFI-enabled Windows Server VM from VMware into VergeOS, including disk interface changes, Virtio driver installation, and QEMU guest agent configuration.
This guide covers how to migrate a Windows Server VM with UEFI enabled from VMware into VergeOS. The process was tested with Windows Server 2019 and 2022, but it may also work for earlier versions of Windows.
Steps to Import the Windows Server VM
Import the VM from the VMware service. Follow the steps from this guide to import the VM into VergeOS.
Set the primary disk interface to SATA for compatibility during initial boot.
Change the primary disk's Boot Order to 0 in VergeOS.
Power On the VM to boot into Windows.
Install the virtio-win-guest-tools.exe if it's not already installed. This package includes Virtio drivers necessary for disk and network performance.
Once the installation is complete, Power Off the VM.
Delete the EFI drive, as it is no longer needed after the migration. You can remove it from the VM's disk settings.
Change the primary disk interface from SATA to Virtio-SCSI for optimal performance.
Remove the media file (ISO) from the CD drive in the VM settings.
Change the NIC driver to Virtio to ensure the VM uses a high-performance network driver.
Enable the QEMU Guest Agent on the VM edit screen to allow VergeOS to gather information about the VM.
Power On the VM again and ensure everything is working correctly.
Verify that the guest agent is reporting back to VergeOS by checking the VM dashboard.
Monitoring the Guest Agent
The guest agent status can be viewed on the VM's dashboard. If it doesn't report back, ensure the guest agent service is running inside the VM.
Last updated
Was this helpful?