Facebook Twitter Instagram
    WiredRevolution.com
    • Home
    • About
    • Contact Us
    • Essential Linux Commands
    • Sitemap
    Facebook Twitter Instagram
    WiredRevolution.com
    fedora

    Install VirtualBox Guest Additions on Fedora 12

    RyanBy RyanMay 22, 20102 Mins Read
    Facebook Twitter Pinterest LinkedIn Reddit WhatsApp Email

    Installing the VirtualBox Guest Additions is fairly straightforward process but with Fedora 12 you will run into some problems.

    Here is the error message you will see when attempting to install Guest Additions.
    # /media/VBOXADDITIONS_3.1.6_59338/VBoxLinuxAdditions-amd64.run

    Verifying archive integrity... All good.
    Uncompressing VirtualBox 3.1.6 Guest Additions for Linux........
    VirtualBox Guest Additions installer
    Removing installed version of VirtualBox Guest Additions...
    Building the VirtualBox Guest Additions kernel modules [FAILED]
    (Your system does not seem to be set up to build kernel modules.
    Look at /var/log/vboxadd-install.log to find out what went wrong)
    Installing the Window System drivers
    Installing experimental X.Org Server 1.7 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.

    To fix this you will need to install the kernel-devel package for your specific kernel. The “uname -r” command will show you the current kernel on your system.

    # yum -y install kernel-devel-$(uname -r)

    Now you should be able to successfully run the Guest Additions installation script.
    # /media/VBOXADDITIONS_3.1.6_59338/VBoxLinuxAdditions-amd64.run

    Verifying archive integrity... All good.
    Uncompressing VirtualBox 3.1.6 Guest Additions for Linux........
    VirtualBox Guest Additions installer
    Removing installed version of VirtualBox Guest Additions...
    Building the VirtualBox Guest Additions kernel modules
    Building the main Guest Additions module [ OK ]
    Building the shared folder support module [ OK ]
    Building the OpenGL support module [ OK ]
    Doing non-kernel setup of the Guest Additions [ OK ]
    Starting the VirtualBox Guest Additions [ OK ]
    Installing the Window System drivers
    Installing experimental X.Org Server 1.7 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.

    Share. Facebook Twitter Pinterest LinkedIn WhatsApp Reddit Email
    Previous ArticleAdd new fonts to your Ubuntu system
    Next Article Mount a VirtualBox shared folder inside a guest VM

    Related Posts

    Netflix now working on Ubuntu Linux

    Transfer your ssh public key to a remote machine

    Fix OpenGL: ChoosePixelFormat SketchUp error in WINE

    Most Commented
    March 12, 2009

    Fix blue tinted video in Ubuntu

    September 10, 2010

    Setup SSH access between VirtualBox Host and Guest VMs

    March 8, 2011

    Install GNOME Shell in Ubuntu 10.10 Maverick

    April 4, 2009

    Setup the PS3 Bluetooth Controller on Ubuntu

    October 22, 2008

    How to correctly use LD_LIBRARY_PATH

    Recent Comments
    • Execute command on linux virtual machine (or server) from windows commandline on Setup SSH access between VirtualBox Host and Guest VMs
    • Solved: How to SSH to a VirtualBox guest externally through a host? - Daily Developer Blog on Setup SSH access between VirtualBox Host and Guest VMs
    • How to SSH to a VirtualBox guest externally through a host? [closed] – Code D3 on Setup SSH access between VirtualBox Host and Guest VMs
    • How to copy and paste from VirtualBox? [duplicate] on Setup SSH access between VirtualBox Host and Guest VMs
    • Jackie Laguna on Fix OpenGL: ChoosePixelFormat SketchUp error in WINE
    © 2026 ThemeSphere. Designed by ThemeSphere.

    Type above and press Enter to search. Press Esc to cancel.