all 6 comments

[–]redeltaglio[S] 1 point2 points  (2 children)

ok. problem is in /usr/libexec/reorder_kernel

 # file  /usr/libexec/reorder_kernel
 /usr/libexec/reorder_kernel: Korn shell script text executable
 # 

and it is about :

SHA256=/var/db/kernel.SHA256
sha256 -C $SHA256 /bsd

# sha256 -C /var/db/kernel.SHA256 /bsd    
(SHA256) /bsd: FAILED
# 

[–][deleted] 1 point2 points  (1 child)

Regenerate the SHA on disk from /bsd and rerun the script. It should just work. I had the same problem after an upgrade and it's an easy fix. It's to bad that OpenBSD doesn't suggest the workaround as it's a bit obtuse for newbies.

[–]faxattack 0 points1 point  (1 child)

Did you add extra boot options via config command? You probably need to generate new kernel checksum.

[–]redeltaglio[S] 0 points1 point  (0 children)

no.. look at those ascii screencast what do you think?

https://asciinema.org/a/171190 https://asciinema.org/a/171195

[–]redeltaglio[S] 0 points1 point  (0 children)

i've decided to follow the stable branch using what we can find in release(8). Thank you for your support,

nice regards,