From owner-freebsd-stable@FreeBSD.ORG Wed Jan 10 19:54:10 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D454016A403 for ; Wed, 10 Jan 2007 19:54:10 +0000 (UTC) (envelope-from xuchen66@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 71BE213C441 for ; Wed, 10 Jan 2007 19:54:10 +0000 (UTC) (envelope-from xuchen66@gmail.com) Received: by nf-out-0910.google.com with SMTP id k27so605619nfc for ; Wed, 10 Jan 2007 11:54:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DV14BqRSI9wcGbew76EQaeD/bmtGgncUXQ9XTxPwOC7SCu1BKQCJgQyovxM8q1EEFldNOxzpEYPamRRqKzXtDdSuqFjZl8ay+FU5buZnktMtrlRrQWNwsQvVoO1qX0A/E6tNRcH7yv5agOxufL9jPz9DHFciVLTl3JoeEHEgN8k= Received: by 10.82.113.6 with SMTP id l6mr153561buc.1168458849027; Wed, 10 Jan 2007 11:54:09 -0800 (PST) Received: by 10.82.161.6 with HTTP; Wed, 10 Jan 2007 11:54:09 -0800 (PST) Message-ID: <184b087c0701101154x4bf948e7k8f00d4f9e7e2a8d6@mail.gmail.com> Date: Wed, 10 Jan 2007 14:54:09 -0500 From: "Chen Xu" To: "Kevin Oberman" In-Reply-To: <20070110184932.D5F4645053@ptavv.es.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200701101153.GAA11622@hera.homer.att.com> <20070110184932.D5F4645053@ptavv.es.net> Cc: freebsd-stable@freebsd.org Subject: Re: booting question X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 19:54:10 -0000 > Don't unload. Assuming that you use loader, let the system proceed to > the count-down and press any key except . Then enter the command: > boot kernel.old > > If you want to boot with options, place them at the end. (E.g. "boot > kernel.old -s" that is very nice to know. I ran into the very same problem recently. what I used to do was: at counting down, press SPACE bar, unload, load /boot/kernel.old/kernel, boot. At least this order worked in the past. Something must have changed at some point. Chen