Date: Mon, 15 May 2006 22:56:10 -0400 From: Ben Hacker Jr <strbenjr@yahoo.com> To: freebsd-questions@freebsd.org Subject: Re: Upgrade 5.4 - 6.0 errors. Message-ID: <44693F4A.50605@yahoo.com> In-Reply-To: <4461D83A.8030902@yahoo.com> References: <4460757B.5030107@yahoo.com> <b2807d040605090408g6688b254w6d158154120b3761@mail.gmail.com> <4461D83A.8030902@yahoo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Below is the instructions I followed which I copied from the current
/usr/src/UPDATING file.
Ben Hacker Jr wrote:
>
> I am following the instructions from /usr/src/UPGRADING
>
> To upgrade in-place from 5.x-stable or higher to 6.x-stable
> -----------------------------------------------------------
> <make sure you have good level 0 dumps>
> make buildworld [9]
> make kernel KERNCONF=YOUR_KERNEL_HERE [8]
> [1]
> <reboot in single user> [3]
> mergemaster -p [5]
> make installworld
> mergemaster -i [4]
> <reboot>
>
> I am still getting ...
>
> . . .
Should these instructions be modified/updated to be:
To upgrade in-place from 5.x-stable or higher to 6.x-stable
-----------------------------------------------------------
<make sure you have good level 0 dumps>
make buildworld [9]
make buildkernel KERNCONF=YOUR_KERNEL_HERE [8]
make installkernel KERNCONF=YOUR_KERNEL_HERE
[1]
<reboot in single user> [3]
mergemaster -p [5]
make installworld
mergemaster -i [4]
<reboot>
I don't claim know enough about this to make instructions but after
booting into single user mode (and I am sure after the <reboot>) I
found that I was still running my 5.4 kernel.
I decided to try "make installkernel" and reboot again which fixed the
version for me.
Just my two cents...
>--
> Ben Hacker, Jr.
> Network Security Analyst
> strbenjr {at} yahoo.com
>-- -- --
>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44693F4A.50605>
