I want to troubleshoot, and resolve this (my goal is to remove the fail message at boot).
Any ideas? Thanks. I though it might have been I2C (which is disabled in raspi-config), but now, i just dunno.
Here is the boot scroll message:

Failed] Failed to start Load Kernel Modules.
See 'systemctl status systemd-modules-load.service' for details.
6.080707] systemd[1]: failed to start Load Kernel Modules.
6.097303] systemd[1]: Unit systemd-modules-load.service entered failed state.
systemctl status systemd-modules-load.service
Code: Select all
pi@raspberrypi:~ $ systemctl status systemd-modules-load.service
● systemd-modules-load.service - Load Kernel Modules
Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
Active: failed (Result: exit-code) since Sat 2016-04-09 12:01:28 EDT; 13min ago
Docs: man:systemd-modules-load.service(8)
man:modules-load.d(5)
Process: 85 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
Main PID: 85 (code=exited, status=1/FAILURE)
Is possible to resolve this?