-
Notifications
You must be signed in to change notification settings - Fork 46
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 build initramfs on Pinebook Pro with 5.15.74 kernel #192
Comments
Booster generator finds 2 modules with the same name and it gets confused about which one to use. Do you know how modprobe and other tools pick the right module at your system? |
Aren't these builtin modules? So I do not really know, as I cannot try it. Or at least nothing related shows up in lsmod and modprobe seems to do nothing after finding it in modules.builtin.bin |
I don't think the bus support can be compiled as module, only the perf support. I don't really know, sorry. This is what is says in
|
The kernel module dependency resolution is one of the weirdest things in linux kernel build system. What I can do it to try to downgrade it from failure to a warning. |
@CameronNemo I pushed a possible fix to |
Hello, I am trying to use Booster on an aarch64 system, the rk3399-based Pinebook Pro, which is running a near-mainline kernel (the small number of patches are here).
I am getting this error:
I see this in my modules directory:
Any tips on how to get this working? Do you need more information?
The text was updated successfully, but these errors were encountered: