View Single Post
  #9   (View Single Post)  
Old 4th March 2018
TronDD TronDD is offline
Spam Deminer
 
Join Date: Sep 2014
Posts: 307
Default

You either don't have /var/db/kernel.SHA256 or, because you were copying kernels around, it's out of sync.

Relinking won't happen if it doesn't find the expected kernel so a sha256 sum is kept to check against.

Recreate the file as root:
Code:
sha256 /bsd > /var/db/kernel.SHA256
Reply With Quote