VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/additions-linux-install.dita

Last change on this file was 109090, checked in by vboxsync, 12 days ago

Docs: bugref:10705. The following commits from doc's team git repo has been applied:

ae80a681fb1658b2e20ff12a36588811c14dfe67 Updated description of network types
4779d5f23ada981651803eb1ab029ae19f3394db Added - Shared Folders can't be used on Arm VMs running Windows
42ff285f84faa143fc53a3678b1a28a0cae68705 Started minor updates to security section
5bb1fe545161ec7211b842952221dee2021a6645 Fixed spacing
86c3d9a9eb8c807907fe3977b100712d8717a0bb Included Vadim's feedback
4117e15a9d3304ed6f011a45ad3d85b1783248bc Minor updates to security guide
67f46d035bca90c2bd0dc518456b5f4734a8f1da Updates from Vadim

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
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="additions-linux-install">
4 <title>Installing the Linux Guest Additions</title>
5
6 <body>
7 <p>To install the guest additions:</p>
8 <ol>
9 <li>
10 <p>Prepare your guest system for building external kernel modules. Follow the steps in <xref href="externalkernelmodules.dita#externalkernelmodules"/>, on your Linux VM instead of on a Linux host system.</p>
11 </li>
12 <li>
13 <p>Insert the <filepath>VBoxGuestAdditions.iso</filepath> CD file into your Linux guest's virtual CD-ROM drive. See <xref href="guestadd-install.dita"/>.</p>
14 </li>
15 <li>
16 <p>Change to the directory where your CD-ROM drive is mounted and run the following command as root:</p>
17 <pre xml:space="preserve">sh ./VBoxLinuxAdditions.run</pre>
18 </li>
19 <li>
20 <p>If you suspect that something has gone wrong, check that your VM is set up correctly and run the following command as root:<pre xml:space="preserve">rcvboxadd setup</pre></p>
21 <p>To check if drivers were loaded, and the versions of the loaded drivers match the installation version of the Guest Additions, run the following command as root: <pre xml:space="preserve">rcvboxadd status-kernel</pre>To check if the VBoxService is running, run the following command as root: <pre xml:space="preserve">rcvboxadd status-user</pre></p>
22 </li>
23 </ol>
24 </body>
25
26</topic>
Note: See TracBrowser for help on using the repository browser.

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