Index: /trunk/doc/manual/en_US/user_BasicConcepts.xml
===================================================================
--- /trunk/doc/manual/en_US/user_BasicConcepts.xml	(revision 68279)
+++ /trunk/doc/manual/en_US/user_BasicConcepts.xml	(revision 68280)
@@ -252,4 +252,34 @@
       operating system type.</para>
     </sect2>
+  </sect1>
+
+  <sect1 id="basic-unattended">
+    <title>Unattended guest installation</title>
+    <para>VirtualBox is able to automatically install a guest by providing
+    the installation medium as well as a few parameters like the name of
+    the default user.</para>
+    <para>To perform an unattended guest installation, a VM has to be
+    prepared. A VM can be created using the GUI as described in <xref
+    linkend="gui-createvm" /> or by using VBoxManage as described in
+    <xref linkend="vboxmanage-createvm" />. In general it's sufficient to
+    chose the type of the guest operating system and to use the proposed
+    defaults for that operating system. See the following sections on how
+    to change the VM settings for certain needs.</para>
+    <para>After the VM was created, the VM has to be prepared for unattended
+    guest execution use VBoxManage, see <xref
+    linkend="vboxmanage-unattended" />. During this step VirtualBox scans
+    the installation medium and changes certain parameters for a seamless
+    installation as a guest running on VirtualBox.</para>
+    <para>Once the preparation phase was successfully finished, the VM can
+    be started either from the GUI or from VBoxManage, see <xref
+    linkend="vboxmanage-startvm" />. The VM will now perform the automatic
+    installation. Please note that the boot order was changed during the
+    preparation phase by giving the virtual hard disk the highest priority.
+    As the disk is normally empty before an automatic installation is started,
+    the VM will boot from the virtual DVD drive as next available boot medium
+    and the installation will start. If, for some reason, the virtual hard
+    disk contains a bootable operating system then the installation will not
+    start unless the boot order was manually changed by pressing F12 during
+    the BIOS splash screen.</para>
   </sect1>
 
Index: /trunk/doc/manual/user_ChangeLogImpl.xml
===================================================================
--- /trunk/doc/manual/user_ChangeLogImpl.xml	(revision 68279)
+++ /trunk/doc/manual/user_ChangeLogImpl.xml	(revision 68280)
@@ -17,5 +17,6 @@
 
       <listitem>
-        <para>Unattended guest installation (bug #5810)</para>
+        <para>Unattended guest installation (bug #5810; see <xref
+         linkend="basic-unattended" />)</para>
       </listitem>
 
