> On 1/16/18 1:08 PM, Thuban wrote: >> I disabled `ulpt` in the kernel using `config` to use an USB-printer. >> >> Now, at reboot, I see "kernel relinking failed" message. >> How to recreate the new checksum? I can't igure out where to find this >> information. >> >> Any advice?
On 2018-01-16, Base Pr1me <[email protected]> wrote: > Don't think you can use config to disable ulpt and KARL. Someone will correct > me > if I'm wrong. That's correct. And by implication, you can't use config to disable ulpt and use syspatch for kernel patches (because they now rely on KARL relinking). I think the least worst option in this case is probably to build a kernel from source (using a -stable checkout if you're starting from a release). As well as installing the kernel, the "make install" stage will install the link-kit used for KARL, and update kernel.SHA256, in one go.

