Home > Linux, Virtual > Linux – Installing VirtualBox additions

Linux – Installing VirtualBox additions

February 4th, 2009 Daz Leave a comment Go to comments

The following works on CentOs / Fedora / redhat etc… 

Logon to your distro. The packages you need are the kernel-devel.i686, kernel.i686 (if not the latest), and gcc.i386 (complier)

yum -y install kernel.i686 gcc.i386

reboot as the kernel needs to load, then logon again install the kernel dev; 

yum -y install kernel-devel.i686

Now you want to present the virtualbox additions to the cdrom drive on your distro. Click “install additions” on the virtualbox guest console. 

then back on the box mount the cdrom to a directory (make one if you dont have one avail) 

mkdir /mnt/cdrom

mount /dev/cdrom /mnt/cdrom 

Now go to the newly mounted cdrom drive and find the installation;

cd /mnt/cdrom 

Execute the installer, and if all goes well reboot. Services should auto start and sync your time etc. 

./VBoxLinuxAdditions-x86.run

reboot

logon and check your time; 

date

Done.

Related posts:

  1. VirtualBox – crashing / freezing I’ve had some problems since my upgrade to virtualbox 2.2.0...
  2. create usb install for esx / esxi First format your usb / flash drive with FAT. Then...

Related posts brought to you by Yet Another Related Posts Plugin.

Categories: Linux, Virtual
  1. No comments yet.
  1. No trackbacks yet.
To submit your comment, click the image below where it asks you to... Clickcha - The One-click Captcha