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
Post a Comment