답변:
필요한 것만 :
VBoxManage startvm "VM name" --type headless
예를 들면 다음과 같습니다.
VBoxManage startvm ubuservloc --type headless
VBoxManage controlvm "VM name" acpipowerbutton
VBoxManage list vms
.
중지
VBoxManage controlvm "vm_name" poweroff
스타트
nohup VBoxHeadless -startvm "vm_name" &
VBoxHeadless --startvm "VM name"