Skip to content

Edoardo Vignati 👨🏻‍💻

› Always looking for awesome things

Menu
  • Studies
  • Publications
  • Skills
  • Portfolio
  • Projects
  • Career
  • Blog
  • 🇮🇹 Servizi
Menu

Useful information and fixes about ovftool

Posted on 16/11/202316/11/2023 by Edoardo

OVFTool is used to migrate from VMware VMX to VirtualBox OVF.

OVFTool are not delivered with the VMWare Player, so you have to register to VMWare website, download and install it.

You can use ovftool in the CMD or PowerShell adding its folder (the folder, not the full path to the exe) to the environment variables (“Path” variable)

How to use:

ovftool MyVM.vmx MyVM.ovf

Instead of ovftool you can use the relative or full path to the exe

Troubleshooting:

  • If you don’t have the iso anymore, remove it from the VMX file or the migration will not start.
  • Remember also to shut down the VM properly or the command will not start.
  • If the command cannot find the path of your vmx (“Error: Failed to open file: .\”), try to edit this:
....deviceType = "cdrom-image"

to this:

....deviceType = "atapi-cdrom"

Buy Me A Coffee


This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

© 2025 Edoardo Vignati 👨🏻‍💻 | Powered by Minimalist Blog WordPress Theme