Raspberry Pi Gross Hacks

Are you getting messages like "Leaving diversion of /boot/.... by rpikernelhack" and then the new/updated kernel won't install? Run this awful command as root:
dpkg-divert --list | grep rpikernelhack  | while read _ _ a _ _ _ _; do dpkg-divert --package rpikernelhack --no-rename --remove $a; done
and it _might_ fix your trouble.

Entry first conceived on 9 July 2020, 17:55 UTC, last modified on 9 July 2020, 17:56 UTC
Website Copyright © 2004-2024 Jeff Epler