Start VirtualBox VM in Terminal Mode Without User Interface


Running headless VirtualBox VM can be more easy way just use this command :

VBoxManage startvm "vm name" --type headless

To list of all VM running can be done using command

VBoxManage list runningvms

To doing acpi shutdown or click on power button

VBoxManage controlvm "vm name" acpipowerbutton

To run vm on startup, just put it on crontab

@reboot VBoxManage startvm "vm name" --type headless
Share on Google Plus

About Rolly Maulana Awangga

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment