From owner-freebsd-questions@FreeBSD.ORG Wed Oct 11 08:19:13 2006 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 4B08216A40F for ; Wed, 11 Oct 2006 08:19:13 +0000 (UTC) (envelope-from zbyszek@szalbot.homedns.org) Received: from lists.lc-words.com (lists.lc-words.com [83.19.156.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id D81C143D67 for ; Wed, 11 Oct 2006 08:19:08 +0000 (GMT) (envelope-from zbyszek@szalbot.homedns.org) Received: from [127.0.0.1] (helo=localhost) by lists.lc-words.com with esmtp (Exim 4.63 (FreeBSD)) (envelope-from ) id 1GXZJB-0007Cz-VP; Wed, 11 Oct 2006 10:19:22 +0200 Date: Wed, 11 Oct 2006 10:19:21 +0200 (CEST) From: Zbigniew Szalbot X-X-Sender: zbyszek@192.168.11.51 To: Erik Norgaard In-Reply-To: <452CA3A0.9060002@locolomo.org> Message-ID: <20061011101745.D27448@192.168.11.51> References: <20061011084014.W23849@192.168.11.51> <452CA3A0.9060002@locolomo.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: custom kernel, make buildkernel and then? 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, 11 Oct 2006 08:19:13 -0000 Hello, On Wed, 11 Oct 2006, Erik Norgaard wrote: > Yes, you can install the kernel. Applications don't live in kernelspace. If > your kernel fails to boot you can boot the old kernel by in the loader menu > go to a promt, unload the kernel and load kernel.old. Now here comes the funny part. When I do, I get the following message: $ sudo make installkernel KERNCONF=LISTS ERROR: No kernel "LISTS" to install. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Should I specify the path like KERNCONF=/root/kernel/LISTS ? Thank you very much for taking time to help me! -- Zbigniew Szalbot