From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- doc/manual/en_US/man_VBoxManage-startvm.xml | 195 ++++++++++++++++++++++++++++ 1 file changed, 195 insertions(+) create mode 100644 doc/manual/en_US/man_VBoxManage-startvm.xml (limited to 'doc/manual/en_US/man_VBoxManage-startvm.xml') diff --git a/doc/manual/en_US/man_VBoxManage-startvm.xml b/doc/manual/en_US/man_VBoxManage-startvm.xml new file mode 100644 index 00000000..f7d104fb --- /dev/null +++ b/doc/manual/en_US/man_VBoxManage-startvm.xml @@ -0,0 +1,195 @@ + + + + +%all.entities; +]> + + + $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ + VBoxManage startvm + + + + VBoxManage-startvm + 1 + + + + VBoxManage-startvm + start a virtual machine + &product-name; + + + + + + VBoxManage startvm + + uuid + vmname + + --putenv=name[=value] + --type= + gui + headless + sdl + separate + + --password file + --password-id password identifier + + + + + Description + + The VBoxManage startvm command starts an + &product-name; virtual machine (VM) that is in the Powered Off or + Saved state. + + + + uuid | vmname + + 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 + + + , + , + . + + + -- cgit v1.2.3