View Single Post
  #8   (View Single Post)  
Old 7th February 2009
DutchDaemon's Avatar
DutchDaemon DutchDaemon is offline
Real Name: Ben
Spam Refugee
 
Join Date: Jul 2008
Location: Rotterdam, The Netherlands
Posts: 336
Default

If everything leading up to 'make installworld' went fine (did 'make installkernel' actually work?), just continue where you left off, i.e. run 'make installworld' again. In fact, though I hardly ever take the effort to drop into single-user mode, that's where you really should be doing it. If you look at /usr/src/Makefile, you will notice that you're supposed to reboot into single-user mode after installing the new kernel, followed by mergemaster -p and make installworld, etc.

To be on the safe side, I would start over again after rebooting without a securelevel. Just clear /usr/obj and work off the list in /usr/src/Makefile. You may get away with just running 'make installworld', but that depends on how much risk you want to take. Installing a new world without an updated kernel can be fatal.
Reply With Quote