[Solved] Update Fedora 27 to 4.15.3 breaks virtual box additions

Discussions about using Linux guests in VirtualBox.
Post Reply
Duanehebert
Posts: 33
Joined: 27. Oct 2014, 18:28

[Solved] Update Fedora 27 to 4.15.3 breaks virtual box additions

Post by Duanehebert »

Using VirtualBox 5.2.6 r120293 on Windows 7 host with Fedora 27 guest. After update Fedora from 4.14 to 4.15 the VBox Additions fail. If I load the previous kernel everything works.

Trying to start the vboxadd service gives me the error that the module can't be loaded and suggests looking at /var/log/vboxadd-setup.log. If I try building the additions using VBoxGuestAdditions.run, it fails on the kernel module with the same suggestion.

vboxadd-setup.log contains:

Building the main Guest Additions module.
make V=1 CONFIG_MODULE_SIG= -C /lib/modules/4.15.3-300.fc27.i686/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 -j1 modules
test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \
echo >&2; \
echo >&2 " ERROR: Kernel configuration is invalid."; \
echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\
echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \
echo >&2 ; \
/bin/false)
mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/*
make -f ./scripts/Makefile.build obj=/tmp/vbox.0

I have complete kernel sources etc. I've also tried the suggested make oldconfig and make prepare but this doesn't help. is there something else I can check?
Last edited by socratis on 21. Feb 2018, 21:22, edited 1 time in total.
Reason: Marked as [Solved].
Duanehebert
Posts: 33
Joined: 27. Oct 2014, 18:28

Re: Update Fedora 27 to 4.15.3 breaks virtual box additions

Post by Duanehebert »

After reading a post from Socratis below I installed the test version 5.2.7 r120865. When trying to launch my 4.15 kernel, it wouldn't mount the extensions for some reason but after launching the 4.14 kernel and installing the extensions I was able to boot with the 4.15 kernel and it works as expected.
socratis
Site Moderator
Posts: 27329
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Update Fedora 27 to 4.15.3 breaks virtual box additions

Post by socratis »

I have about 14 Kposts, not sure which one you refer to... ;)
But I'm glad you got it going. Marking as [Solved].
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
Duanehebert
Posts: 33
Joined: 27. Oct 2014, 18:28

Re: [Solved] Update Fedora 27 to 4.15.3 breaks virtual box additions

Post by Duanehebert »

Sorry. It was the thread:
[Solved] GA build fails for Kernel 4.15.3-300
Attachment(s) by JeanR » 18. Feb 2018, 14:36
Last edited by socratis on 22. Feb 2018, 00:42, edited 1 time in total.
Reason: Added missing URL.
Post Reply