Spiga

Installing VBoxGuestAddition in Linux

These days i have been working on Linux and found some difficulties in installing VBoxGuestAdditions on the Linux guest machine. So this tutorial will help out the starters who has installed the linux on their virtual machines.


Few features i have noticed after installing the GuestAdditions are:


  • It enables the mouse pointer integeration in the virtual machine, ie, you do not have to click on the screen of the virtual machine to capture the mouse.

  • It enables the full-screen mode.

  • Using the following steps one can easily setup the GuestAdditions

    1.open the Linux VirtualMachine (Redhat Linux in my case)

    2.Go to devices and select Install Guest Additions.



    3. Now you will see a CD like folder on the desktop.



    4. Now open terminal from Applications > Accessories > Terminal ( Applications > System Tools > Terminal (in some linux ))



    5. Now type
    for Ubuntu type : sudo su - or sudo -i
    for Fedora and redhat type : su -


    6. Enter the root password.

    7. Type
    cd /media/VBOXADDITIONS_4.0.0_69151/


    VBOXADDITIONS_4.0.0_69151 is the name of folder in step 3

    8. Type for redhat : sh ./VBoxLinuxAdditions.run

    it will look like this :
    [root@localhost VBOXADDITIONS_4.0.0_69151]# sh ./VBoxLinuxAdditions.run


    Type for fedora : ./VBoxLinuxAdditions.run

    9. It will now install the GuestAdditions

    Verifying archive integrity... All good.
    Uncompressing VirtualBox 4.0.0 Guest Additions for Linux.........
    VirtualBox Guest Additions installer
    Your guest system does not seem to have sufficient OpenGL support to enable
    accelerated 3D effects (this requires Linux 2.6.27 or later in the guest
    system). This Guest Additions feature will be disabled.


    Building the main Guest Additions module [ OK ]
    Building the shared folder support module [ OK ]
    Doing non-kernel setup of the Guest Additions [ OK ]
    You should restart your guest to make sure the new modules are actually used

    Installing the Window System drivers
    Installing X.Org 7.1 modules [ OK ]
    Setting up the Window System to use the Guest Additions [ OK ]
    You may need to restart the hal service and the Window System (or just restart
    the guest system) to enable the Guest Additions.

    Installing graphics libraries and desktop services componen[ OK ]
    [root@localhost VBOXADDITIONS_4.0.0_69151]#


    Exit the terminal and restart the system to see the changes.

    0 comments:

    Post a Comment