Start cleanly

There’s been a number of people reporting various breakages during install or boot time. To weed out problems caused by old data right away, remember to:

rm -rf /usr/obj
make buildworld
make buildkernel
make installkernel
make installworld
mergemaster
reboot

One Reply to “Start cleanly”

  1. …and it might be good idea to add a step following:

    rm -rf /usr/obj
    make buildworld
    make buildkernel
    make installkernel
    rm -rf /usr/include/* <– Add this step.
    make installworld
    mergemaster
    reboot

Comments are closed.

To respond on your own website, enter the URL of your response which should contain a link to this post's permalink URL. Your response will then appear (possibly after moderation) on this page. Want to update or remove your response? Update or delete your post and re-enter your post's URL again. (Find out more about Webmentions.)

Mentions

  • Mezz