From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 23:40:06 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B9D5F16A41F for ; Thu, 28 Jul 2005 23:40:06 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from opusnet.com (mail.opusnet.com [209.210.200.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7450B43D5E for ; Thu, 28 Jul 2005 23:40:03 +0000 (GMT) (envelope-from garys@opusnet.com) Received: from localhost.localhost [70.98.246.232] by opusnet.com with ESMTP (SMTPD32-8.05) id ACCF642D0020; Thu, 28 Jul 2005 16:39:59 -0700 Received: from localhost.localhost (localhost.localhost [127.0.0.1]) by localhost.localhost (8.13.3/8.13.3) with ESMTP id j6SNex6T078225; Thu, 28 Jul 2005 16:40:59 -0700 (PDT) (envelope-from garys@opusnet.com) Received: (from jojo@localhost) by localhost.localhost (8.13.3/8.13.3/Submit) id j6SNejjp078222; Thu, 28 Jul 2005 16:40:45 -0700 (PDT) (envelope-from garys@opusnet.com) To: Bryan Maynard References: <42E8E749.10904@meijome.net> <200507281039.06997.bryan.maynard@reallm.com> From: garys@opusnet.com (Gary W. Swearingen) Date: Thu, 28 Jul 2005 16:40:45 -0700 In-Reply-To: <200507281039.06997.bryan.maynard@reallm.com> (Bryan Maynard's message of "Thu, 28 Jul 2005 10:39:06 +0000") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: Backup kernel - confirmation 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: Thu, 28 Jul 2005 23:40:06 -0000 Bryan Maynard writes: > Yes, you can do that. Also of note is that when FreeBSD compiles a > kernel it takes the old kernel and renames it kernel.old. When FreeBSD > is booting you can select which kernel to use simpy by entering > "boot /boot/kernel.old/kernel" or "boot /boot/kernel_orig/kernel". I > did this when I was tweak the kernel in my laptop. Check the boot man > page for more info. I'm getting the Handbook changed on this subject just now. When the standard make scripts are _installing_ a kernel (and modules) in 5.x, It only renames kernel -> kernel.old if your most recent boot used kernel; it overwrites kernel if you booted with kernel.old or kernel.GENERIC, etc.