From owner-freebsd-questions@FreeBSD.ORG Wed Sep 7 11:07:03 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 E2BA116A41F for ; Wed, 7 Sep 2005 11:07:03 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from aiolos.otenet.gr (aiolos.otenet.gr [195.170.0.93]) by mx1.FreeBSD.org (Postfix) with ESMTP id 159E543D48 for ; Wed, 7 Sep 2005 11:07:02 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by aiolos.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j87B6xZX024398; Wed, 7 Sep 2005 14:07:00 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.4/8.13.4) with ESMTP id j87B6xlM007439; Wed, 7 Sep 2005 14:06:59 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.4/8.13.4/Submit) id j87B6xct007438; Wed, 7 Sep 2005 14:06:59 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) X-Authentication-Warning: orion.daedalusnetworks.priv: keramida set sender to keramida@ceid.upatras.gr using -f Date: Wed, 7 Sep 2005 14:06:59 +0300 From: Giorgos Keramidas To: "Frederick N. Brier" Message-ID: <20050907110659.GA7415@orion.daedalusnetworks.priv> References: <431DB202.2070603@multideck.com> <20050906152850.GA28262@orion.daedalusnetworks.priv> <431E2784.3060801@multideck.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431E2784.3060801@multideck.com> Cc: freebsd-questions@freebsd.org Subject: Re: Repairing "kernel not found" 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: Wed, 07 Sep 2005 11:07:04 -0000 On 2005-09-06 19:34, "Frederick N. Brier" wrote: > More info. If I "ls" either before or after setting the bootpath or > module_path environment variables, the response is: "open '/' failed: > no such file or directory". The "load kernel" command returns: "can't > file 'kernel'". Do I need to load a module so that the 3Ware drive > "twe" is loaded? The loaddev and currdev variables are both set to > "disk1s1a:" Thank you again. Hmmm, isn't it a job of the system BIOS to present a "disk" from the twe controller? Not sure why this would fail; I haven't used twe so far.