When using syspatch
on OpenBSD, the upgrade sometimes fails with
Relinking to create unique kernel... failed! !!! "/usr/libexec/reorder_kernel" must be run manually to install the new kernel
This generally happens after a system upgrade, or an otherwise manual change of kernel. This fix is to update the kernel hash, before re-running reorder_kernel
.
# sha256 /bsd > /var/db/kernel.SHA256 # /usr/libexec/reorder_kernel
Leave a Reply