From owner-freebsd-questions@FreeBSD.ORG Thu Jun 9 21:46:46 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 5994C16A41C for ; Thu, 9 Jun 2005 21:46:46 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kane.otenet.gr (kane.otenet.gr [195.170.0.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7DFFF43D48 for ; Thu, 9 Jun 2005 21:46:44 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by kane.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j59LkNVU024842; Fri, 10 Jun 2005 00:46:24 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j59LkNkl077471; Fri, 10 Jun 2005 00:46:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j59LkNYc077470; Fri, 10 Jun 2005 00:46:23 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Fri, 10 Jun 2005 00:46:23 +0300 From: Giorgos Keramidas To: fbsd_user Message-ID: <20050609214623.GA77437@orion.daedalusnetworks.priv> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: How to boot kernel.old version in 5.4 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, 09 Jun 2005 21:46:46 -0000 On 2005-06-09 17:40, fbsd_user wrote: > In 5.4 after compiling a new kernel you have the default boot location being > /boot/kernel/ directory containing the current newly compiled kernel and > /boot/kernel.old/ directory containing the generic system. > > For safeguard I do > mkdir /boot/kernel.generic > cp -Rfv /boot/kernel.old/ /boot/kernel.generic/ > > Now my question, > At the beastie boot menu I select option 6 for boot prompt, > What do I enter to load from /boot/kernel.generic/ directory?? If I remember all the commands correctly (since it's been a while now), you can use either: unload set bootfile=/boot/kernel.old/kernel set module_path=/boot/kernel.old load kernel boot or the simpler: boot kernel.old