Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Oct 2014 13:19:43 -0600
From:      Dave Babb <dcbdbis@comcast.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: SOLVED WITH QUESTIONS Re: Latest NVidia Driver Issue
Message-ID:  <543AD44F.2060408@comcast.net>
In-Reply-To: <CAHu1Y7127RBEP9vGO3Paxp4k2O-04xU58nsZytNa4zmt5ooCQQ@mail.gmail.com>
References:  <5439F046.60204@comcast.net>	<543ABF08.10701@comcast.net> <CAHu1Y7127RBEP9vGO3Paxp4k2O-04xU58nsZytNa4zmt5ooCQQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
I ask the last question because the handbook states that
"/boot/defaults/loader.conf" is read before "/boot/loader.conf" in stage
three of the boot process. the relevant portion of the handbook states:

"The loader will then read |/boot/loader.rc|, which by default reads in
|/boot/defaults/loader.conf| which sets reasonable defaults for
variables and reads |/boot/loader.conf| for local changes to those
variables. |loader.rc| then acts on these variables, loading whichever
modules and kernel are selected.
"

However my loader.rc doesn't mention this file

//-----------------------Begin cut-n-paste

\ Loader.rc
\ $FreeBSD: release/10.0.0/sys/boot/i386/loader/loader.rc 151874
2005-10-30 05:41:42Z scottl $
\
\ Includes additional commands
include /boot/loader.4th

\ Reads and processes loader.conf variables
start

\ Tests for password -- executes autoboot first if a password was defined
check-password

\ Load in the boot menu
include /boot/beastie.4th

\ Start the boot menu
beastie-start
//---------------------end cut-n-paste


Suggestions?

Remember, this is common to default installs of 10.1 RC, and fresh
default installs of 10.0. So there is a common denominator here..... I
just don;t know where or who to ask for resolution.

My issue is solved by me moving the module over....But that is not going
to solve the issue for other NVidia users who do a clean  or new
install....And especially for new users to FreeBSD installing for their
first time...


Thank you for assistance,

Sincerely and respectfully,

Dave



On 10/12/14 12:44, Michael Sierchio wrote:
> On Sun, Oct 12, 2014 at 10:48 AM, Dave <dcbdbis@comcast.net> wrote:
>
>> I researched where the loader looks for modules, and it looks like
>> /boot/modules is not in it's search path. /boot/modules was where the nvidia
>> module was put after I built it from ports.
> kudzu@daggoo:~ 204> sysctl kern.module_path
> kern.module_path: /boot/kernel;/boot/modules
>
> you could add this to your /boot/loader.conf
>
> module_path="/boot/kernel;/boot/modules"     # Set the module search path
>
> - M
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>




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