Yeah, the error persists. I’m guessing I need to change this the linux-run-hooks line in the postrm script based on the 6.15.4 model?
root@subterraneobombus /v/l/d/info# diff linux-image-6.12.25-mnt-reform-arm64.preinst* linux-image-6.15.4-mnt-reform-arm64.preinst*
3c3
< version=6.12.25-mnt-reform-arm64
---
> version=6.15.4-mnt-reform-arm64
16c16
< linux-run-hooks preinst "$*" $version $image_path
---
> linux-run-hooks image preinst $version $image_path -- "$@"