Changeset 34457 in vbox
- Timestamp:
- Nov 29, 2010 12:25:24 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/user_Installation.xml
r34392 r34457 62 62 <glossdef> 63 63 <para>This package contains extra networking drivers for your 64 Windows host that VirtualBox needs to support Host Interface65 Networking (to make your VM's virtual network cards accessible66 from othermachines 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> 67 67 </glossdef> 68 68 </glossentry> … … 73 73 <glossdef> 74 74 <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> 78 81 </glossdef> 79 82 </glossentry> … … 85 88 installation.</para> 86 89 87 <para>The installer will create a "VirtualBox" group in the programs88 startup folderwhich allows you to launch the application and access its90 <para>The installer will create a "VirtualBox" group in the Windows 91 "Start" menu which allows you to launch the application and access its 89 92 documentation.</para> 90 93 … … 97 100 current user.</para> 98 101 99 <para> To not install certain features of VirtualBox there isan100 <computeroutput>ADDLOCAL</computeroutput> parameter that can be101 specified additionally to explicitly name the features to be installed.102 The following features areavailable: <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> 103 106 <glossentry> 104 107 <glossterm>VBoxApplication</glossterm> … … 106 109 <glossdef> 107 110 <para>Main binaries of VirtualBox.<note> 108 <para>This feature never can be absent, since it contains109 theminimum set of files to have working VirtualBox110 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> 111 114 </note></para> 112 115 </glossdef> … … 153 156 </glossdef> 154 157 </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> 157 160 or <screen>msiexec /i VirtualBox-<version>-MultiArch_<x86|amd64>.msi ADDLOCAL=VBoxApplication,VBoxUSB</screen></para> 158 161 </sect2> … … 161 164 <title>Uninstallation</title> 162 165 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> 166 170 </sect2> 167 171 … … 180 184 <title>Performing the installation</title> 181 185 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> 184 189 <listitem> 185 190 <para>Double-click on that file to have its contents … … 252 257 <para>To be precise, these packages are only required if you want to 253 258 run the VirtualBox graphical user interfaces. In particular, 254 <computeroutput>VirtualBox</computeroutput>, our main graphical user255 interface, requires both Qt and SDL;259 <computeroutput>VirtualBox</computeroutput>, the graphical VirtualBox 260 manager, requires both Qt and SDL; 256 261 <computeroutput>VBoxSDL</computeroutput>, our simplified GUI, requires 257 262 only SDL. By contrast, if you only want to run the headless VRDP … … 266 271 <para>VirtualBox uses a special kernel module to perform physical memory 267 272 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> 271 275 272 276 <para>The VirtualBox kernel module is automatically installed on your … … 279 283 url="http://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support">http://en.wikipedia.org/wiki/Dynamic_Kernel_Module_Support</ulink> 280 284 for an introduction.</para> 281 </footnote>. This framework helps to build kernel modules and to deal282 with kernel upgrades.</para>285 </footnote>. This framework helps with building and upgrading kernel 286 modules.</para> 283 287 284 288 <para>If DKMS is not already installed, execute one of the following: … … 359 363 360 364 <listitem> 361 <para>The kernel of your Linux host got updated. In that case, the362 kernel module will need to be reinstalled by executing (as363 r oot):</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> 364 368 365 369 <screen>/etc/init.d/vboxdrv setup</screen> 366 370 </listitem> 367 371 </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 under374 which you intend to run VirtualBox must have read and write access to375 the USB filesystem (<computeroutput>usbfs</computeroutput>).</para>376 377 <para>In addition, access to378 <computeroutput>/dev/net/tun</computeroutput> will be required if you379 want to use Host Interface Networking, which is described in detail in380 <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 a383 gentoo hardened kernel that had PaX enabled, and VBoxHeadless failed with really funny VERR_NO_MEMORY messages. Discussing384 it with Knut revealed that PaX might be the problem, and running paxctl to disable these protections actually385 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.-->388 372 </sect2> 389 373 … … 409 393 Evaluation License. Unless you answer "yes" here, the installation 410 394 will be aborted.</para> 411 412 <para>The group <computeroutput>vboxusers</computeroutput> will be413 created during installation. Note that a user who is going to run414 VirtualBox must be member of that group. A user can be made member of415 the group <computeroutput>vboxusers</computeroutput> through the GUI416 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 require421 that user to log out and back in again. This should be done manually422 after successful installation of the package.</para>423 395 424 396 <para>The installer will also search for a VirtualBox kernel module … … 681 653 </sect2> 682 654 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 683 672 <sect2 id="startingvboxonlinux"> 684 673 <title>Starting VirtualBox on Linux</title> … … 722 711 <title id="install-solaris-host">Installing on Solaris hosts</title> 723 712 724 <para>For the variousversions of Solaris that we support as host713 <para>For the specific versions of Solaris that we support as host 725 714 operating systems, please refer to <xref 726 715 linkend="hostossupport" />.</para>
Note:
See TracChangeset
for help on using the changeset viewer.