Kernel module blacklist not working
Your problem probably results from the fact that a copy of /etc/modprobe.d/blacklist.conf
is located in the initramfs. When you reboot your computer, it is still using the old copy that doesn't contain your change. Try to rebuild the initramfs with the following command and then reboot:
sudo update-initramfs -u