From owner-freebsd-questions@FreeBSD.ORG Mon Jan 21 06:37:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ADE6D16A417 for ; Mon, 21 Jan 2008 06:37:45 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.77]) by mx1.freebsd.org (Postfix) with ESMTP id 35EB313C459 for ; Mon, 21 Jan 2008 06:37:44 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from aquarius.dyndns.org (athedsl-284011.home.otenet.gr [85.73.157.9]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id m0L6bgHo020151; Mon, 21 Jan 2008 08:37:42 +0200 Message-ID: <47943DB6.7070301@otenet.gr> Date: Mon, 21 Jan 2008 08:37:42 +0200 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.9 (X11/20071231) MIME-Version: 1.0 To: Zbigniew Szalbot References: <94136a2c0801181417w395f7532w4761fc76388ed60@mail.gmail.com> <47912AE1.6000603@otenet.gr> <94136a2c0801190114u46f872eas8f6afd5e52dd73b1@mail.gmail.com> <4791C177.6030304@otenet.gr> <94136a2c0801202225r47f424a7gfc3f3fbebffc9403@mail.gmail.com> In-Reply-To: <94136a2c0801202225r47f424a7gfc3f3fbebffc9403@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: going from 6.2 to 6.3 and custom kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Jan 2008 06:37:45 -0000 Zbigniew Szalbot wrote: > Hello, > > >>>> It will not update your kernel, but if you do freebsd-update install you >>>> will get an updated GENERIC kernel in /boot/GENERIC. >>>> >>>> This is what I did: >>>> >>>> freebsd-update -r 6.3-RELEASE upgrade >>>> >>>> (got the warning you mentioned) >>>> >>>> freebsd-update install >>>> >>>> Got a message about installing kernel updates. Got a new generic kernel >>>> in /boot/GENERIC (check to see this exists!) >>>> > > Yes, on the other machine there is no /boot/GENERIC > So what do I do (I followed the steps you described). > > # locate GENERIC > /usr/src/sys/alpha/conf/GENERIC > /usr/src/sys/alpha/conf/GENERIC.hints > /usr/src/sys/amd64/conf/GENERIC > /usr/src/sys/amd64/conf/GENERIC.hints > /usr/src/sys/i386/conf/GENERIC > /usr/src/sys/i386/conf/GENERIC.hints > /usr/src/sys/ia64/conf/GENERIC > /usr/src/sys/ia64/conf/GENERIC.hints > /usr/src/sys/pc98/conf/GENERIC > /usr/src/sys/pc98/conf/GENERIC.hints > /usr/src/sys/powerpc/conf/GENERIC > /usr/src/sys/powerpc/conf/GENERIC.hints > /usr/src/sys/sparc64/conf/GENERIC > /usr/src/sys/sparc64/conf/GENERIC.hints > > > Thanks! > > Zbigniew Szalbot > > So, you actually run freebsd-update install? Running just the freebsd-update -r 6.3-RELEASE upgrade part will not install anything. You will have to run freebsd-update install, it will complain about not running a GENERIC kernel and install the new one in /boot/GENERIC. Although in my case I believe I already had a /boot/GENERIC kernel, and I think this was created by standard freebsd-update (i.e. when going from a -p# to another -p# while in 6.2) Could you please send the output of uname -a and ls -la /boot