Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jun 2009 19:16:46 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        freebsd-stable@freebsd.org
Cc:        Dan Allen <danallen46@airwired.net>, "Paul B. Mahol" <onemda@gmail.com>
Subject:   Re: Something since June 8th clobbers my disk...
Message-ID:  <200906121916.46729.kstewart@owt.com>
In-Reply-To: <B2BA29D4-BEE8-427B-88AB-28775F550BE5@airwired.net>
References:  <212AA509-6A5D-4D43-8B02-A31E636A8D40@airwired.net> <3a142e750906111641w73d991a7ld22ff9a9150404e0@mail.gmail.com> <B2BA29D4-BEE8-427B-88AB-28775F550BE5@airwired.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 11 June 2009 06:33:24 pm Dan Allen wrote:
> On 11 Jun 2009, at 5:41 PM, Paul B. Mahol wrote:
> > Looks like boot(8) is problematic.
> > Anything in /etc/src.conf or /etc/make.conf?
>
> I have never touched or created a src.conf.  If there was one there,
> it has been unmodified by me.
>
> I HAVE modified make.conf.  Here is its contents:
>
> --- /etc/make.conf ---
>
> BATCH=yes
> NO_PROFILE=yes
> KERNCONF=DKA
> USE_FORTRAN=yes
> WITH_JADETEX=no
> PERL_VERSION=5.8.9
>
> ---
>
> My custom kernel named DKA has only three modifications from GENERIC:
>
> I commented out the following three lines:
>
> #cpu I486_CPU
> #cpu I586_CPU
> #makeoptions DEBUG="-g"
>
> I have run with such a kernel on many machines for many years now.
>
> However, my experiments have shown that the kernel build is not to
> blame.
>
> Isn't boot part of the kernel build?  Why would installing the kernel
> not cause this problem?
>
> It is by installing the world via make installworld that my drive gets
> munged.
>
> I obviously am missing something, but boot(8) sounds like it is in the
> neighborhood of where the problem is.
>
> There were changes to /usr/src/sys/boot/i386/libi386/biosdisk.c and
> biospnp.c that really look suspect to me.

The order of your builds in previous messages had the kernel built on an old 
world. You are supposed to do the buildworld first and then, build and 
install the kernel. The classic way at this point is to boot into single user 
mode and do the installworld.

Kent
>
> Dan
>
> _______________________________________________
> freebsd-stable@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-stable
> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"



-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html




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