Environment Red Hat Enterprise Linux 4, 5, 6, 7, 8 Issue How do I blacklist a kernel module to prevent it from loading automatically? How to disable a kernel module? How to disable a specific device driver? Resolution In order to prevent kernel modules loading during boot, the module name must be added into the blacklist file. Ensure the module is not configured to load either in /etc/modprobe.conf , /etc/modprobe.d/* , /etc/rc.modules , or /etc/sysconfig/modules/* before making the following modifications. Due to differences between the various versions of RHEL, please be sure to follow the appropriate steps for your system's version below: The shared steps for RHEL 5, 6, 7, 8 followed by the specific steps for each version The steps for RHEL 4 Shared Initial Steps for Red Hat Enterprise Linux 5, 6, 7 and 8 Kernel modules can be loaded directly, loaded as a dependency from another module, or during the boot ...