> Yes, initrd gets around the problem. No I did not want to go through the effort of building one.
It’s damn easy, just make sure that the kernel config matching to your kernel revision (config-uname -r
) can be found in /boot, than
sudo update-initramfs -c -k uname -r
sudo mkimage -A arm64 -O linux -T ramdisk -a 0x0 -e 0x0 -n initrd.img-uname -r
-d /boot/initrd.img-uname -r
/boot/uInitrd
(the markup engine here is eating all the backticks …)