From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 16:08: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 AE76216A420 for ; Thu, 28 Jul 2005 16:08:06 +0000 (GMT) (envelope-from bryan.maynard@reallm.com) Received: from hosting.sourcit.net (mail3.eitsolutions.net [68.23.20.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13DEF43D49 for ; Thu, 28 Jul 2005 16:08:05 +0000 (GMT) (envelope-from bryan.maynard@reallm.com) Received: (qmail 18842 invoked from network); 28 Jul 2005 10:40:02 -0500 Received: from al1-24.207.169.154.charter-stl.com (HELO ?192.168.1.101?) (24.207.169.154) by sourcit.net with SMTP; 28 Jul 2005 10:40:02 -0500 From: Bryan Maynard Organization: Sofos Nikitis To: freebsd-questions@freebsd.org Date: Thu, 28 Jul 2005 10:39:06 +0000 User-Agent: KMail/1.8.1 References: <42E8E749.10904@meijome.net> In-Reply-To: <42E8E749.10904@meijome.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200507281039.06997.bryan.maynard@reallm.com> 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 16:08:06 -0000 On Thursday 28 July 2005 02:10 pm, Norberto Meijome wrote: > quick question - I have a remote box with SMP/HTT disabled, but I'd > like to see how it works with it. If I make a copy of my current > kernel to /kernel_orig, I should be able to install the SMP one as > /kernel, and if hell breaks lose, I should be able to point it to > /kernel_orig ... right? 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. > any caveats for this? ( I do off-band access to the server) Booting using "boot /boot/kernel.old/kernel" runs as if you were booting using your current kernel. I ran my laptop all day on my old kernel and did't see any problems. > thanks in advance, > Beto Thanks, Bryan -- Open Source: by the people, for the people.