blog
techdoc
work
about
codebase
blog
techdoc
work
about
techdoc
Java SE
Jakarta EE
Java EE
database
linux
shell
setup
file system
kernel
blacklisting modules
compile, install, remove
nomodeset
input devices
java
dev tools
frontent
documentation creation
blacklisting modules
created on
January 19, 2022
the default way
As root:
Create the file
/etc/modprobe.d/<modulename>.conf
, containing the line
blacklist <modulename>
Run
depmod -ae
Recreate initrd with
update-initramfs -u
Reboot
the ‘fake install’ way
Create the file
/etc/modprobe.d/<modulename>.conf
, containing the line
install <modulename> /bin/true
.
Reboot
blacklisting modules
the default way
the ‘fake install’ way