Hello!
I want to remove the package linux-lts. But after doing sudo eopkg rm linux-lts
I always get the message ...
[ERROR] cbm (../src/bootman/update.c:L238): Could not find default kernel for type lts, using highest relno
... when running sudo clr-boot-manager update
. When I install linux-lts again, the error disappears.
Interesting: clr-boot-manager list-kernels
returns 2 lts kernels:
* com.solus-project.current.6.14.4-318
com.solus-project.lts.6.12.23-268
com.solus-project.lts.6.6.70-263
I tried to manually remove lts.6.6.70-263 by deleting kernel-com.solus-project.lts.6.6.70-263 and initrd-com.solus-project.lts.6.6.70-263 from /boot/EFI/com.solus-project. But the lts.6.6.70-263 always comes back after running sudo clr-boot-manager update
.
What can I do?