Results 1 to 4 of 4

Thread: Need help installing Virtualbox Guest Additions for a Linux Guest

  1. #1
    Join Date
    Jun 2009
    Posts
    784

    Need help installing Virtualbox Guest Additions for a Linux Guest

    I like Virtualbox and i have installed it on my Windows system. Now one of my friend that is having Linux system wants to install Virtualbox Guest Additions for a Linux Guest. As a Windows user i don't have idea of doing that but hope you guys can help me out for sure. Please guide me installing Virtualbox Guest Additions for a Linux Guest? I appreciate your help.

  2. #2
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Need help installing Virtualbox Guest Additions for a Linux Guest

    The VirtualBox Guest Additions for Linux are provided on the same ISO CD-ROM as the Additions for Windows described above. They also come with an installation program guiding you through the setup process, although, due to the significant differences between Linux distributions, installation may be slightly more complex.

    Before installing the Guest Additions, you will have to prepare your guest system for building external kernel modules. This works similarly as described in the section called “The VirtualBox kernel module”, except that this step must now be performed in your Linux guest instead of on a Linux host system, as described there.

    Again, as with Linux hosts, we recommend using DKMS for Linux guests as well. If it is not installed, use this command:
    sudo apt-get install dkms
    Install DKMS before installing the Linux Guest Additions.

    Mount the VBoxGuestAdditions.iso file as your Linux guest's virtual CD-ROM drive, exactly the same way as described for a Windows guest in the section called “Mounting the Additions ISO file”.

    Change to the directory where your CD-ROM drive is mounted and execute as root:
    sh ./VBoxLinuxAdditions-x86.run
    In a 64-bit Linux guest, use VBoxLinuxAdditions-amd64.run instead.

    The VirtualBox Guest Additions contain several different drivers. If for any reason you do not wish to install them all, you can specify the ones which you wish on the command line - for example
    sh ./VBoxAdditions.run x11
    to install the X Window graphic drivers. Type in the command
    sh ./VBoxAdditions.run help
    for more information.

    To recompile the guest kernel modules, use this command:
    /etc/init.d/vboxadd setup
    After compilation you should reboot your guest to ensure that the new modules are actually used.

  3. #3
    Join Date
    Apr 2008
    Posts
    3,522

    Re: Need help installing Virtualbox Guest Additions for a Linux Guest

    The Guest Additions can simply be updated by going through the installation procedure again with an updated CD-ROM image. This will replace the drivers with updated versions. You should reboot after updating the Guest Additions.No additional configuration for the mouse integration should be needed, but you may have to manually update to a better resolution as wanted.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,267

    Re: Need help installing Virtualbox Guest Additions for a Linux Guest

    In Linux guests, VirtualBox video acceleration is available through the X Window System. Typically, in today's Linux distributions, this will be the X.Org server. During the installation process, X will be set up to use the VirtualBox video driver. On recent Linux guests, graphics modes can be selected by resizing the VirtualBox window using the mouse, or sending video mode hints using the VBoxManage tool.

    As the guest sees a virtual graphics card, not the host graphics card. The virtual graphics card provides the necessary VESA and VGA features to make the guest operative systems work OK. Additional features, like higher resolutions, is provided by the graphics driver included with the guest additions.

Similar Threads

  1. Cannot install guest additions in LM10 in VirtualBox
    By yummy- in forum Windows Software
    Replies: 4
    Last Post: 02-01-2011, 05:52 AM
  2. Replies: 4
    Last Post: 02-01-2011, 01:45 AM
  3. Replies: 2
    Last Post: 16-08-2010, 01:56 PM
  4. VirtualBox 3.2 allows OS X Guest Installations
    By LoganM in forum Networking & Security
    Replies: 4
    Last Post: 29-05-2010, 04:17 PM
  5. Installing BackTrack 4 as a VMware Guest
    By Nauset in forum Operating Systems
    Replies: 6
    Last Post: 11-05-2010, 09:12 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,993,534.87962 seconds with 17 queries