Comprehensive Guide to Migrating from VMware to VirtualBox

Migration Guide: From VMware to VirtualBox

Last Updated: September 4, 2025

table of contents

Introduction

This article explains the procedure for migrating a virtual machine running in a VMware environment to VirtualBox. Following Broadcom’s acquisition of VMware in November 2023, significant changes to the licensing system have led many companies to consider migrating away from VMware. This guide provides detailed, up-to-date migration steps and troubleshooting advice.

Key Changes in 2023-2024

Acquisition Details

  • November 2023: Broadcom completes its acquisition of VMware for $61 billion (approximately 8 trillion yen)[^1].
  • February 4, 2024: End of perpetual license sales, completing the shift to a subscription-based model[^2].

Licensing System Changes

  1. Discontinuation of Perpetual Licenses: All products have moved to a subscription model (1-year/3-year/5-year).
  2. Change in Billing Unit: The billing metric has shifted from per-CPU socket to per-CPU core.
  3. Product Bundling: Over 160 products have been consolidated into the following four editions:
    • VMware Cloud Foundation (VCF)
    • VMware vSphere Foundation (VVF)
    • VMware vSphere Standard (VVS) Sales to end in November 2024
    • VMware vSphere Essentials Plus Sales to end in November 2024

Impact on Pricing

  • Many companies have reported price increases of 5 to 10 times[^3].
  • Renewing support and maintenance for perpetual licenses is no longer possible.

Partner Program Changes

  • February 2024: The VMware Partner Program was terminated.
  • A shift towards a direct sales model for large customers.

How to Migrate from VMware to VirtualBox

1. Exporting from VMware

Steps for VMware Workstation Pro 17

  1. Completely shut down the target virtual machine (do not suspend).
  2. Select the virtual machine in VMware Workstation.
  3. From the menu, select “File → Export to OVF…“.
  4. Enter a file name and be sure to change the extension to “ova“.
    • Note: The default is .ovf, so you must manually change it to .ova.
VMware Export Screen

Exported Files (if using OVF format)

  • .ovf: Virtual machine settings file (XML format).
  • .vmdk: Virtual disk file.
  • .mf: Manifest file (contains checksums).
  • .iso: ISO images included if necessary.
List of Exported Files

2. Importing into VirtualBox

  1. Launch VirtualBox.
  2. From the menu, select “File → Import Appliance…“.
  3. Select the exported .ova or .ovf file.
  4. Review the settings and adjust as necessary:
    • CPU: Adjust the number of cores.
    • Memory: Set the RAM size.
    • Network: Choose the network adapter type.
  5. Click “Import“.

Method 2: Using the VMDK File Directly

You can also create a new virtual machine using the VMDK file directly:

  1. In VirtualBox, click “New“.
  2. Select the appropriate OS type and version.
  3. Choose “Use an existing virtual hard disk file“.
  4. Specify the VMDK file.
  5. Manually configure other settings (Memory, CPU, Network).

Method 3: Conversion Using OVFTool (Legacy Method)

This method uses the OVFTool included with VMware Workstation (for Windows environments):

cd "C:\Program Files (x86)\VMware\VMware Workstation\OVFTool"
ovftool.exe "C:\VMs\source\vm.vmx" "C:\VMs\export\vm.ovf"

Note: If the path contains spaces, you must enclose it in double quotes.

Troubleshooting

Common Errors and Solutions

1. Network Interface Error

Error Message:

Nonexistent host networking interface, name '' (VERR_INTERNAL_ERROR)
Result Code: E_FAIL (0X80004005)

Network Error Screen

Solution:

  1. Open the virtual machine’s settings in VirtualBox.
  2. Select the “Network” tab.
  3. Change the “Attached to” setting for the network adapter to “NAT“.
    • Original setting: Bridged Adapter (with an empty name field).
    • New setting: NAT.
Network Settings Screen

Screen after a successful boot:

Successful Boot Screen
Running Virtual Machine

2. OVF Specification Incompatibility

Errors can occur during import due to differences in OVF implementations between VirtualBox and VMware.

Solution:

Open the OVF file in a text editor and modify the following line:

<!-- Before modification -->
<vssd:VirtualSystemType>virtualbox-2.2</vssd:VirtualSystemType>

<!-- After modification (adjusted for VMware environment) -->
<vssd:VirtualSystemType>vmx-14</vssd:VirtualSystemType>

3. Hardware Compatibility Issues

If the VM fails to boot, try adjusting the following settings in VirtualBox:

  • Check “Enable I/O APIC“.
  • Check “Enable PAE/NX“.
  • Change the Chipset to “ICH9“.

Post-Migration Optimization

Uninstall VMware Tools

If VMware Tools is installed, it is crucial to uninstall it:

Windows Guest:

  1. Go to Control Panel → Uninstall a program.
  2. Select “VMware Tools” and uninstall it.

Linux Guest:

sudo vmware-uninstall-tools.pl

Install VirtualBox Guest Additions

Installing Guest Additions enables the following features:

  • Mouse integration
  • Automatic screen resolution adjustment
  • Shared folders
  • Shared clipboard
  • Seamless mode

Installation Steps (for Ubuntu/Debian-based systems):

  1. Install the required packages:
sudo apt update &amp;&amp; sudo apt upgrade -y
sudo apt install build-essential linux-headers-$(uname -r) -y

  1. From the VirtualBox menu, select “Devices” → “Insert Guest Additions CD image…“.
  2. Mount the CD and run the installer:
cd /media/$USER/VBox_GAs_*
sudo ./VBoxLinuxAdditions.run

  1. Reboot the system:
sudo reboot

Windows Guest:

  1. From the VirtualBox menu, select “Devices” → “Insert Guest Additions CD image…“.
  2. If it doesn’t autorun, open the CD/DVD drive from File Explorer.
  3. Run VBoxWindowsAdditions.exe.
  4. After installation is complete, restart the system.

New Information & Updates

Important Updates for 2024-2025

VMware Products Now Free for Personal Use

  • VMware Workstation Pro: Became free for personal use in May 2024[^4].
  • VMware Fusion Pro: Also free for personal use.
  • A commercial license is still required for business use.

New Features in VirtualBox 7.0

  • Support for fully encrypted VMs.
  • Enhanced support for cloud VMs.
  • TPM 2.0 support.
  • Secure Boot support.

Alternative Migration Targets

Besides VirtualBox, the following are also being considered as migration targets from VMware:

  • Proxmox VE: An open-source virtualization platform.
  • XCP-ng: An open-source virtualization platform based on Xen.
  • RHEV (Red Hat Enterprise Virtualization): For enterprise use.
  • Hyper-V: Included with Windows Server.

Latest on the Broadcom Acquisition (as of September 2025)

  • VMware Explore 2024: Declared a “return to private cloud.”
  • Employee Reductions: Over 3,000 layoffs have been carried out.
  • Impact on the Japanese Market: Significant workforce reductions have also occurred at the Japanese subsidiary, raising concerns about the support system.

Important Notes

Pre-Migration Checklist

  1. Create Backups: Always create a full backup of your virtual machine before starting the migration process.
  2. Check Licenses: You may need to reactivate the guest OS license.
  3. Network Configuration: The MAC address may change, so review your network settings.
  4. Application Compatibility: Applications that depend on specific hardware may not work.

Known Limitations

  • 3D Acceleration: Performance may be inferior compared to VMware.
  • USB 3.0 Support: Requires the installation of the Extension Pack (free for personal use).
  • Remote Display: VRDP requires the Extension Pack.

End-of-Support Products

Support has ended or is scheduled to end for the following VMware products:

  • vSphere Enterprise Plus (Perpetual License version)
  • vSphere Standard (Perpetual License version)
  • vSphere Essentials/Essentials Plus (Perpetual License version)
  • Fujitsu HCI product line (VMware-based)

References

Official Documentation

[^1]: Broadcom Completes Acquisition of VMware – Broadcom Official Announcement
[^2]: VMware Subscription Licensing – VMware Licensing Information
[^3]: From various IT media research reports (ITmedia, Nikkei XTECH, etc.)
[^4]: VMware Desktop Hypervisor Free for Personal Use – VMware Official Blog

Disclaimer: The content of this article is based on information available as of September 4, 2025. The specifications of VMware and VirtualBox are subject to change without notice, so please check the latest official documentation when performing the actual work.

Copyright: The screenshots used in this article are for illustrative purposes only. The copyrights for the respective software belong to their respective companies.

If you like this article, please
Follow !

Please share if you like it!
table of contents