I’m a new linux user… I’m trying to setup a NAS using Penta Hat + Rock 4B+… the problem is that I’ve tried several Armbian images and in all of them I had some problem installing ZFS… Please, can someone point me to an image that I can use to create a NAS with OMV + ZFS with that card?
Rock pi 4B+ with ZFS
What ZFS problem did You have?
BTW: double check pcie link speed first. You should be running at 2x pcie 2.1,
Tks for the answer…
Some times I had problema with the headers, after installed It, I had problema with the kernel version… I tried several images, but ALL I had some problem to run ZFS… Even add it through the OMV, It shows an error when I access the pool page. The OMV can’t load the ZFS.
On which kernel?
Pay attention to details and paste exact information, apt issues are usually easy to solve, some missing keys etc.
For sure I got it running on one sbc with OMV.
I recently installed the following image on my Rock Pi 4B+:
Armbian_23.11.1_Rockpi-4bplus_bookworm_edge_6.6.2.img
The system is running fine with this kernel:
6.6.2-edge-rockchip64
However, I need to install the kernel headers in order to compile external modules (e.g. DKMS), but the header package is not available via apt
, and I couldn’t find a .deb
file anywhere on the Armbian download sites or mirrors.
What I’ve tried so far:
- apt install linux-headers-$(uname -r) → Not found
- Searched manually on https://apt.armbian.com/ → No headers for this version
- Verified that the kernel appears to be installed from the image directly, not via a package
- Attempted to use the Armbian build system, but ran into memory limitations during BTF generation on the device
I’d really appreciate help with any of the following:
- Is there a way to download prebuilt headers for this specific kernel version?
- If not, what’s the correct way to build them manually (without compiling the entire kernel)?
- Is there a specific branch or tag in the Armbian build system that matches 6.6.2-edge-rockchip64 ?
Thanks in advance for any guidance!