- Install the Development Tools group
# yum groupinstall "Development Tools"
- Install the elfutils-libelf-devel package as a prerequisite
# yum install elfutils-libelf-devel
- Attach the guest additions ISO image
- Open a terminal and mount the CD-ROM drive in the guest OS
# mkdir /mnt/cdrom # mount /dev/cdrom /mnt/cdrom
- Run the installer
# /mnt/cdrom/VBoxLinuxAdditions.run
- Reboot
# reboot
Was this helpful?
1 / 1