%all.entities; ]> $Date: 2023-04-21 21:59:02 +0000 (Fri, 21 Apr 2023) $ VBoxManage startvm VBoxManage-startvm 1 VBoxManage-startvm start a virtual machine &product-name; VBoxManage startvm --putenv=name[=value] --type= gui headless sdl separate --password=file --password-id=password-identifier uuid vmname Description The VBoxManage startvm command starts an &product-name; virtual machine (VM) that is in the Powered Off or Saved state. Specifies the name or Universally Unique Identifier (UUID) of the VM. Assigns a value to an environment variable as a name-value pair. For example, VBOX_DISABLE_HOST_DISK_CACHE=1. The short form of this option is . Specifies the frontend used to start the VM. You can use the VBoxManage setproperty command to set a global default value for the frontend. Alternatively, you can use the VBoxManage modifyvm command to specify a default frontend value for a specific VM. If neither a global or per-VM default value is set and you do not specify the option, then the VM opens in a window on the host desktop. The option accepts the following values: gui Starts a VM in a graphical user interface (GUI) window. This is the default. headless Starts a VM for remote display only. sdl Starts a VM using the VBoxSDL frontend. separate Starts a VM with a detachable user interface (UI), which means that the VM runs headless with the UI in a separate process. This is an experimental feature that lacks certain functionality, such as 3D acceleration. Use the to supply the encryption password. Either specify the absolute pathname of a password file on the host operating system, or - to prompt you for the password on the command line. Use the option to specify the id the password is supplied for. If a VM fails to start with a particular frontend and the error information is inconclusive, consider starting the VM directly by running the frontend. This workaround might provide additional error information. Examples The following command starts the ol7u6 VM: $ VBoxManage startvm ol7u6 The following command starts the ol7u6-mininstall VM in headless mode. $ VBoxManage startvm ol7u6-mininstall --type headless See Also , , .