From cc408e29d0a6df9f7240c66bd8c246bb90efe29f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 8 Nov 2020 02:20:21 +0000 Subject: [PATCH] Be explicit about recompiling all the modules... Add a note about always recompiling all modules on every new kernel change / update. In addition, suggest using /usr/local/sys/modules so this happens automatically. --- UPDATING | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/UPDATING b/UPDATING index f2d70b774ce2..73c863626ec7 100644 --- a/UPDATING +++ b/UPDATING @@ -2305,7 +2305,12 @@ COMMON ITEMS: [1] If you have third party modules, such as vmware, you should disable them at this point so they don't crash your - system on reboot. + system on reboot. Alternatively, you should rebuild all the + modules you have in your system and install them as well. If + you are running -current, you should seriously consider + placing all sources to all the modules for your system (or + symlinks to them) in /usr/local/sys/modules so this happens + automatically... [3] From the bootblocks, boot -s, and then do fsck -p