Virtualbox CLI
(Redirected from Virtualbox Command Commands)
Jump to navigation
Jump to search
OVA Files consist of ovf(config file), mf(manifest containing file ovf and disk file checksums), and disks in vmdk format.
vboxmanage import test.ova
This will create the VM in your default VM location, with the same settings as the original VM. You can change settings using the --vsys options to this command as mentioned in the VirtualBox manual. To change the VM name you'd use:
vboxmanage import test.ova --vsys 0 --vmname <name>