Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2006 01:31:42 -0700
From:      Garrett Cooper <youshi10@u.washington.edu>
To:        freebsd-questions@freebsd.org
Subject:   Re: custom kernel, make buildkernel and then?
Message-ID:  <452CABEE.8040302@u.washington.edu>
In-Reply-To: <20061011101745.D27448@192.168.11.51>
References:  <20061011084014.W23849@192.168.11.51>	<452CA3A0.9060002@locolomo.org> <20061011101745.D27448@192.168.11.51>

next in thread | previous in thread | raw e-mail | index | archive | help
Zbigniew Szalbot wrote:
> 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
Easier just to go ln -s /root/kernel/LISTS /usr/src/sys/[arch]/conf/ .

-Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?452CABEE.8040302>