Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Mar 1998 04:31:56 +0100
From:      Eivind Eklund <eivind@yes.no>
To:        Steve Price <sprice@hiwaay.net>
Cc:        current@FreeBSD.ORG
Subject:   Re: Filesystem mount failed, startup aborted (was Re: panic: cannot mount root)
Message-ID:  <19980322043156.03042@follo.net>
In-Reply-To: <35147BC9.167EB0E7@hiwaay.net>; from Steve Price on Sat, Mar 21, 1998 at 08:47:37PM -0600
References:  <199803220213.SAA07284@dingo.cdrom.com> <35147BC9.167EB0E7@hiwaay.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Mar 21, 1998 at 08:47:37PM -0600, Steve Price wrote:
> Mike Smith wrote:
> > 
> > This won't create it.
> > 
> > # cd /dev
> > # ./MAKEDEV wd0s1a
> > 
> > will create wd0s1[a-h].
> > 
> > The original plaintiff will also want to update /sbin/mount.
> 
> Yes, I did this before I rebooted the first time. :)
> 
> I am back from rebooting and everything works now.
> Just for everyone else's sake that may come across
> this in the future.  Here's what I did to get up
> and going after grabbing a fresh -current tree.
> 
> cd /usr/src/include; make all install
> cd /usr/src/sbin/mount; make all install
> cd /usr/src/sys/conf/i386; config mykernel
> cd ../../compile/mykernel; make depend all install

You don't want to compile things this way.  You want each of the
special targets to be in a separate run of make.

Especially, you want
	make depend && make && make install
for compiling your kernel.  The .depend file is not read if you do the
compile in the same run of make.

Eivind.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



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