티스토리 뷰

NixLog

headless virtualbox

135th 2017. 1. 25. 15:28


  1. turn on a virtual machine
    VBoxManage startvm "Win10" --type headless
  2. turn off a virtual machine
    VBoxManage controlvm "Win10" acpipowerbutton
  3. get help
    VBoxManage startvm --help
    VBoxManage controlvm --help
  4. process status
    top -p `pgrep VBoxHeadless`
  5. useful links
    virtualbox.org • View topic - Headless mode: how to launch VBoxHeadless without window?



댓글