VirtualBox guest additions fail on Fedora 22

Discussions related to using VirtualBox on Linux hosts.
Post Reply
GreyGnome
Posts: 4
Joined: 6. Dec 2015, 09:59

VirtualBox guest additions fail on Fedora 22

Post by GreyGnome »

My Windows 7 virtual machine cannot enable USB 2.0. As soon as I attempt it, I get "Invalid Settings detected". It says it requires the Oracle VM Virtualbox extension pack to be installed. However, I have installed it as requested by Virtualbox, and in the "Uninstall programs" dialog box in Windows I see that "Oracle VM Virtualbox 5.0.14 guest additions" is installed.

VirtualBox's help->About dialog shows that I am running Version 5.0.14_RPMFusion r105127.

I notice that there is a VirtualBox-guest package available- do I need it on the Linux side, even though I installed the guest additions from the .ISO downloaded by Virtualbox itself?

In any event, I cannot install the package:

Code: Select all

root@rodin ~]# dnf install VirtualBox-guest
Last metadata expiration check performed 0:14:01 ago on Fri Mar 11 11:53:56 2016.
Error: package kmod-VirtualBox-4.4.3-201.fc22.x86_64-5.0.14-1.fc22.x86_64 requires VirtualBox-kmod-common >= 5.0.14, but none of the providers can be installed
(try to add '--allowerasing' to command line to replace conflicting packages)
[root@rodin ~]# dnf install VirtualBox-kmod-common
Last metadata expiration check performed 0:14:17 ago on Fri Mar 11 11:53:56 2016.
Package VirtualBox-5.0.14-1.fc22.x86_64 is already installed, skipping.
Dependencies resolved.
Nothing to do.
Complete!
Danny Michael
Posts: 4
Joined: 5. Dec 2014, 06:18

Re: VirtualBox guest additions fail on Fedora 22

Post by Danny Michael »

You need to install the extension pack. The Guest Additions are not the same thing.
GreyGnome
Posts: 4
Joined: 6. Dec 2015, 09:59

Re: VirtualBox guest additions fail on Fedora 22

Post by GreyGnome »

Danny Michael wrote:You need to install the extension pack. The Guest Additions are not the same thing.
Yup, that's it. Forgot all about that thing. Thanks!
Post Reply