Please excuse my dummy question if the subject has already been covered; I'm pretty sure it hasn't...
I am using a MacBook Pro with Apple Silicon M3 Max under macOS Sonoma 14.3 and the last version of VirtualBox: 7.1.
It seems I can not export my virtual machines to ova files.
Using the graphical interface it gives: Using the command line:
Code: Select all
/Applications/VirtualBox.app/Contents/MacOS/VBoxManage export "SAE15 Debian 11 64bits" -o /tmp/toto.ova
VBoxManage: error: Code NS_ERROR_ABORT (0x80004004) - Operation aborted (extended info not available)
VBoxManage: error: Context: "ExportTo(pAppliance, Bstr(pszAbsFilePath).raw(), pVSD.asOutParam())" at line 1867 of file VBoxManageAppliance.cpp
Code: Select all
/Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool/ovftool --X:logLevel=verbose --exportFlags=extraconfig --allowExtraConfig --addDevice:vtpm /Users/huot/Virtual\ Machines.localized/SAE15\ Debian11\ 64bits\ ARM.vmwarevm/SAE15\ Debian11\ 64bits\ ARM.vmx ~/Downloads/toto.ovf
cd ~/Downloads/toto
tar cvf ../toto.ova *
Code: Select all
/Applications/VirtualBox.app/Contents/MacOS/VBoxManage import ~/Download/toto/toto.ovf --dry-run
Code: Select all
Échec de l'ouverture de session pour la machine virtuelle vm.
Callee RC:VBOX_E_PLATFORM_ARCH_NOT_SUPPORTED (0x80bb0012)
Thx