Au boot : [FAIL] Kernel modules fails et [FAIL] Raise network interfaces

Bonjour

J’ai ces deux messages pendant le démarrage de Debian (version 32 bits) ;

[FAIL] Kernel modules fails et   
[FAIL] Raise network interfaces

Cependant je n’ai pas constaté de problèmes.

Est-ce grave docteur ?
Merci pour votre aide
Berni

Bonsoir,

Tu les as où ? À l’écran ? Si « oui », il serait bon d’aller voir les logs, genre dans une console
dmesg > startup.log
et après tu édites ce fichier pour ne poster que les quelques lignes avant et après tes lignes d’erreurs.

Ça demande à être clarifié. Que dit ceci ?

systemctl status systemd-modules-load.service

journalctl | grep modules |tail

readlink /vmlinuz /initrd.img

Bonjour,

jipete : j’ai beaucoup de mal a savoir ce qui est important dans le fichier, je cherche encore comment te transférer le contenu.

Verner : j’ai le résultat
1)

● systemd-modules-load.service - Load Kernel Modules
     Loaded: loaded (/lib/systemd/system/systemd-modules-load.service; static)
     Active: failed (Result: exit-code) since Wed 2022-06-15 09:49:28 CEST; 3min 16s ago
       Docs: man:systemd-modules-load.service(8)
             man:modules-load.d(5)
    Process: 207 ExecStart=/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
   Main PID: 207 (code=exited, status=1/FAILURE)
        CPU: 38ms

juin 15 09:49:28 debian11 systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
juin 15 09:49:28 debian11 systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
juin 15 09:49:28 debian11 systemd[1]: Failed to start Load Kernel Modules.
Warning: journal has been rotated since unit was started, output may be incomplete.
~
root@debian11:/home/mcm# journalctl | grep modules |tail
juin 14 20:19:04 debian11 systemd-modules-load[212]: Failed to insert module 'firewire_sbp2': Key was rejected by service
juin 14 20:19:04 debian11 systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
juin 14 20:19:04 debian11 systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
juin 15 09:49:27 debian11 systemd-modules-load[207]: Inserted module 'lp'
juin 15 09:49:27 debian11 systemd-modules-load[207]: Inserted module 'ppdev'
juin 15 09:49:27 debian11 systemd-modules-load[207]: Inserted module 'parport_pc'
juin 15 09:49:27 debian11 systemd-modules-load[207]: Inserted module 'msr'
juin 15 09:49:28 debian11 systemd-modules-load[207]: Failed to insert module 'firewire_sbp2': Key was rejected by service
juin 15 09:49:28 debian11 systemd[1]: systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE
juin 15 09:49:28 debian11 systemd[1]: systemd-modules-load.service: Failed with result 'exit-code'.
root@debian11:/home/mcm# 
root@debian11:/home/mcm# readlink /vmlinuz /initrd.img
boot/vmlinuz-5.10.0-15-686-pae
boot/initrd.img-5.10.0-15-686-pae
root@debian11:/home/mcm# 

J’ai tardé à répondre et je vous prie de m’en excuser. Pas encore très à l’aise avec linux. Merci pour votre aide
Berni

Précision
Le wifi fonctionne sans problème apparent,
Le lan RAS

Que dit ceci

grep -v '^#' /etc/fstab
grep '5.10.0-15-686-pae' /boot/*


sudo /usr/sbin/update-initramfs -u
sudo apt install -fs

(sudo → commandes en root, si pas sudo)

dpkg -l |grep multimedia-firewire

1 )

root@debian11:/home/mcm# grep -v '^#' /etc/fstab
UUID=47dcc555-8f5d-40aa-8eea-c13200eaae33 /               ext4    errors=remount-ro 0       1
UUID=5e2eeae9-eeed-4f3e-9dea-9290734b3e82 none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0
root@debian11:/home/mcm# 
root@debian11:/home/mcm# grep '5.10.0-15-686-pae' /boot/*
/boot/config-5.10.0-15-686-pae:CONFIG_BUILD_SALT="5.10.0-15-686-pae"
grep: /boot/grub: est un dossier
grep: /boot/vmlinuz-5.10.0-15-686-pae: binary file matches
root@debian11:/home/mcm# 
root@debian11:/home/mcm# /usr/sbin/update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.10.0-15-686-pae
/usr/sbin/update-initramfs: 142: mkinitramfs: not found
update-initramfs: failed for /boot/initrd.img-5.10.0-15-686-pae with 127.
root@debian11:/home/mcm#
root@debian11:/home/mcm# dpkg -l |grep multimedia-firewire
root@debian11:/home/mcm# 

Rien ne s’affiche

root@debian11:/home/mcm# dpkg -l |grep *
grep: Documents: est un dossier
grep: Images: est un dossier
grep: Modèles: est un dossier
grep: Musique: est un dossier
grep: Public: est un dossier
grep: Téléchargements: est un dossier
grep: Vidéos: est un dossier
root@debian11:/home/mcm#
  1. d’où provient firewire_sbp2 ??

  2. tu bootes avec quel loader ?
    Je voudrais voir la ligne qui charge le noyau.

dpkg -l |grep initramfs-tools-core

Je te tracasse avec mes problèmes :roll_eyes:

J’ai créé le CD d’installation version 32 bits Debian 11 depuis le site officiel et j’ai lancé l’install. Puis J’ai installé 2 firmwares le wifi (iwlwifi-3945-2.ucode avec apt install) et radeon (R520 méthodeapt install aussi)
Ce matin j’ai tenté wine mais pour l’instant ??

Loader multi boot - winbouse qui rame et linux qui démarre par défaut.

root@debian11:/home/mcm# dpkg -l |grep initramfs-tools-core
ii  initramfs-tools-core                 0.140                            all          generic modular initramfs generator (core tools)
root@debian11:/home/mcm#

Tout ça ne m’éclaire pas sur la provenance de firewire_sbp2: pas clair.

Loader multi boot - winbouse qui rame et linux qui démarre par défaut.

Pas sûr de comprendre ce qu’est précisément ce loader.
Peux-tu trouver son fichier de configuration et le poster ici ?

mkinitramfs: not found

Bizarre.
find /usr -name '*mkinitramfs'

grep -v '^#' /etc/apt/sources.list

mcm@debian11:~$ find /usr -name '*mkinitramfs'

/usr/sbin/mkinitramfs
/usr/bin/unmkinitramfs
mcm@debian11:~$ 
mcm@debian11:~$ grep -v '^#' /etc/apt/source.list
grep: /etc/apt/source.list: Aucun fichier ou dossier de ce type
mcm@debian11:~$

Je viens de passer une heure à mettre en forme le listing dmesg mais il est refusé par « joindre un fichier » (bull shit)
Si tu as une astuce, on y gagnerait sans doute.
Merci encore pour ta patience

Toutes les lignes signalant une anomalie en gras (1 ligne avant, 1 après).
Gras & Italique : 2 lignes en rouge

[ 0.441432] PCI: Using configuration type 1 for base access
[ 0.441457] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.441458] mtrr: probably your BIOS does not setup all CPUs.

[ 0.441432] PCI: Using configuration type 1 for base access
[ 0.441457] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.441458] mtrr: probably your BIOS does not setup all CPUs.

[ 1.839428] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[ 1.839437] ACPI BIOS Error (bug): _SB.PCI0._OSC: Excess arguments - ASL declared 5, ACPI requires 4 (20200925/nsarguments-162)
[ 1.839616] acpi PNP0A08:00: _OSC failed (AE_TYPE); disabling ASPM

[ 1.946743] pci 0000:01:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.946777] pci 0000:06:08.0: Firmware left e100 interrupts enabled; disabling
[ 1.946784] PCI: CLS 0 bytes, default 64

[ 4.379062] AppArmor: AppArmor sha1 policy hashing enabled
[ 4.379679] Unstable clock detected, switching default tracing clock to "global"
If you want to keep using the local clock, then add:**
** « trace_clock=local »**
** on the kernel command line**
[ 4.382660] Freeing unused kernel image (initmem) memory: 892K

[ 4.561752] ACPI: Power Button [PWRF]
[ 4.628095] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x000000000000053B (\GPIO) (20200925/utaddress-204)
[ 4.628108] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 4.628121] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 4.651375] ACPI: bus type USB registered

[ 4.772205] sdhci-pci 0000:06:02.2: SDHCI controller found [1217:7120] (rev 1)

[ 4.772429] mmc0: Unknown controller version (16). You may experience problems.

[ 4.804095] e100 0000:06:08.0 eth0: addr 0x94000000, irq 20, MAC addr 00:40:d0:8f:e9:42

[ 13.802099] systemd[1]: Set hostname to .
[ 15.881659] systemd[1]: /lib/systemd/system/plymouth-start.service:16: Unit configured to use KillMode=none. This is unsafe, as it disables systemd’s process lifecycle management for the service. Please update your service to use a safer KillMode=, such as ‹ mixed › or ‹ control-group ›. Support for KillMode=none is deprecated and will eventually be removed.
[ 16.210027] systemd[1]: Queued start job for default target Graphical Interface.

[ 18.004501] ppdev: user-space parallel port driver
[ 18.231940] systemd-journald[210]: File /var/log/journal/07a27436f73e4a4bacb5eaf88b7624c2/system.journal corrupted or uncleanly shut down, renaming and replacing.
[ 22.094582] audit: type=1400 audit(1655303850.548:2): apparmor=« STATUS »

[ 25.854095] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 26.263100] at24 0-0050: supply vcc not found, using dummy regulator
[ 26.267433] at24 0-0050: 256 byte spd EEPROM, read-only

[ 27.962686] iwl3945: hw_scan is disabled
[ 27.962764] iwl3945 0000:03:00.0: can’t disable ASPM; OS doesn’t have ASPM control
[ 28.016578] iwl3945 0000:03:00.0: Tunable channels: 13 802.11bg, 23 802.11a channels

[ 42.889022] iwl3945 0000:03:00.0: loaded firmware version 15.32.2.9
[ 47.918113] kauditd_printk_skb: 10 callbacks suppressed
[ 47.918118] audit: type=1400 audit(1655303876.373:22): apparmor=« DENIED » operation=« capable » profile="/usr/sbin/cupsd" pid=444 comm=« cupsd » capability=12 capname=« net_admin »

[ 53.477290] IPv6: ADDRCONF(NETDEV_CHANGE): wlp3s0: link becomes ready
[ 84.515275] systemd-journald[210]: Failed to read journal file /var/log/journal/07a27436f73e4a4bacb5eaf88b7624c2/user-1000.journal for rotation, trying to move it out of the way: Device or resource busy
[ 94.562344] rfkill: input handler disabled

//

Firewire (Wikipédia)
FireWire est le nom commercial donné par Apple1 à une interface série multiplexée, aussi connue sous la norme IEEE 1394 et également connue sous le nom d’interface i.LINK 1, nom commercial utilisé par Sony. Il s’agit d’un bus informatique véhiculant à la fois des données et des signaux de commandes des différents appareils qu’il relie.

Mon portable est en effet équipé de cette interface, mais je n’en ai pas l’utilité.

Pourquoi ne fais-tu pas un simple copié/collé. Il manque un ‹ s › à source…
Re…
grep -v '^#' /etc/apt/sources.list

Ce n’est pas ça que je demandais mais le fichier de configuration du bootloader pas clairement identifié.
As-tu un fichier /boot/grub/grub.cfg ? Si oui, poste le.
Et:

su -
echo $PATH
root@debian11:/home/mcm# grep -v '^#' /etc/apt/sources.list
deb cdrom:[Debian GNU/Linux 11.3.0 _Bullseye_ - Official i386 NETINST 20220326-11:26]/ bullseye main


deb http://ftp.u-picardie.fr/debian/ bullseye main non-free
deb-src http://ftp.u-picardie.fr/debian/ bullseye main non-free

deb http://security.debian.org/debian-security bullseye-security main non-free
deb-src http://security.debian.org/debian-security bullseye-security main non-free

deb http://ftp.u-picardie.fr/debian/ bullseye-updates main non-free
deb-src http://ftp.u-picardie.fr/debian/ bullseye-updates main non-free

root@debian11:/home/mcm# 

grub.txt (8,7 Ko)

Fichier en PJ

root@debian11:/boot/grub# echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
root@debian11:/boot/grub#
su -
export PATH=/sbin:$PATH
/usr/sbin/update-initramfs -u

puis rebooter, pour voir s’il y a du nouveau.

…on va revoir sources.list plus tard. Big problème.

root@debian11:/boot/grub# /usr/sbin/update-initramfs -u
update-initramfs: Generating /boot/initrd.img-5.10.0-15-686-pae
W: Possible missing firmware /lib/firmware/e100/d102e_ucode.bin for module e100
W: Possible missing firmware /lib/firmware/e100/d101s_ucode.bin for module e100
W: Possible missing firmware /lib/firmware/e100/d101m_ucode.bin for module e100
root@debian11:/boot/grub#
su -
cd /tmp
wget http://ftp.fr.debian.org/debian/pool/non-free/f/firmware-nonfree/firmware-misc-nonfree_20210315-3_all.deb
dpkg -i firmware-misc-nonfree_20210315-3_all.deb
/usr/sbin/update-initramfs -u

Et reposte le fichier /etc/apt/sources.list dans des balises code … ou poste le comme fichier ici.

Les deux erreurs Fail sont toujours présentes, hélas

root@debian11:/etc/apt# cat sources.list
deb cdrom:[Debian GNU/Linux 11.3.0 _Bullseye_ - Official i386 NETINST 20220326-11:26]/ bullseye main

# deb cdrom:[Debian GNU/Linux 11.3.0 _Bullseye_ - Official i386 NETINST 20220326-11:26]/ bullseye main

deb http://ftp.u-picardie.fr/debian/ bullseye main non-free
deb-src http://ftp.u-picardie.fr/debian/ bullseye main non-free

deb http://security.debian.org/debian-security bullseye-security main non-free
deb-src http://security.debian.org/debian-security bullseye-security main non-free

# bullseye-updates, to get updates before a point release is made;
# see https://www.debian.org/doc/manuals/debian-reference/ch02.en.html#_updates_and_backports
deb http://ftp.u-picardie.fr/debian/ bullseye-updates main non-free
deb-src http://ftp.u-picardie.fr/debian/ bullseye-updates main non-free

# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
root@debian11:/etc/apt#