Changeset 109090 in vbox for trunk/doc/manual/en_US/dita/topics/linux-guest-manual-setup.dita
- Timestamp:
- Apr 28, 2025 11:23:51 AM (3 weeks ago)
- svn:sync-xref-src-repo-rev:
- 168637
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/dita/topics/linux-guest-manual-setup.dita
r105335 r109090 5 5 6 6 <body> 7 <p>The <ph conkeyref="vbox-conkeyref-phrases/product-name"/> Guest Additions contain several different drivers. If 8 you do not want to configure them all, use the following command to install the Guest Additions: </p> 7 <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> 9 8 <pre xml:space="preserve">$ sh ./VBoxLinuxAdditions.run no_setup</pre> 10 <p>After running this script, run the <userinput>rcvboxadd setup</userinput> command as <codeph>root</codeph> to 11 compile the kernel modules. </p> 12 <p>On some 64-bit guests, you must replace <filepath>lib</filepath> with <filepath>lib64</filepath>. On older guests 13 that do not run the <userinput>udev</userinput> service, you must add the <userinput>vboxadd</userinput> service 14 to the default runlevel to ensure that the modules are loaded. </p> 15 <p>To set up the time synchronization service, add the <userinput>vboxadd-service</userinput> service to the default 16 runlevel. To set up the X11 and OpenGL part of the Guest Additions, run the <userinput>rcvboxadd-x11 17 setup</userinput> command. Note that you do not need to enable additional services. </p> 18 <p>Use the <userinput>rcvboxadd setup</userinput> to recompile the guest kernel modules. </p> 19 <p>After compilation, reboot your guest to ensure that the new modules are loaded. </p> 9 <p>After running this script, run the <userinput>rcvboxadd setup</userinput> command as <codeph>root</codeph> to compile the kernel modules.</p> 10 <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> 11 <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> 12 <p>Use the <userinput>rcvboxadd setup</userinput> to recompile the guest kernel modules.</p> 13 <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> 14 <p>If not rebooting, log out and back in to restart the VBoxClient session service with the guest additions.</p> 20 15 </body> 21 16
Note:
See TracChangeset
for help on using the changeset viewer.