Answers:
只需要:
VBoxManage startvm "VM name" --type headless
例如:
VBoxManage startvm ubuservloc --type headless
VBoxManage controlvm "VM name" acpipowerbutton
VBoxManage list vms
。
尝试这个,
virtualbox startvm ubuservloc
停
VBoxManage controlvm "vm_name" poweroff
开始
nohup VBoxHeadless -startvm "vm_name" &
VBoxHeadless --startvm "VM name"