Wednesday, July 17, 2013

Virtualbox Guest Additions on a CentOS

Virtualbox Guest Additions on a CentOS

Start CentOS VM image.
Do Alt+F2 and login as 'root'

then do... 

# yum update 
# yum install gcc 
# yum install kernel-devel 
# mount /dev/scd0 /media/VBOXADDITIONS_4.2.16_86992/
# sh /media/VBOXADDITIONS_4.2.16_86992/VBoxLinuxAdditions.run

When the process is complete, reboot the system

No comments:

Post a Comment