On 1/30/06, serge <websnaker newmail.ru> wrote:
> Hi.
>
> I have compiled a kernel but it is not loaded. In a
manual it is written that after
> installation is formed two catalogues /boot/kernel and
/boot/kernel.old.
> But it has not taken place. My actions:
>
> # cd /usr/src/sys/i386/conf
> # mkdir /root/kernels/MYKERNEL
> # cp GENERIC /root/kernels/MYKERNEL
> # ln -s /root/kernels/MYKERNEL
>
> # cd /usr/src
> # make buildkernel KERNCONF=MYKERNEL
> # make installkernel KERNCONF=MYKERNEL
>
> *** Error code 2
>
>
>
Do it the old way:
# cd /usr/src/sys/i386/conf
# config MYKERNEL
# cd ../compile/MYKERNEL
# make cleandepend
# make depend
# make
# make install
# reboot
_______________________________________________
freebsd-questions freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-que
stions
To unsubscribe, send any mail to
"freebsd-questions-unsubscribe freebsd.org"
|