Boot Loader Conf

Thomas D. Dean tomdean at speakeasy.org
Sat Dec 17 17:42:26 UTC 2011


FreeBSD 9.0 (RC2) amd64. up-to-date.

I want to load a module, nvidia, on boot.

/boot/loader.rc contains
  include /boot/loader.4th
  start

/boot/loader.conf contains
  cpuctl_load="YES"
  nvidia_load="YES"

/boot/modules/ directory contains
nvidia.ko
/boot/kernel/ directory contains
cpuctl.ko

But, the modules are not loaded.

What am I missing?

tomdean



More information about the freebsd-amd64 mailing list