Page 1 of 1

[WorksForMe] vboxadd.sh: failed: modprobe vboxguest failed.

Posted: 18. Dec 2017, 12:31
by rickepm
My OVB 5.1.24 is on OL7.1 .
While I am trying to install BVox guest Additions for my OVB 5.1.24 , I am getting this err:

Code: Select all

    Vboxadd.sh:failed:modprobe vboxguest failed.
Note I have tried installing ..

Code: Select all

yum install dkms binutils gcc make patch libgomp glibc-headers glibc-devel kernel-headers
then

Code: Select all

yum install kernel-devel
but still same issue.

Re: vboxadd.sh: failed: modprobe vboxguest failed.

Posted: 18. Dec 2017, 14:58
by socratis
I think we need an expansion on the TLAs; OVB, OL. Is it Oracle VirtualBox? and Oracle Linux?
And a copy of the "/var/logs/vboxadd-install.log". ZIPPED.

Moving to "Linux Guests" from "Linux Hosts", as this is not a problem with your host, but rather with your guest...

Re: vboxadd.sh: failed: modprobe vboxguest failed.

Posted: 19. Dec 2017, 08:55
by rickepm
thank you ..
Oracle Virtual Box : oracle virtual box
OL : Oracle Linux

Re: vboxadd.sh: failed: modprobe vboxguest failed.

Posted: 1. Jan 2018, 19:28
by socratis
Everything looks fine. The "modprobe vboxguest failed" message is not important, it's a red herring, soon to be removed. Check the output of the two following commands to see if the GAs are successfully loaded:
  • modinfo vboxguest
    VBoxControl -version

Re: vboxadd.sh: failed: modprobe vboxguest failed.

Posted: 3. Feb 2018, 08:15
by rickepm
[quote]
[hypadmin@ironman Desktop]$ modinfo vboxguest
filename:       /lib/modules/3.10.0-327.el7.x86_64/misc/vboxguest.ko
version:        5.1.24 r117012
license:        GPL
description:    Oracle VM VirtualBox Guest Additions for Linux Module
author:         Oracle Corporation
rhelversion:    7.2
srcversion:     AB6466B922EF1AC54529FEB
alias:          pci:v000080EEd0000CAFEsv00000000sd00000000bc*sc*i*
depends:        
vermagic:       3.10.0-327.el7.x86_64 SMP mod_unload modversions 

[hypadmin@ironman Desktop]$ VBoxControl -version
5.1.24r117012
[/quote]

Re: vboxadd.sh: failed: modprobe vboxguest failed.

Posted: 3. Feb 2018, 10:30
by socratis
It works as it should... But, keep in mind that 5.1.24 is... ancient.
Marking as [WorksForMe].