From owner-freebsd-stable@FreeBSD.ORG Thu Jul 1 18:12:09 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 F2F3B106566C for ; Thu, 1 Jul 2010 18:12:09 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 995FE8FC0A for ; Thu, 1 Jul 2010 18:12:09 +0000 (UTC) Received: by gyf3 with SMTP id 3so1551598gyf.13 for ; Thu, 01 Jul 2010 11:12:06 -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=68PHpgAmAZxo/kXubrAJZBdyIau0tPKzynWhlm7HYIY=; b=fo6SQ7lU6J7SLgfq6CNfF72tEpH1IPsN/zszHMRpK0/juZGxQmuy2DTgLNuUemrRxt DbPNT22WBSOO9eOcMXuR9h3lleW7UFpl+TT2De9DMs7OgQIXl6H5rMupKLQJ31RzCs23 xpMPV62NnCWMO8Da0Bw4fqJaxno4Q3TckdPvU= 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=Ws+SjtALvjT467ztesCwsZrYAAqDxA520bJeC17rUxAryNsjhGvS2bWQ1pio8XSLsw u+U8rWAi+HNo358H10OAP5XN+dOki4Cf6vFEamIeNTsso/S/NiJeiPKJ+KWsckqm97sk LMLoT8zT1R9fWC/F5+Yag929RrR07TPJ+2Pq0= MIME-Version: 1.0 Received: by 10.229.223.201 with SMTP id il9mr6472314qcb.89.1278007925688; Thu, 01 Jul 2010 11:12:05 -0700 (PDT) Received: by 10.229.221.83 with HTTP; Thu, 1 Jul 2010 11:12:05 -0700 (PDT) In-Reply-To: References: <4C280435.4060603@halplant.com> <20100701160622.GA98823@icarus.home.lan> <4C2CC0B2.4030100@exonetric.com> Date: Thu, 1 Jul 2010 11:12:05 -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:12:10 -0000 On Thu, Jul 1, 2010 at 11:10 AM, Garrett Cooper wrote: > 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. 1.a. mount filesystem ;P. > 2. Enter in: cd /mnt/boot; mv kernel kernel.old > 3. Install kernel distribution from sysinstall -Garrett