Installing VirtualBox Guest Addition on Centos

Tuesday, July 6, 2010 1:04 AM Posted by naz
Labels: ,

Log in as root and type in terminal:

  • yum install gcc -y
  • yum install kernel sources -y
  • yum install kernel-devel -y
Restart the system.
Mount the VboxGuestAdditions.iso.
Move to the following directory:

  • cd /media/VBOXADDTIONS_2.2.4_47978
As root execute:
  • sh ./VBoxLinuxAddtions-x86.run
Restart the system. Done.

as being mentioned here.

Comments (0)

Post a Comment