%all.entities; ]> $Date: 2023-01-17 15:15:46 +0100 (Tue, 17 Jan 2023) $ VBoxManage unattended VBoxManage-unattended 1 VBoxManage-unattended unattended guest OS installation &product-name; VBoxManage unattended detect --iso=install-iso --machine-readable VBoxManage unattended install uuid|vmname --iso=install-iso --user=login --password=password --password-file=file --full-user-name=name --key=product-key --install-additions --no-install-additions --additions-iso=add-iso --install-txs --no-install-txs --validation-kit-iso=testing-iso --locale=ll_CC --country=CC --time-zone=tz --hostname=fqdn --package-selection-adjustment=keyword --dry-run --auxiliary-base-path=path --image-index=number --script-template=file --post-install-template=file --post-install-command=command --extra-install-kernel-parameters=params --language=lang --start-vm=session-type Description unattended detect Detects the guest operating system (OS) on the specified installation ISO and displays the result. This can be used as input when creating a VM for the ISO to be installed in. The installation ISO to run the detection on. Produce output that is simpler to parse from a script. unattended install Reconfigures the specified VM for installation and optionally starts it up. uuid|vmname Either the UUID or the name (case sensitive) of a VM. The installation ISO to run the detection on. The login name. (default: vboxuser) The login password. This is used for the user given by as well as the root/administrator user. (default: changeme) Alternative to for providing the password. Special filename stdin can be used to read the password from standard input. The full user name. (default: --user) The guest OS product key. Not all guest OSes requires this. , Whether to install the VirtualBox guest additions. (default: --no-install-addations) Path to the VirtualBox guest additions ISO. (default: installed/downloaded GAs) , Whether to install the test execution service (TXS) from the VirtualBox ValidationKit. This is useful when preparing VMs for testing or similar. (default: --no-install-txs) Path to the VirtualBox ValidationKit ISO. This is required if is specified. The base locale specification for the guest, like en_US, de_CH, or nn_NO. (default: host or en_US) The two letter country code if it differs from the specified by . The time zone to set up the guest OS with. (default: host time zone or UTC) The fully qualified domain name of the guest machine. (default: vmname.myguest.virtualbox.org) Adjustments to the guest OS packages/components selection. This can be specfied more than once. Currently the only recognized keyword is minimal which triggers a minimal installation for some of the guest OSes. Do not create any files or make any changes to the VM configuration. Start the VM using the front end given by session-type. This is the same as the option for the startvm command, but we have add none for indicating that the VM should not be started. (default: none) Advanced options: The path prefix to the media related files generated for the installation. (default: vm-config-dir/Unattended-vm-uuid-) Windows installation image index. (default: 1) The unattended installation script template. (default: IMachine::OSTypeId dependent) The post installation script template. (default: IMachine::OSTypeId dependent) A single command to run after the installation is completed. The exact format and exactly when this is run is guest OS installer dependent. List of extra linux kernel parameters to use during the installation. (default: IMachine::OSTypeId dependent) Specifies the UI language for a Windows installation. The lang is generally on the form {ll}-{CC}. See detectedOSLanguages results from VBoxManage unattended detect. (default: detectedOSLanguages[0])