VirtualBox

Changeset 34457 in vbox


Ignore:
Timestamp:
Nov 29, 2010 12:25:24 PM (14 years ago)
Author:
vboxsync
Message:

Manual: installation updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual/en_US/user_Installation.xml

    r34392 r34457  
    6262            <glossdef>
    6363              <para>This package contains extra networking drivers for your
    64               Windows host that VirtualBox needs to support Host Interface
    65               Networking (to make your VM's virtual network cards accessible
    66               from other machines on your physical network).</para>
     64              Windows host that VirtualBox needs to support Bridged Networking
     65              (to make your VM's virtual network cards accessible from other
     66              machines on your physical network).</para>
    6767            </glossdef>
    6868          </glossentry>
     
    7373            <glossdef>
    7474              <para>This package contains Python scripting support for the
    75               VirtualBox API (see <xref linkend="VirtualBoxAPI" />). To get
    76               this feature installed an already working Python installation on
    77               the system is required.</para>
     75              VirtualBox API (see <xref linkend="VirtualBoxAPI" />). For this
     76              to work, an already working Windows Python installation on the
     77              system is required.<footnote>
     78                  <para>See, for example, <ulink
     79                  url="http://www.python.org/download/windows/">http://www.python.org/download/windows/</ulink>.</para>
     80                </footnote></para>
    7881            </glossdef>
    7982          </glossentry>
     
    8588      installation.</para>
    8689
    87       <para>The installer will create a "VirtualBox" group in the programs
    88       startup folder which allows you to launch the application and access its
     90      <para>The installer will create a "VirtualBox" group in the Windows
     91      "Start" menu which allows you to launch the application and access its
    8992      documentation.</para>
    9093
     
    97100      current user.</para>
    98101
    99       <para>To not install certain features of VirtualBox there is an
    100       <computeroutput>ADDLOCAL</computeroutput> parameter that can be
    101       specified additionally to explicitly name the features to be installed.
    102       The following features are available: <glosslist>
     102      <para>If you do not want to install all features of VirtualBox, you can
     103      set the optional <computeroutput>ADDLOCAL</computeroutput> parameter to
     104      explicitly name the features to be installed. The following features are
     105      available: <glosslist>
    103106          <glossentry>
    104107            <glossterm>VBoxApplication</glossterm>
     
    106109            <glossdef>
    107110              <para>Main binaries of VirtualBox.<note>
    108                   <para>This feature never can be absent, since it contains
    109                   the minimum set of files to have working VirtualBox
    110                   installation!</para>
     111                  <para>This feature must not be absent since it contains the
     112                  minimum set of files to have working VirtualBox
     113                  installation.</para>
    111114                </note></para>
    112115            </glossdef>
     
    153156            </glossdef>
    154157          </glossentry>
    155         </glosslist> To only install USB support along with the main binaries,
    156       do a: <screen>VirtualBox.exe -msiparams ADDLOCAL=VBoxApplication,VBoxUSB</screen>
     158        </glosslist>For example, to only install USB support along with the
     159      main binaries, do a: <screen>VirtualBox.exe -msiparams ADDLOCAL=VBoxApplication,VBoxUSB</screen>
    157160      or <screen>msiexec /i VirtualBox-&lt;version&gt;-MultiArch_&lt;x86|amd64&gt;.msi ADDLOCAL=VBoxApplication,VBoxUSB</screen></para>
    158161    </sect2>
     
    161164      <title>Uninstallation</title>
    162165
    163       <para>As we use the Microsoft Installer, VirtualBox can be safely
    164       uninstalled at any time by choosing the program entry in the "Add/Remove
    165       Programs" applet in the Windows Control Panel.</para>
     166      <para>As VirtualBox uses the standard Microsoft Windows installer,
     167      VirtualBox can be safely uninstalled at any time by choosing the program
     168      entry in the "Add/Remove Programs" applet in the Windows Control
     169      Panel.</para>
    166170    </sect2>
    167171
     
    180184      <title>Performing the installation</title>
    181185
    182       <para>For Mac OS X hosts, VirtualBox ships in a disk image (dmg) file.
    183       Perform the following steps: <orderedlist>
     186      <para>For Mac OS X hosts, VirtualBox ships in a disk image
     187      (<computeroutput>dmg</computeroutput>) file. Perform the following
     188      steps: <orderedlist>
    184189          <listitem>
    185190            <para>Double-click on that file to have its contents
     
    252257        <para>To be precise, these packages are only required if you want to
    253258        run the VirtualBox graphical user interfaces. In particular,
    254         <computeroutput>VirtualBox</computeroutput>, our main graphical user
    255         interface, requires both Qt and SDL;
     259        <computeroutput>VirtualBox</computeroutput>, the graphical VirtualBox
     260        manager, requires both Qt and SDL;
    256261        <computeroutput>VBoxSDL</computeroutput>, our simplified GUI, requires
    257262        only SDL. By contrast, if you only want to run the headless VRDP
     
    266271      <para>VirtualBox uses a special kernel module to perform physical memory
    267272      allocation and to gain control of the processor for guest system
    268       execution. Without this kernel module, you will still be able to work
    269       with virtual machines in the configuration interface, but you will not
    270       be able to start any virtual machines.</para>
     273      execution. Without this kernel module, you can still use the VirtualBox
     274      manager to configure virtual machines, but they will not start.</para>
    271275
    272276      <para>The VirtualBox kernel module is automatically installed on your
     
    279283          url="http://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support">http://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support</ulink>
    280284          for an introduction.</para>
    281         </footnote>. This framework helps to build kernel modules and to deal
    282       with kernel upgrades.</para>
     285        </footnote>. This framework helps with building and upgrading kernel
     286      modules.</para>
    283287
    284288      <para>If DKMS is not already installed, execute one of the following:
     
    359363
    360364          <listitem>
    361             <para>The kernel of your Linux host got updated. In that case, the
    362             kernel module will need to be reinstalled by executing (as
    363             root):</para>
     365            <para>The kernel of your Linux host was updated and DKMS is not
     366            installed. In that case, the kernel module will need to be
     367            reinstalled by executing (as root):</para>
    364368
    365369            <screen>/etc/init.d/vboxdrv setup</screen>
    366370          </listitem>
    367371        </orderedlist></para>
    368     </sect2>
    369 
    370     <sect2>
    371       <title>USB and advanced networking support</title>
    372 
    373       <para>In order to use VirtualBox's USB support, the user account under
    374       which you intend to run VirtualBox must have read and write access to
    375       the USB filesystem (<computeroutput>usbfs</computeroutput>).</para>
    376 
    377       <para>In addition, access to
    378       <computeroutput>/dev/net/tun</computeroutput> will be required if you
    379       want to use Host Interface Networking, which is described in detail in
    380       <xref linkend="network_bridged" />.</para>
    381 
    382       <!--TODO Write a couple of notes about hardened kernels. If PaX is installed, VBox presently doesn't start. I tried with a
    383 gentoo hardened kernel that had PaX enabled, and VBoxHeadless failed with really funny VERR_NO_MEMORY messages. Discussing
    384 it with Knut revealed that PaX might be the problem, and running paxctl to disable these protections actually
    385 helped. For reference:
    386 First run paxctl -C VBoxVDRP to have the executable modified to support PaX flags in the first place.
    387 Then paxctl -pemrxs VBoxHeadless to disable all protections. TODO: Figure out which ones are really needed.-->
    388372    </sect2>
    389373
     
    409393        Evaluation License. Unless you answer "yes" here, the installation
    410394        will be aborted.</para>
    411 
    412         <para>The group <computeroutput>vboxusers</computeroutput> will be
    413         created during installation. Note that a user who is going to run
    414         VirtualBox must be member of that group. A user can be made member of
    415         the group <computeroutput>vboxusers</computeroutput> through the GUI
    416         user/group management or at the command line with</para>
    417 
    418         <screen>sudo usermod -a -G vboxusers username</screen>
    419 
    420         <para>Also note that adding an active user to that group will require
    421         that user to log out and back in again. This should be done manually
    422         after successful installation of the package.</para>
    423395
    424396        <para>The installer will also search for a VirtualBox kernel module
     
    681653    </sect2>
    682654
     655    <sect2>
     656      <title>The vboxusers group</title>
     657
     658      <para>The Linux installers create the system user group
     659      <computeroutput>vboxusers</computeroutput> during installation. Any
     660      system user who is going to run VirtualBox must be member of that group.
     661      A user can be made member of the group
     662      <computeroutput>vboxusers</computeroutput> through the GUI user/group
     663      management or at the command line with</para>
     664
     665      <screen>sudo usermod -a -G vboxusers username</screen>
     666
     667      <para>Note that adding an active user to that group will require that
     668      user to log out and back in again. This should be done manually after
     669      successful installation of the package.</para>
     670    </sect2>
     671
    683672    <sect2 id="startingvboxonlinux">
    684673      <title>Starting VirtualBox on Linux</title>
     
    722711    <title id="install-solaris-host">Installing on Solaris hosts</title>
    723712
    724     <para>For the various versions of Solaris that we support as host
     713    <para>For the specific versions of Solaris that we support as host
    725714    operating systems, please refer to <xref
    726715    linkend="hostossupport" />.</para>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette