Replies: 1 comment 1 reply
-
|
It is just in the released files section? linux-headers-6.12.30-meson64_20250522_arm64.deb Install with You can never use the headers of another kernel... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Thanks very much for your work Mr. Devmfc ☺. I successfully installed (message post here) ubuntu plucky 6.12.30 on a s905w2 tv box. Years ago, I had used ZFS in full ubuntu on an Intel PC before, so I want to try ZFS and connect a USB hard drive on my tv box for tinkering and learning purposes. So, ZFS needs
linux-headersthat match the current kernel version 6.12.30-meson64 but unfortunately, that doesn't exist or at least I can't find it and install it. However, there are many instances of linux-headers-6.14.xx. So, as first step to get linux-headers-6.14.xx, I as root user (su -l root) I tried to upgrade the kernel to a 6.14 generic but it failed and i got the errors:Failed to create symlink to vmlinuz-6.14.0-22-generic: Operation not permitted at /usr/bin/linux-update-symlinks line 64.
dpkg: error processing package linux-image-6.14.0-22-generic (--configure):
installed linux-image-6.14.0-22-generic package post-installation script subprocess returned error exit status 1
After I got those errors, i rebooted and i saw that the default kernel 6.12.30-meson64 is still installed and working.
My questions are:
apt installor another method ?Beta Was this translation helpful? Give feedback.
All reactions