Install VirtualBox Guest Editions on Redhat / CentOSian Systems

Written by James McDonald

December 18, 2014

Firstly once your guest is installed update it to the latest kernel and reboot

yum update
reboot

Install development tools (amongst other things gives you gcc, make etc)

yum groupinstall "Development Tools"
yum install kernel-devel
# I think dkms is important
# so the Guest Additions can recompile
# themselves after each kernel update
yum install dkms

Then from the Oracle VM VirtualBox Manager GUI window of the running Guest which will be named ” [Running] – Oracle VM VirtualBox” Select Devices ==> “Insert Guest Additions CD Image”

virtualbox_device_menu_mount_guest_additions_iso

Then in the Guest open a root terminal go into the mounted iso

cd /run/media/jm/VBOXADDITIONS_4.3.20_96996/

# as root run
./VBoxLinuxAdditions.run

Or on more modern guests you will be prompted to run the software on the iso. You will then be prompted to authentic to gain root privileges and the install should run

virtualbox_run_guest_additions_software_on_iso_prompt

 

0 Comments

Submit a Comment

Your email address will not be published. Required fields are marked *

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

The reCAPTCHA verification period has expired. Please reload the page.

You May Also Like…

Clear HSTS Settings in CHrome

Open chrome://net-internals/#hsts enter the domain in the query field and click Query to confirm it has HSTS settings...

Ubuntu on Hyper-v

It boils town to installing linux-azure # as root or sudo apt-get update apt-get install linux-azure...