-
Notifications
You must be signed in to change notification settings - Fork 58
Can't boot linux-lts with strip=true #312
Description
Hello,
I wonder if this is somewhat related to #280 .
I usually use regular kernels not lts but to debug an issue I switched to linux-lts and couldn't boot. Out of curiosity I also tried linux-cachyos-lts and also had the same issue, whereas linux and linux-cachyos worked fine. All with same booster and systemd boot configs being the same of course.
The issue I face on the LTS kernels is:
"/dev/btrfs-control cannot be opened"
which would make it seems like a btrfs module wasn't loaded, even though I explicitly mention it. Also weird that it works with regular kernels but not lts, maybe it has to do with how booster look up the needed modules during regen and I regen the images from regular kernels?
Happy to provide whatever information is needed to fix this, as failing to boot kernels when trying to debug stuff is bad...
Thanks!