From owner-freebsd-stable@FreeBSD.ORG Thu Jul 1 18:10:40 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C22A9106566B for ; Thu, 1 Jul 2010 18:10:40 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 376FF8FC14 for ; Thu, 1 Jul 2010 18:10:39 +0000 (UTC) Received: by gxk7 with SMTP id 7so1539193gxk.13 for ; Thu, 01 Jul 2010 11:10:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=/4TT1BVu7zazFb9/FbZcoPs7itVW/yY2TlDIyKRu0Qk=; b=F6fj4tqHwrLe+ekSPpDn6uce4bMQAnq7jGGn+UH5AnDKGfbpeoBMnzw4xovJvl3F87 2W9JfsqeL523s8xyu1PzgDd770JCTYX80ZaTkJwvsrIi+PLbaErWKqk4uM12K5YgdHFx ck2me4qWuW/Vt4DJtdcXIJwK+xmdElZoSFDV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KhBXlDwBA+eYdpzvo/YOYQoaYqZeDCz5wVnBqfUtbAy4xZmBZBOMPRVmSPpdz9va/E ObIht9QxBNMul0rzHD1ZSEpjqOHO7nS08iJ6W05l7R6OeGjGo9w2W4ffg20x0897D+/x VeFshsofeAA61bgcX7mdoROhuTZUXVKP9ycGI= MIME-Version: 1.0 Received: by 10.229.232.6 with SMTP id js6mr6499703qcb.14.1278007836411; Thu, 01 Jul 2010 11:10:36 -0700 (PDT) Received: by 10.229.221.83 with HTTP; Thu, 1 Jul 2010 11:10:36 -0700 (PDT) In-Reply-To: <4C2CC0B2.4030100@exonetric.com> References: <4C280435.4060603@halplant.com> <20100701160622.GA98823@icarus.home.lan> <4C2CC0B2.4030100@exonetric.com> Date: Thu, 1 Jul 2010 11:10:36 -0700 Message-ID: From: Garrett Cooper To: Mark Blackman Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org, GNUbie , maurovale@gmail.com, freebsd@jdc.parodius.com Subject: Re: Unable to boot FreeBSD 8.0-p3 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: Thu, 01 Jul 2010 18:10:40 -0000 On Thu, Jul 1, 2010 at 9:22 AM, Mark Blackman wrote: > GNUbie wrote: > >> Moving forward, what are your recommendations in order for me to be >> able to boot from my system? > > Boot from a "live" CD of some recent/reasonable vintage, mount the > filesystems and try to reinstall the old kernel installation? probably > as simple as a > > 1. "move installed kernel directory to another name" > 2. "move kernel.old directory to kernel" > > Bear in mind, I've not done this kind of fiddling for a while, so > I might have the precise details wrong. 1. Go into rescue shell. 2. Enter in: cd /mnt/boot; mv kernel kernel.old 3. Install kernel distribution from sysinstall :). -Garrett