Mar
30th
Mon
30th
Installing VirtualBox Guest Additions 2.1.4 on Fedora 10
This can be a bit of a pain. The first time I attempted to run the installer I got the following message:
Please install the build and header files for your current Linux kernel...
Here are the steps required to get VirtualBox Guest Additions installed on Fedora 10. They begin with a freshly installed version of Fedora.
- Run a system update. Make sure you have the lastest version of Fedora.
- Reboot (this is anĀ extremely important step!!)
- Open a Terminal window and type:
-
su -
- type the root password
-
yum install -y kernel-headers kernel-devel
- leave this terminal open and return to your host OS
-
- Now mount the VirtualBox Guest Additions CDROM
- Go back to the Terminal in your guest OS and type:
-
cd /media/VBOXADDITIONS_2.1.4_42893
- (this may differ slightly, use tab to auto-complete the mount-name)
-
./VBoxLinuxAdditions-{YOUR_ARCHITECTURE}.run
-
- Once this is complete, reboot again and you should get higher resolutions, mouse swapping, and all the other goodies that come with this kernel extension!