Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot stat './modules.builtin.modinfo' #174

Closed
chris-vdb opened this issue Jun 12, 2024 · 2 comments
Closed

cannot stat './modules.builtin.modinfo' #174

chris-vdb opened this issue Jun 12, 2024 · 2 comments

Comments

@chris-vdb
Copy link

Hi,
I am having troubles installing the kvm kernel. While installing the modules I receive the error message
cp: cannot stat './modules.builtin.modinfo': No such file or directory make: *** [Makefile:1314: _modinst_] Error 1
Do you have an idea, why this file could be missing?
Making the modules seemed to ended successfully:
image

I am doing a bare-metal setup on Ubuntu 22.04.4 LTS

@Wenzel
Copy link
Member

Wenzel commented Jun 12, 2024

Hi @chris-vdb !

The kernel build is tested on ubuntu 18.04 and 22.04 in this workflow:
https://github.com/KVM-VMI/kvm-vmi/blob/master/.github/workflows/build.yml

However we don't try to install the modules with sudo make modules_install.

Can i ask you to try the bindeb-pkg method ?

@chris-vdb
Copy link
Author

Hi @Wenzel
Thanks for the quick response. After altering my configuration according to the configuration in the workflow, I was able to create the debian packages, thanks!

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

No branches or pull requests

2 participants