Error nessages on Kernel-update

Hello community,

I receved the following Messages on my last Update today:

:: kernel-install installing kernel 6.18.47-1-lts
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
libkmod: ERROR: kmod_config_parse: /etc/modprobe.d/blacklist.conf line 1: ignoring bad line starting with 'Disable'
(5/6) Check if user should be informed about rebooting after certain system package upgrades.
(6/6) Checking which packages need to be rebuilt

What this means?

Post the contents of this file.

cat /etc/modprobe.d/blacklist.conf

format is:

 # Disable the nouveau NVIDIA driver
  blacklist nouveau

for example.

cat /etc/modprobe.d/blacklist.conf
Disable intel mei (including mei_watchdog).
blacklist intel_pmc_bxt
blacklist iTCO_vendor_support

# Do not load the 'iTCO_wdt' watchdog module on boot.
blacklist iTCO_wdt

I have after the New Installation Watchdog disablet, how this:

To disable watchdog timers (both software and hardware), append nowatchdog to your boot parameters.

sudo nano /etc/modprobe.d/blacklist.conf

# Disable intel mei (including mei_watchdog).

blacklist intel_pmc_bxt
blacklist iTCO_vendor_support

# Do not load the 'iTCO_wdt' watchdog module on boot.

blacklist iTCO_wdt

Means you wrote something to this file in format that is not supported.
Specifically

Disable

word.

#Disable intel mei (including mei_watchdog). 

You are missing a ā€˜#’ on this line.

Ah, I see. I forgot to comment out that line with a # – a copy-and-paste error.

I set up the computer again last night; I guess I was already a bit too tired …