headless - VirtualBox - run an ova file from command line - Ask Ubuntu


i have remote ubuntu server without gui. how can run virtual machine test.ova file command line?

i folloed this tutorial, how can attach .ova file vm?

an ova file complete archive of information create virtualbox vm included inside it. use command:

vboxmanage import test.ova 

this create vm in default vm location, same settings original vm. can change settings using --vsys options command mentioned in virtualbox manual. change vm name you'd use:

vboxmanage import test.ova --vsys 0 --vmname <name> 

Comments

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User