From owner-freebsd-questions@FreeBSD.ORG Tue Aug 24 10:20:53 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DDFB16A4CE for ; Tue, 24 Aug 2004 10:20:53 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id F171843D1D for ; Tue, 24 Aug 2004 10:20:52 +0000 (GMT) (envelope-from augusts@gmail.com) Received: by mproxy.gmail.com with SMTP id 73so50454rnk for ; Tue, 24 Aug 2004 03:20:52 -0700 (PDT) Received: by 10.38.92.30 with SMTP id p30mr1406794rnb; Tue, 24 Aug 2004 03:20:52 -0700 (PDT) Received: by 10.38.86.32 with HTTP; Tue, 24 Aug 2004 03:20:51 -0700 (PDT) Message-ID: <46fa40c104082403205419fd65@mail.gmail.com> Date: Tue, 24 Aug 2004 20:20:51 +1000 From: August Simonelli To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: uname -v shows no difference after buildkernel and installkernel etc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: August Simonelli List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2004 10:20:53 -0000 Hi all, I recently did the following: installed FreeBSD 5.2.1 from the iso cvsup'd the source (using tag=RELENG_5_2) followed section 19 of the handbook followed section 8 for the kernel rebuild and did a custom kernel (placing in /root/kernels and linking it, as per section 8.3) everything went well did a mergmaster and didn't accept any changes (it was a fresh system) rebooted and logged in did uname -v and got the same output as before all the above (Feb build date (5.2.1, right?), reference to GENERIC kernel not my custom kernel - my search of the list archives tells me it should show the local machine and a recent date in this output) Do I need to update somewhere to tell the system to boot the new kernel? If so, I totally missed that in the handbook (whoops). This also leads me to ask how one best confirms the system has "changed?" Thanks in advance for any help, August