Change a virtual machine's state based on a saved state file.
The VBoxManage adoptstate command enables you
to change the state of a virtual machine (VM) to a state described
in a saved state file (.sav). This action is
referred to as a VM adopting a saved state
file. The saved state file must be separate from the VM
configuration.
When you start the VM after adopting the saved state, the VM restores its state from the saved state file.
Only use this command for custom deployments.
uuid | vmnameSpecifies the Universally Unique Identifier (UUID) or name of the VM.
state-filename
Specifies the name of the saved state file.