Home Forums Software discussion Linux Kernel Issues with mainline (4.12-rc7) Reply To: Issues with mainline (4.12-rc7)

#738
umiddelb
Participant

> 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 …)

Signup to our newsletter

Technical specification tables can not be displayed on mobile. Please view on desktop