Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2004 20:15:29 -0800
From:      "Zoltan Frombach" <zoltan@frombach.com>
To:        <freebsd-stable@freebsd.org>
Cc:        rbgarga@gmail.com
Subject:   Re: Error on installworld from 5.2.1 to 5.3-p1
Message-ID:  <000201c4d2a5$65e9bb70$e001a8c0@p4>

next in thread | raw e-mail | index | archive | help
> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000201c4d2a5$65e9bb70$e001a8c0>