Skip to content

Conversation

@syslogic
Copy link

@syslogic syslogic commented Jan 2, 2025

Fixes the build for the current Rocky Linux 9.5 Kernel 5.14.x

This may require to copy over vmlinux to build, for BTF generation:

sudo dnf install dwarves
sudo cp /sys/kernel/btf/vmlinux /usr/lib/modules/`uname -r`/build/

Manually inserting the modules is required, but both are working:

sudo insmod vmnet-only/vmnet.ko
sudo insmod vmmon-only/vmmon.ko

closes #241, closes #289.

@syslogic syslogic changed the base branch from master to workstation-17.5.1 January 2, 2025 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vmnet build fails for CentOS stream kernel 5.14.0-437.el9.x86_64 in branch workstation-17.5.1

1 participant