Re: installing kernel fails, make is ok

2005-08-04 Thread BBB
i think so, i used sysinstall, i will try again though 
- Original Message - 
From: "Derrick MacPherson" <[EMAIL PROTECTED]>

To: "BBB" <[EMAIL PROTECTED]>
Sent: Thursday, August 04, 2005 8:19 PM
Subject: Re: installing kernel fails, make is ok



do you have all the source installed correctly?

On Thu, 2005-08-04 at 20:09 +0200, BBB wrote:

cd: can't cd to /usr/src/etc



___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: installing kernel fails, make is ok

2005-08-04 Thread Kris Kennaway
On Thu, Aug 04, 2005 at 08:09:46PM +0200, BBB wrote:
> hello!
> 
> Im having trouble installing my coustom kernel, config and make doesnt say 
> anything... :(
> 
> help me plz :)
> //alex
> 
> 
> 
> -bash-2.05b# uname -a
> FreeBSD dracula.xxx.net 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Wed Apr 27 
> 14:23:02 CEST 2005 [EMAIL PROTECTED]
> .net:/usr/src/sys/i386/compile/DRACULA  i386
> 
> -bash-2.05b# make installkernel KERNCONF=DRACULA
> --
> >>> Making hierarchy
> --
> cd /usr/src;  MAKEOBJDIRPREFIX=/usr/obj  MACHINE_ARCH=i386  MACHINE=i386  
> CPUTYPE=  GROFF_BIN_PATH=/usr/obj/usr/src/i386/leg
> acy/usr/bin  
> GROFF_FONT_PATH=/usr/obj/usr/src/i386/legacy/usr/share/groff_font  
> GROFF_TMAC_PATH=/usr/obj/usr/src/i386/legacy
> /usr/share/tmac 
> PATH=/usr/obj/usr/src/i386/legacy/usr/sbin:/usr/obj/usr/src/i386/legacy/usr/bin:/usr/obj/usr/src/i386/legacy
> /usr/games:/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/sbin:/bin:/usr/sbin
> :/usr/bin make -f Makefile.inc1 hierarchy
> cd /usr/src/etc;make distrib-dirs
> cd: can't cd to /usr/src/etc
> *** Error code 2

You don't have a full source tree installed.

Kris


pgp5ksc0qCIp0.pgp
Description: PGP signature


Re: installing kernel fails, make is ok

2005-08-04 Thread Martin McCormick
You might first try making a generic kernel with no
customization and see if that works.  If it does, you might be
accidentally leaving out support for something vital like disk drives
or something else equally vital causing the kernel to not get along
far enough to produce error messages.

If the generic configuration produces a working kernel, then
start pulling things off and re-making it until you kill it.  You will
then know what actually caused the problem.  If it doesn't tell you
anything at all, it must be rather early in the boot process because a
kernel can usually spit out an error or to to the screen before it
dies.

If you get a working kernel that is not quite what you wanted,
you can at least save the dmesg output and study it to see what
devices are in your computer and make sure that your custom
configuration includes all of them.

"BBB" writes:
>Im having trouble installing my coustom kernel, config and make doesnt say any
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"