summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlen Rundblom <grundblom@fedoraproject.org>2015-03-29 17:14:13 -0500
committerGlen Rundblom <grundblom@fedoraproject.org>2015-03-29 17:14:13 -0500
commit72e25ad858387b8adf304385ada6e0366df6e99f (patch)
tree93554076a20bd5c160cae06d06fca6abe109aefe
parent9f54fa26b2d043c7a35cd9fa735126fbbbfe4cbc (diff)
downloadvirtualization-getting-started-guide-rundblom_boxes.tar.gz
virtualization-getting-started-guide-rundblom_boxes.tar.xz
virtualization-getting-started-guide-rundblom_boxes.zip
Built out how to move a Boxes VM between hosts, tested the procedure on machines in my lab as I wrote the section. Also made small section on how to delete a box VMrundblom_boxes
-rw-r--r--en-US/Boxes.xml39
-rw-r--r--en-US/Revision_History.xml14
-rw-r--r--en-US/glen_to_do.odtbin27571 -> 29274 bytes
3 files changed, 46 insertions, 7 deletions
diff --git a/en-US/Boxes.xml b/en-US/Boxes.xml
index 6dd5f82..92a7c92 100644
--- a/en-US/Boxes.xml
+++ b/en-US/Boxes.xml
@@ -144,20 +144,25 @@
</section>
<section id="Move-VM">
<title>How do I move a Virtual Machine between computers?</title>
-<para>
-To Move a Virtual Machine made in Boxes takes two steps:
-</para>
<note><para>$USER is a variable or place holder for whatever your username is on your system. For example: if your username is glen, /home/$USER would mean /home/glen</para></note>
+ <para>
+ Moving a virtual machine has three basic steps:
+ </para>
<orderedlist>
<listitem>
- <para>Move of the virtual hard drive that is kept in:<filename class="directory">/home/$USER/.local/share/gnome-boxes/images</filename>
+ <para>Move or copy of the virtual hard drive that is kept in:<filename class="directory">/home/$USER/.local/share/gnome-boxes/images</filename>
</para>
</listitem>
<listitem>
<para>Export of the XML file via <command>VIRSH dumpxml</command>.
</para>
</listitem>
+ <listitem>
+ <para>Import of the XML file via <command>VIRSH create</command>.
+ </para>
+ </listitem>
</orderedlist>
+<!-- Some of these items I left the period off the sentence to not confuse commands, or cause problems if people are copy or pasting -->
<procedure>
<title>Move a VM Hard drive "image" file between Computers</title>
<step><para>Open your home folder via files
@@ -181,12 +186,13 @@ To Move a Virtual Machine made in Boxes takes two steps:
<step><para>If You only have one virtual machine it will be called <emphasis>boxes-unknown</emphasis> by default. <emphasis>Right Click </emphasis>on the file of the virtual machine and copy it to the USB drive, network drive, or what ever media you will be using to copy your VM to the other computer.
</para>
</step>
- <step><para>On the receiving computer, do the steps in reverse order, ultimately placing the hard drive file in: <filename class="directory">/home/$USER/.local/share/gnome-boxes/images</filename>.
+ <step><para>On the receiving computer, do the steps 1-6 again, but this time you will be copying/pasteing the drive image you found in step 7 into the folder: <filename class="directory">/home/$USER/.local/share/gnome-boxes/images</filename>
</para>
</step>
</procedure>
+<!-- Some of these items I left the period off the sentence to not confuse commands, or cause problems if people are copy or pasting -->
<procedure>
- <title>Copy a Virtual Machine "Config" file between Computers</title>
+ <title>Copy the Virtual Machine "Config" XML file between Computers</title>
<step><para>Open a terminal window.
</para></step>
<step><para>type in <command> virsh list --all </command>
@@ -199,11 +205,30 @@ To Move a Virtual Machine made in Boxes takes two steps:
</para></step>
<step><para>On the receiving computer, copy the boxes-unknown.xml into the root of your home folder: <filename class="directory">/home/$USER/boxes-unknown.xml</filename>
</para></step>
- <step><para>On the receiving computer, open a terminal window
+ <step><para>On the receiving computer, open a terminal window.
</para></step>
<step><para>In the terminal window issue the command: <command>virsh create boxes-unknown.xml</command>
</para></step>
</procedure>
+ <para>
+ Now Your virtual machine should be ready, open Boxes on the receiving / destination computer and turn it on
+ </para>
+</section>
+<section id="delete-box">
+<title>How do I delete a box?</title>
+ <para>
+ Deleting a box is simple:
+ </para>
+ <procedure><title>Delete a Box</title>
+ <step><para>Open Boxes.
+ </para></step>
+ <step><para>Right Click the Box or Boxes you wish to delete.
+ </para></step>
+ <step><para>After the Boxes have a check mark on them that you wish to delete, click the <guilabel>Delete</guilabel> button.
+ </para></step>
+ <step><para>Click the <guilabel>X</guilabel> on the confirmation notification if you are sure you have deleted the correct boxes. Or click <guilabel>UNDO</guilabel> if you made a mistake.
+ </para></step>
+</procedure>
</section>
<section id="sec-tips-tricks">
<title>Boxes Tips and Tricks</title>
diff --git a/en-US/Revision_History.xml b/en-US/Revision_History.xml
index da14498..4d19ae9 100644
--- a/en-US/Revision_History.xml
+++ b/en-US/Revision_History.xml
@@ -8,6 +8,20 @@
<simpara>
<revhistory>
<!--EDIT MY REVNUMBER AND DESCRIPTION AT RELEASE TIME FOR MAJOR REVISION-->
+ <revision>
+ <revnumber>1.0-16</revnumber>
+ <date>Friday March 29, 2015</date>
+ <author>
+ <firstname>Glen</firstname>
+ <surname>Rundblom</surname>
+ <email>grundblom@fedoraproject.org</email>
+ </author>
+ <revdescription>
+ <simplelist>
+ <member>Built out section on how to move a Boxes VM between hosts, as well as how to delete a Box, tested procedure Fedora and LinuxMint machines in my lab as I wrote the section.</member>
+ </simplelist>
+ </revdescription>
+ </revision>
<revision>
<revnumber>1.0-15</revnumber>
<date>Friday March 27, 2015</date>
diff --git a/en-US/glen_to_do.odt b/en-US/glen_to_do.odt
index ec44a11..b634986 100644
--- a/en-US/glen_to_do.odt
+++ b/en-US/glen_to_do.odt
Binary files differ