Error on installworld from 5.2.1 to 5.3-p1
Zoltan Frombach
zoltan at frombach.com
Wed Nov 24 20:15:30 PST 2004
> I did this
>
> cvsuped RELENG_5_3
> make my KERNEL config
> make buildworld
> make buildkernel
> make installkernel
> shutdown now (At this time the machine was locked)
> I rebooted the machine and enter in single mode with kernel 5.2.1
> mergemaster -p
> make installworld
Well, this is not quiet right. You should have done:
cvsuped RELENG_5_3
mergemaster -p (you must do this here!!)
make my KERNEL config
make buildworld
make buildkernel
make installkernel
shutdown -r now (I always use the -r flag to restart)
mergemaster (don't use -p option here!!)
make installworld
shutdown -r now (restart again)
Zoltan
More information about the freebsd-stable
mailing list