How to install Virtualbox on Fedora 10 ?

Advertisements

fedora logoAlthough an RPM build is already available on the Virtualbox download page for Fedora 10, but on installing it you will be prompted with errors such as unavailability of kernel sources. Anyhow virtualbox gets installed but many of it’s features may not work correctly unless you correctly install the kernel sources and recompile the kernel with the virtualbox module. In this tutorial we will deal with steps that will help you to successfully install the latest Virtualbox on your Fedora 10 system. 1) Download the latest Virtualbox build for Fedora from the Virtualbox download website and install it. (As of writing this article, the latest Virtualbox build was 2.1.4)

wget http://download.virtualbox.org/virtualbox/2.1.4/VirtualBox-2.1.4_42893_fedora9-1.i386.rpm && sudo rpm -ivh VirtualBox-2.1.4_42893_fedora9-1.i386.rpm

2) Install the kernel sources (kernel – devel package) and the make utility.

sudo yum -y install make automake autoconf gcc kernel-devel dkms

3) Now you have to re-run the setup for Virtualbox using the following command

sudo /etc/init.d/vboxdrv setup

4) If you are required to fix your SELINUX permissions then you can do so using the following command

sudo chcon -t textrel_shlib_t /usr/lib/virtualbox/VirtualBox.so

5) This is an optional step. If you execute the following command below then your username will be added to the virtualbox group and then you can run Virtualbox even as a non previleged user.

sudo usermod -G vboxusers -a $USER

6) Now you can start Virtualbox either from the command line using virtualbox command or you can launch it from Applications > System Tools > Sun xVM Virtualbox.

Technorati Tags: virtualbox, virtual, machine, install, fedora, cambridge, linux, kernel



March 26th, 2009 Written by The Digitizor    

Free subscription: Subscribe RSS feed or get daily tips in your email
* Click confirmation link sent in email * Don't see the email? check spam folder

  Facebook 


Liked it? Share...   Digg It!   Submit to Del.icio.us   Submit to Reddit   Stumble   Submit to Identica   Slashdot It   Send to a friend via email


blog comments powered by Disqus