1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="ct_save-machine-state">
|
---|
4 | <title>Saving the State of the Machine</title>
|
---|
5 | <body>
|
---|
6 | <p>When you click the <b outputclass="bold">Close</b> button of your virtual machine window, at the top right of the window, just like you would close any other window on your system, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> asks you whether you want to save or power off the VM. As a shortcut, you can also press <b outputclass="bold">Host key + Q</b>. </p>
|
---|
7 | <p> The difference between the three options is crucial. They mean the following: </p>
|
---|
8 | <ul>
|
---|
9 | <li>
|
---|
10 | <p><b outputclass="bold">Save the machine state:</b> With this option, <ph conkeyref="vbox-conkeyref-phrases/product-name"/>
|
---|
11 | <i>freezes</i> the virtual machine by completely saving its state to your local disk. </p>
|
---|
12 | <p>When you start the VM again later, you will find that the VM continues exactly where it was left off. All your programs will still be open, and your computer resumes operation. Saving the state of a virtual machine is thus in some ways similar to suspending a laptop computer by closing its lid. </p>
|
---|
13 | </li>
|
---|
14 | <li>
|
---|
15 | <p><b outputclass="bold">Send the shutdown signal.</b> This will send an ACPI shutdown signal to the virtual machine, which has the same effect as if you had pressed the power button on a real computer. This should trigger a proper shutdown mechanism from within the VM. </p>
|
---|
16 | </li>
|
---|
17 | <li>
|
---|
18 | <p><b outputclass="bold">Power off the machine:</b> With this option, <ph conkeyref="vbox-conkeyref-phrases/product-name"/> also stops running the virtual machine, but <i>without</i> saving its state. </p>
|
---|
19 | <note type="caution">
|
---|
20 | <p>This is equivalent to pulling the power plug on a real computer without shutting it down properly. If you start the machine again after powering it off, your OS will have to reboot completely and may begin a lengthy check of its virtual system disks. As a result, this should not normally be done, since it can potentially cause data loss or an inconsistent state of the guest system on disk. </p>
|
---|
21 | </note>
|
---|
22 | <p>As an exception, if your virtual machine has any snapshots, see <xref href="snapshots.dita"/>, you can use this option to quickly <b outputclass="bold">restore the current snapshot</b> of the virtual machine. In that case, powering off the machine will discard the current state and any changes made since the previous snapshot was taken will be lost. </p>
|
---|
23 | </li>
|
---|
24 | </ul>
|
---|
25 | <p>The <b outputclass="bold">Discard</b> button in the <ph conkeyref="vbox-conkeyref-phrases/vbox-mgr"/> window discards a virtual machine's saved state. This has the same effect as powering it off, and the same warnings apply. </p>
|
---|
26 | </body>
|
---|
27 | </topic>
|
---|