Not sure why libaes.ko.xz is not found in kernel for 6.12.25+rpt-rpi-v7 but it is found in another kernel 6.12.25+rpt-rpi-v7l. Any reason for that? Or do I have to use other module with different name but provide same functionality?
I'm currently testing unlocking encrypted root partition in initramfs stage, my script failed when it attempt to load libaes module because the file is not found under path below:Can we include libaes.ko.xz in the kernel 6.X.X+rpt-rpi-v7 in next release?
How do I manually build libaes.ko.xz for 6.12.25+rpt-rpi-v7 as containment? So far only my Pi 3 is failing this particular issue. Pi 4 and Pi 5 is working properly. initramfs refuse to load the module from 6.12.25+rpt-rpi-v7l.
I'm currently testing unlocking encrypted root partition in initramfs stage, my script failed when it attempt to load libaes module because the file is not found under path below:
Code:
/lib/modules/6.12.25+rpt-rpi-v7/kernel/lib/crypto/libaes.ko.xzHow do I manually build libaes.ko.xz for 6.12.25+rpt-rpi-v7 as containment? So far only my Pi 3 is failing this particular issue. Pi 4 and Pi 5 is working properly. initramfs refuse to load the module from 6.12.25+rpt-rpi-v7l.
Statistics: Posted by rasp14 — Tue Jun 17, 2025 12:27 am