My /boot/loader and /boot/kernel exist on different partitions.
Which paths are used for the modules.
sysctl kern.module_path shows,
But are these module paths on the partition where the loader is located or on the partition where the kernel is located ?
Currently I have copied the modules directory on both partitions as I don't know which one is used and when.
PS: The loader.conf contains also references to some modules. And some modules are dependend on other modules wich are "automatic" loaded. This happens even before init is started. (I think ???)
My /boot/loader.conf contains:
Which paths are used for the modules.
sysctl kern.module_path shows,
Code:
/boot/kernel;/boot/modules;/boot/dtb;/boot/dtb/overlays
Currently I have copied the modules directory on both partitions as I don't know which one is used and when.
PS: The loader.conf contains also references to some modules. And some modules are dependend on other modules wich are "automatic" loaded. This happens even before init is started. (I think ???)
My /boot/loader.conf contains:
Code:
opensolaris_load="YES"
zfs_load="YES"
cc_cubic_load="YES"