File: linux-guest-manual-setup.dita

package info (click to toggle)
virtualbox 7.2.2-dfsg-2
  • links: PTS, VCS
  • area: contrib
  • in suites: sid
  • size: 616,072 kB
  • sloc: cpp: 2,377,613; ansic: 2,351,258; asm: 379,359; python: 233,965; xml: 89,678; sh: 25,697; makefile: 8,169; perl: 5,697; java: 5,337; cs: 4,872; pascal: 1,785; javascript: 1,692; objc: 1,131; lex: 931; sed: 921; php: 906; yacc: 707
file content (17 lines) | stat: -rw-r--r-- 1,673 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
<topic xml:lang="en-us" id="linux-guest-manual-setup">
  <title>Manual Setup of Selected Guest Services on Linux</title>
  
  <body>
    <p>The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions contain several different drivers. If you do not want to configure them all, use the following command to install the Guest Additions:</p>
    <pre xml:space="preserve">$ sh ./VBoxLinuxAdditions.run no_setup</pre>
    <p>After running this script, run the <userinput>rcvboxadd setup</userinput> command as <codeph>root</codeph> to compile the kernel modules.</p>
    <p>On some 64-bit guests, you must replace <filepath>lib</filepath> with <filepath>lib64</filepath>. On older guests that do not run the <userinput>udev</userinput> service, you must add the <userinput>vboxadd</userinput> service to the default runlevel to ensure that the modules are loaded.</p>
    <p>To set up the time synchronization service, add the <userinput>vboxadd-service</userinput> service to the default runlevel. To set up the X11 and OpenGL part of the Guest Additions, run the <userinput>rcvboxadd-x11 setup</userinput> command. Note that you do not need to enable additional services.</p>
    <p>Use the <userinput>rcvboxadd setup</userinput> to recompile the guest kernel modules.</p>
    <p>If the VM is using VBoxVGA or VBoxSVGA graphics and the vboxvideo driver, reboot the VM to ensure that the new modules are loaded. </p>
    <p>If not rebooting, log out and back in to restart the VBoxClient session service with the guest additions.</p>
  </body>
  
</topic>