How to start a VirtualBox machine via command line (without GUI)?
Only needed:
VBoxManage startvm "VM name" --type headless
For example:
VBoxManage startvm ubuservloc --type headless
Try this,
virtualbox startvm ubuservloc
Only needed:
VBoxManage startvm "VM name" --type headless
For example:
VBoxManage startvm ubuservloc --type headless
Try this,
virtualbox startvm ubuservloc