Opened 3 years ago
Last modified 3 years ago
#20811 new defect
Test build release not installing on Linux
| Reported by: | Ricky Tigg | Owned by: | |
|---|---|---|---|
| Component: | installer | Version: | |
| Keywords: | test build | Cc: | |
| Guest type: | all | Host type: | Linux |
Description
Test build v.: 6.1.33 r149712 (Qt5.6.1) Host Fedora 35; Gnome 41 on X.org
Note: Previous installation v. 6.1.32, whose source repository was RPMfusion, did work as intended. All components related to Virtualbox were dully removed as instructed before the installation of that test build release.
Installation not operational; What follows' won't fix it.
# /sbin/vboxconfig vboxdrv.sh: Stopping VirtualBox services. vboxdrv.sh: Starting VirtualBox services. vboxdrv.sh: Building VirtualBox kernel modules. This system is currently not set up to build kernel modules. Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system. This system is currently not set up to build kernel modules. Please install the Linux kernel "header" files matching the current kernel for adding new hardware support to the system
Attachments (1)
Note:
See TracTickets
for help on using tickets.


Hi Ricky Tigg,
/sbin/vboxconfigis looking for/lib/modules/$(uname -r)/build/includedirectory in order to detect if system is ready to build kernel modules provided by VirtualBox installation. In case of Fedora 35 host, please make sure thatkernel-develpackage is installed and matches to currently running kernel.