logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#26 28-12-2023 12:29:27

enicar
Membre
Lieu : pas ici
Distrib. : sid
Noyau : Linux 6.5.3
(G)UI : openbox
Inscription : 26-08-2010

Re : [Résolu] cat /proc/ me fait des misères

J'ai eu la flemme de tout lire dans le détail. Mais je tiens à donner une info.
On configure le périphérique où le système de l'initramfs va récupérer
le système après hibernation dans le fichier :


/etc/initramfs-tools/conf.d/resume
 



Dans ce fichier on trouve :


RESUME=/dev/sdxx
 


Ici /dev/sdxx est un exemple ; ça devrait être le nom d'une partition de
swap assez grande pour hiberner. On aussi avoir none quand on ne
désire pas utiliser l'hibernation.

Malheureusement, ce paramètre lorsqu'il est mal configuré provoque un
long délai d'attente lors du boot. Donc il faut le positionner
correctement pour éviter ce désagrément. C'est à dire mettre le nom d'un
périphérique de swap existant !

Dernière modification par enicar (28-12-2023 12:30:19)

Hors ligne

#27 28-12-2023 12:29:45

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

Rhââââh, quelle andouille… Suffisait de lancer fsck…

root@localhost:~# fsck /dev/mmcblk*
fsck de util-linux 2.39.3
e2fsck 1.47.0 (5-Feb-2023)
fsck.ext2: Aucun fichier ou dossier de ce type while trying to open /dev/mmcblk*
Possibly non-existent device?
 


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#28 28-12-2023 12:34:11

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

La suite…

root@localhost:~# fsck /dev/nvme*
fsck de util-linux 2.39.3
e2fsck 1.47.0 (5-Feb-2023)
fsck.ext2: Aucun fichier ou dossier de ce type while trying to open /dev/nvme*
Possibly non-existent device?
 



En revanche, fsck /dev/sd* donne un efloppée de ce type :

[12?]? .
[12?]?
[12?]?
[12?]?
[12?]? /
[12?]?
[12?]?
[12?]?
[12?]? 0
[12?]?
[12?]?
[12?]?
[12?]? 1
 



Si on précise, avec /dev/sda, on a :

root@localhost:~# fsck /dev/sda
fsck de util-linux 2.39.3
e2fsck 1.47.0 (5-Feb-2023)
/dev/sda is in use.
e2fsck: Cannot continue, aborting.
 


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#29 28-12-2023 12:36:57

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

enicar a écrit :

J'ai eu la flemme de tout lire dans le détail.


Comme je te comprends…

Mais je tiens à donner une info.


Ce dont je te remercie.

On configure le périphérique où le système de l'initramfs va récupérer le système après hibernation dans le fichier :


/etc/initramfs-tools/conf.d/resume
 



Dans ce fichier on trouve :


RESUME=/dev/sdxx
 


Ici /dev/sdxx est un exemple ; ça devrait être le nom d'une partition de swap assez grande pour hiberner. On aussi avoir none quand on ne désire pas utiliser l'hibernation.

Malheureusement, ce paramètre lorsqu'il est mal configuré provoque un long délai d'attente lors du boot. Donc il faut le positionner correctement pour éviter ce désagrément. C'est à dire mettre le nom d'un périphérique de swap existant !



OK, je vais regarder cela.
Je te remercie encore une fois


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#30 28-12-2023 12:48:19

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

Alors, le fichier /etc/initramfs-tools/conf .d/resume contient une seule et unique ligne :

RESUME=UUID=cb11a1cf-ac39-4f6b-8bcb-882414123616



Mais pas de /dev/sd*

La partition de swap est /dev/sda4 :

root@localhost:~# fdisk -l
Disque /dev/sda : 465,76 GiB, 500107862016 octets, 976773168 secteurs
Modèle de disque : HGST HTS725050A7
Unités : secteur de 1 × 512 = 512 octets
Taille de secteur (logique / physique) : 512 octets / 4096 octets
taille d'E/S (minimale / optimale) : 4096 octets / 4096 octets
Type d'
étiquette de disque : gpt
Identifiant de disque : A5529BB5-DFCC-4299-B504-851114FCB07F

Périphérique    Début       Fin  Secteurs Taille Type
/dev/sda1        2048   1050623   1048576   512M Système EFI
/dev/sda2     1050624  49879039  48828416  23,3G Système de fichiers Linux
/dev/sda3    49879040  69410815  19531776   9,3G Système de fichiers Linux
/dev/sda4    69410816  71411711   2000896   977M Partition d'échange Linux
/dev/sda5    71411712  75317247   3905536   1,9G Système de fichiers Linux
/dev/sda6    75317248 976771071 901453824 429,8G Système de fichiers Linux



Est-ce que le fichier /etc/initramfs-tools/conf .d/resume devrait être modifié pour qu'il indique clairement /dev/sd4 ? Ou un autre fichier

Dernière modification par fred02840 (28-12-2023 12:57:58)


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#31 28-12-2023 13:04:26

Cram28
Adhérent(e)
Lieu : Eure-et-Loir
Distrib. : Debian GNU/Linux 12.5
Noyau : Linux 6.1.0-20-amd64
(G)UI : Xfce 4.18
Inscription : 14-09-2020

Re : [Résolu] cat /proc/ me fait des misères

Bonjour,

La commande

lsblk -f

va te lister l'ensemble des «disques» disponibles sur ton système et leur organisation.
Y compris les identifiants uniques UUID que le système leur attribue.

Dans le résultat de la commande, tu dois pouvoir retrouver l'UUID ''cb11a1cf-ac39-4f6b-8bcb-882414123616'' indiqué, qui devrait correspondre à une partition de type swap / partition d'échanges normalement.
Donc /dev/sda4 a priori...

@+

Dernière modification par Cram28 (28-12-2023 13:07:44)


Travaille du chapeau: "Je sais que vous croyez comprendre ce que vous pensez que j'ai dit, mais je ne suis pas certain que vous réalisiez que ce que vous avez entendu n'est pas exactement ce que je voulais dire..."

Hors ligne

#32 28-12-2023 15:21:34

enicar
Membre
Lieu : pas ici
Distrib. : sid
Noyau : Linux 6.5.3
(G)UI : openbox
Inscription : 26-08-2010

Re : [Résolu] cat /proc/ me fait des misères

fred02840 a écrit :

Alors, le fichier /etc/initramfs-tools/conf .d/resume contient une seule et unique ligne :


RESUME=UUID=cb11a1cf-ac39-4f6b-8bcb-882414123616
 



Mais pas de /dev/sd*


Ah oui ! c'est une autre possibilité, plutôt que d'utiliser un /dev/sdxx
il vaut mieux utiliser un UUID car il est unique et n'est pas sujet au
changement comme la numérotation des disques.

Dernière modification par enicar (28-12-2023 15:21:59)

Hors ligne

#33 29-12-2023 11:09:29

raleur
Membre
Inscription : 03-10-2014

Re : [Résolu] cat /proc/ me fait des misères

Je ne vois rien d'inquiétant dans la sortie de smartctl. Pas de secteurs défectueux détectés, les 3 erreurs ICRC (erreurs de transmission sur l'interface SATA) enregistrées sont anciennes.
Par contre en lisant les logs du noyau je m'étonne que le contrôleur SATA utilise le pilote ata_piix donc ne soit pas en mode AHCI sur une carte mère suffisamment récente pour avoir un firmware UEFI.

fred02840 a écrit :

    vérifier la présence des périphériques disques et leurs partitions (sd*, mmcblk*, nvme*...) dans /dev
Euh… J'ai cherché, mais je ne sais pas comment faire


Avec ls, tout simplement.

fred02840 a écrit :

Liste des partitions actives
:~# df -h


Hors sujet. df affiche les systèmes de fichiers montés, pas les partitions "actives" (quoi que cela veuille dire).

fred02840 a écrit :

Je relance avec le 6.5.0-5-amd64 : ça coince encore.


Ça coince comment ? Ça coince comment ? L'intramfs ne trouve pas la racine ?
Dans ce cas as-tu profité du shell de l'initramfs pour faire les investigations suggérées précédemment ? (ls /dev/sd*, lsmod|more, dmesg|more)

fred02840 a écrit :

Le même, mais en mode recovery ? Ah ben, ça marche aussi.


A priori c'est aléatoire et ne dépend pas du noyau utilisé.

enicar a écrit :

J'ai eu la flemme de tout lire dans le détail. Mais je tiens à donner une info.
On configure le périphérique où le système de l'initramfs va récupérer le système après hibernation


Si tu avais tout lu, tu aurais compris que c'est totalement hors sujet et ne fait qu'alourdir inutilement le sujet.

fred02840 a écrit :

Suffisait de lancer fsck…


N'importe quoi. fsck ne sert pas à ça.

Dernière modification par raleur (29-12-2023 11:12:42)


Il vaut mieux montrer que raconter.

Hors ligne

#34 29-12-2023 13:25:06

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

Cram28 a écrit :

Bonjour,

La commande

lsblk -f

va te lister l'ensemble des «disques» disponibles sur ton système et leur organisation.
Y compris les identifiants uniques UUID que le système leur attribue.

Dans le résultat de la commande, tu dois pouvoir retrouver l'UUID ''cb11a1cf-ac39-4f6b-8bcb-882414123616'' indiqué, qui devrait correspondre à une partition de type swap / partition d'échanges normalement.
Donc /dev/sda4 a priori...

@+


Merci Cram28. J'essaie :

lsblk -f
NAME FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                        
├─sda1
│    vfat   FAT32       9DE4-BA57                             505,1M     1% /boot/efi
├─sda2
│    ext4   1.0         70b1f62c-3247-4651-a71d-7f67ab1cbfd6    2,7G    83% /
├─sda3
│    ext4   1.0         099b1514-8322-4b15-9d8c-2c638e42b18c    7,2G    15% /var
├─sda4
│    swap   1           cb11a1cf-ac39-4f6b-8bcb-882414123616                [SWAP]
├─sda5
│    ext4   1.0         e90080c0-1715-466b-925e-9d85de34ff0d    1,7G     0% /tmp
└─sda6
     ext4   1.0         2ce3cdff-4c52-407d-9074-91b74447d737  387,5G     3% /home
root@localhost:~# lsblk -f
NAME   FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda                                                                          
├─sda1 vfat   FAT32       9DE4-BA57                             505,1M     1% /boot/efi
├─sda2 ext4   1.0         70b1f62c-3247-4651-a71d-7f67ab1cbfd6    2,7G    83% /
├─sda3 ext4   1.0         099b1514-8322-4b15-9d8c-2c638e42b18c    7,2G    15% /var
├─sda4 swap   1           cb11a1cf-ac39-4f6b-8bcb-882414123616                [SWAP]
├─sda5 ext4   1.0         e90080c0-1715-466b-925e-9d85de34ff0d    1,7G     0% /tmp
└─sda6 ext4   1.0         2ce3cdff-4c52-407d-9074-91b74447d737  387,5G     3% /home
 



Et on retrouve bien l'UUID dans la partition d'échange (/dev/sda4) : ├─sda4 swap   1           cb11a1cf-ac39-4f6b-8bcb-882414123616                [SWAP]


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#35 29-12-2023 13:26:42

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

enicar a écrit :

fred02840 a écrit :

Alors, le fichier /etc/initramfs-tools/conf .d/resume contient une seule et unique ligne :


RESUME=UUID=cb11a1cf-ac39-4f6b-8bcb-882414123616
 



Mais pas de /dev/sd*


Ah oui ! c'est une autre possibilité, plutôt que d'utiliser un /dev/sdxx
il vaut mieux utiliser un UUID car il est unique et n'est pas sujet au
changement comme la numérotation des disques.



Merci Enicar. Donc tout est bon...
Toutefois, ce matin, le démarrrage a encore échoué. Par contre, pas de problème en mode recovery.


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#36 29-12-2023 13:41:14

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

raleur a écrit :

Je ne vois rien d'inquiétant dans la sortie de smartctl. Pas de secteurs défectueux détectés, les 3 erreurs ICRC (erreurs de transmission sur l'interface SATA) enregistrées sont anciennes.



C'est déjà un point rassurant.

Par contre en lisant les logs du noyau je m'étonne que le contrôleur SATA utilise le pilote ata_piix donc ne soit pas en mode AHCI sur une carte mère suffisamment récente pour avoir un firmware UEFI.



Que faire, alors ?

fred02840 a écrit :

    vérifier la présence des périphériques disques et leurs partitions (sd*, mmcblk*, nvme*...) dans /dev
Euh… J'ai cherché, mais je ne sais pas comment faire


Avec ls, tout simplement.



OK. Résultat :

root@localhost:~# ls /dev/sd*
/dev/sda   /dev/sda2  /dev/sda4  /dev/sda6
/dev/sda1  /dev/sda3  /dev/sda5
root@localhost:~# ls /dev/mmcblk*
ls: impossible d'accéder à '/dev/mmcblk*': Aucun fichier ou dossier de ce type
root@localhost:~# ls /dev/nvme*
ls: impossible d'
accéder à '/dev/nvme*': Aucun fichier ou dossier de ce type




fred02840 a écrit :

Liste des partitions actives
:~# df -h


Hors sujet. df affiche les systèmes de fichiers montés, pas les partitions "actives" (quoi que cela veuille dire).


OK

fred02840 a écrit :

Je relance avec le 6.5.0-5-amd64 : ça coince encore.


Ça coince comment ? Ça coince comment ? L'intramfs ne trouve pas la racine ?
Dans ce cas as-tu profité du shell de l'initramfs pour faire les investigations suggérées précédemment ? (ls /dev/sd*, lsmod|more, dmesg|more)



Quand je dis que ça coince, cela signifie que je me retrouve avec des lignes qui s'affichent progressivement, identiques à ce que j'indiquais au post 18. À savoir (et ce n'est qu'un extrait…) :

[11653,237079]  I/O error, dev sda, sector 43061076 op 0x0: (READ) flags 0x3000 phys-seg 1 prio class 2
[14694,900767]  I/O error, dev sda, sector 81229400 op 0x0: (READ) flags 0x0 phys-seg 1 prio class 2



Je n'ai pas pu utiliser les commandes que tu me proposais dans le shell de l'initramfs : il ne m'est plus proposé. Mais je lui tombe sur le dos dès qu'il se présente…

fred02840 a écrit :

Le même, mais en mode recovery ? Ah ben, ça marche aussi.


A priori c'est aléatoire et ne dépend pas du noyau utilisé.


OK


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#37 29-12-2023 13:45:27

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

fred02840 a écrit :

On y va avec update-initramfs -u

root@localhost:~# update-initramfs -u
update-initramfs: Generating /boot/initrd.img-6.5.0-5-amd64
W: Possible missing firmware /lib/firmware/i915/mtl_huc_gsc.bin for module i915
W: Possible missing firmware /lib/firmware/i915/mtl_guc_70.bin for module i915
root@localhost:~#
 



C'est un problème que j'avais déjà soumis ici. Je crois me souvenir que c'était bénin : le firmware est à installer avec Windows. Mais comme je n'ai que la Debian sur mon laptop, on laisse tomber.
Dites-moi si j'ai tout bon…



J'ai indiqué ici une solution que j'ai suivie pour résoudre le problème de ces firmwares.


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#38 05-01-2024 13:25:49

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

Bonjour,
Plusieurs jours sans aucun problème au démarrage, quel que soit le noyau utilisé. Tout semble rétabli. Peut-être que le fait d'avoir remis de l'ordre dans les deux firmwares pénibles (voir ici) a pu contribuer à ce résultat positif.
Allez, Râleur, quoi : laisse-moi imaginer que c'était ça…

Merci à tous ceux qui ont pris le temps de me répondre et de m'aider !

Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#39 05-01-2024 13:49:17

raleur
Membre
Inscription : 03-10-2014

Re : [Résolu] cat /proc/ me fait des misères

Je ne vois pas ce que des firmwares pour le GPU qui ne sont probablement même pas utilisés (vérifier dans les logs du module i915 avec dmesg) ont à voir avec des erreurs SATA.

Il vaut mieux montrer que raconter.

Hors ligne

#40 05-01-2024 16:40:08

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

raleur a écrit :

Je ne vois pas ce que des firmwares pour le GPU qui ne sont probablement même pas utilisés (vérifier dans les logs du module i915 avec dmesg) ont à voir avec des erreurs SATA.



Vingt-quatre minutes… Il aura tenu vingt-quatre minutes…


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

#41 05-01-2024 16:49:51

fred02840
Membre
Lieu : Aisne
Distrib. : Debian GNU/Linux trixie/sid
Noyau : Linux 6.6.15-amd64
(G)UI : Wayland
Inscription : 07-02-2018

Re : [Résolu] cat /proc/ me fait des misères

raleur a écrit :

Je ne vois pas ce que des firmwares pour le GPU qui ne sont probablement même pas utilisés (vérifier dans les logs du module i915 avec dmesg) ont à voir avec des erreurs SATA.



Voici ce la réponse de la commande dmesg, réduite à ce qui concerne strictement i915 :

# dmesg
[]

[    3.908548] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.909075] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[]

[    3.965435] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[]

[    3.979626] fbcon: i915drmfb (fb0) is primary device
[]

[    5.105667] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[]

[   14.784461] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[]
 



Et la réponse complète (pour avoir le contexte) :

# dmesg
[    0.000000] microcode: updated early: 0x17 -> 0x28, date = 2019-11-12
[    0.000000] Linux version 6.5.0-5-amd64 (debian-kernel@lists.debian.org) (gcc-13 (Debian 13.2.0-7) 13.2.0, GNU ld (GNU Binutils for Debian) 2.41) #1 SMP PREEMPT_DYNAMIC Debian 6.5.13-1 (2023-11-29)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-5-amd64 root=UUID=70b1f62c-3247-4651-a71d-7f67ab1cbfd6 ro quiet
[    0.000000] BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000008bfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000008c000-0x00000000000bffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000d1654fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000d1655000-0x00000000d1856fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000d1857000-0x00000000daf07fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000daf08000-0x00000000db107fff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000db108000-0x00000000dce3efff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000dce3f000-0x00000000dcf7efff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000dcf7f000-0x00000000dcffefff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000dcfff000-0x00000000dcffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000dd000000-0x00000000df9fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f80f8000-0x00000000f80f8fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000021e5fffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.3.1 by Lenovo
[    0.000000] efi: ACPI=0xdcffe000 ACPI 2.0=0xdcffe014 SMBIOS=0xdce3e000 MOKvar=0xdb44d000
[    0.000000] efi: [Firmware Bug]: Invalid EFI memory map entries:
[    0.000000] efi: mem46: [Reserved    |   |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem47: [Reserved    |   |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem48: [Reserved    |   |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem49: [Reserved    |   |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem50: [Reserved    |   |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem51: [Reserved    |   |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: mem52: [Reserved    |   |  |  |  |  |  |  |  |  |   |  |  |  |  ] range=[0x0000000000000000-0x0000000000000000] (invalid)
[    0.000000] efi: Removing 7 invalid memory map entries.
[    0.000000] efi: Not removing mem44: MMIO range=[0xf80f8000-0xf80f8fff] (4KB) from e820 map
[    0.000000] efi: Not removing mem45: MMIO range=[0xfed1c000-0xfed1ffff] (16KB) from e820 map
[    0.000000] secureboot: Secure boot disabled
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: LENOVO 20C600JDFR/20C600JDFR, BIOS J9ET88WW (2.08 ) 05/20/2014
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2394.610 MHz processor
[    0.002372] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.002382] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.002410] last_pfn = 0x21e600 max_arch_pfn = 0x400000000
[    0.002424] MTRR map: 4 entries (3 fixed + 1 variable; max 23), built from 10 variable MTRRs
[    0.002430] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
[    0.003150] last_pfn = 0xdd000 max_arch_pfn = 0x400000000
[    0.030261] Using GB pages for direct mapping
[    0.031296] RAMDISK: [mem 0x2d4ed000-0x32a6dfff]
[    0.031310] ACPI: Early table checksum verification disabled
[    0.031317] ACPI: RSDP 0x00000000DCFFE014 000024 (v02 LENOVO)
[    0.031331] ACPI: XSDT 0x00000000DCFFE170 0000EC (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031346] ACPI: FACP 0x00000000DCFF8000 00010C (v05 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031362] ACPI: DSDT 0x00000000DCFE1000 011E25 (v01 LENOVO TP-J9    00002080 INTL 20120711)
[    0.031373] ACPI: FACS 0x00000000DCF49000 000040
[    0.031381] ACPI: SLIC 0x00000000DCFFD000 000176 (v01 LENOVO TP-J9    00002080 PTEC 00000001)
[    0.031391] ACPI: DBGP 0x00000000DCFFB000 000034 (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031401] ACPI: ECDT 0x00000000DCFFA000 000052 (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031410] ACPI: HPET 0x00000000DCFF7000 000038 (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031419] ACPI: APIC 0x00000000DCFF6000 000098 (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031429] ACPI: MCFG 0x00000000DCFF5000 00003C (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031438] ACPI: SSDT 0x00000000DCFF4000 000033 (v01 LENOVO TP-SSDT1 00000100 INTL 20120711)
[    0.031448] ACPI: SSDT 0x00000000DCFF3000 00044F (v01 LENOVO TP-SSDT2 00000200 INTL 20120711)
[    0.031458] ACPI: SSDT 0x00000000DCFE0000 0008F7 (v01 LENOVO SataPri  00001000 INTL 20120711)
[    0.031468] ACPI: SSDT 0x00000000DCFDF000 0006FB (v01 LENOVO SataSec  00001000 INTL 20120711)
[    0.031477] ACPI: SSDT 0x00000000DCFDE000 00078E (v01 LENOVO Cpu0Ist  00003000 INTL 20120711)
[    0.031487] ACPI: SSDT 0x00000000DCFDD000 000AD8 (v01 LENOVO CpuPm    00003000 INTL 20120711)
[    0.031497] ACPI: SSDT 0x00000000DCFDB000 0011FA (v01 LENOVO SaSsdt   00003000 INTL 20120711)
[    0.031506] ACPI: SSDT 0x00000000DCFDA000 000379 (v01 LENOVO CppcTabl 00001000 INTL 20120711)
[    0.031516] ACPI: PCCT 0x00000000DCFD9000 00006E (v05 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031525] ACPI: SSDT 0x00000000DCFD8000 000AC4 (v01 LENOVO Cpc_Tabl 00001000 INTL 20120711)
[    0.031535] ACPI: TCPA 0x00000000DCFD7000 000032 (v02 PTL    LENOVO   06040000 LNVO 00000001)
[    0.031545] ACPI: UEFI 0x00000000DCFD6000 000042 (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031555] ACPI: MSDM 0x00000000DCEB2000 000055 (v03 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031564] ACPI: ASF! 0x00000000DCFFC000 0000A5 (v32 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031574] ACPI: BATB 0x00000000DCFD5000 000046 (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031584] ACPI: FPDT 0x00000000DCFD4000 000064 (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031593] ACPI: UEFI 0x00000000DCFD3000 0002E2 (v01 LENOVO TP-J9    00002080 PTEC 00000002)
[    0.031603] ACPI: SSDT 0x00000000DCFD2000 000499 (v01 LENOVO IsctTabl 00001000 INTL 20120711)
[    0.031610] ACPI: Reserving FACP table memory at [mem 0xdcff8000-0xdcff810b]
[    0.031616] ACPI: Reserving DSDT table memory at [mem 0xdcfe1000-0xdcff2e24]
[    0.031619] ACPI: Reserving FACS table memory at [mem 0xdcf49000-0xdcf4903f]
[    0.031622] ACPI: Reserving SLIC table memory at [mem 0xdcffd000-0xdcffd175]
[    0.031625] ACPI: Reserving DBGP table memory at [mem 0xdcffb000-0xdcffb033]
[    0.031627] ACPI: Reserving ECDT table memory at [mem 0xdcffa000-0xdcffa051]
[    0.031630] ACPI: Reserving HPET table memory at [mem 0xdcff7000-0xdcff7037]
[    0.031633] ACPI: Reserving APIC table memory at [mem 0xdcff6000-0xdcff6097]
[    0.031636] ACPI: Reserving MCFG table memory at [mem 0xdcff5000-0xdcff503b]
[    0.031638] ACPI: Reserving SSDT table memory at [mem 0xdcff4000-0xdcff4032]
[    0.031641] ACPI: Reserving SSDT table memory at [mem 0xdcff3000-0xdcff344e]
[    0.031644] ACPI: Reserving SSDT table memory at [mem 0xdcfe0000-0xdcfe08f6]
[    0.031647] ACPI: Reserving SSDT table memory at [mem 0xdcfdf000-0xdcfdf6fa]
[    0.031649] ACPI: Reserving SSDT table memory at [mem 0xdcfde000-0xdcfde78d]
[    0.031652] ACPI: Reserving SSDT table memory at [mem 0xdcfdd000-0xdcfddad7]
[    0.031655] ACPI: Reserving SSDT table memory at [mem 0xdcfdb000-0xdcfdc1f9]
[    0.031657] ACPI: Reserving SSDT table memory at [mem 0xdcfda000-0xdcfda378]
[    0.031660] ACPI: Reserving PCCT table memory at [mem 0xdcfd9000-0xdcfd906d]
[    0.031663] ACPI: Reserving SSDT table memory at [mem 0xdcfd8000-0xdcfd8ac3]
[    0.031666] ACPI: Reserving TCPA table memory at [mem 0xdcfd7000-0xdcfd7031]
[    0.031669] ACPI: Reserving UEFI table memory at [mem 0xdcfd6000-0xdcfd6041]
[    0.031671] ACPI: Reserving MSDM table memory at [mem 0xdceb2000-0xdceb2054]
[    0.031674] ACPI: Reserving ASF! table memory at [mem 0xdcffc000-0xdcffc0a4]
[    0.031677] ACPI: Reserving BATB table memory at [mem 0xdcfd5000-0xdcfd5045]
[    0.031680] ACPI: Reserving FPDT table memory at [mem 0xdcfd4000-0xdcfd4063]
[    0.031683] ACPI: Reserving UEFI table memory at [mem 0xdcfd3000-0xdcfd32e1]
[    0.031686] ACPI: Reserving SSDT table memory at [mem 0xdcfd2000-0xdcfd2498]
[    0.031849] No NUMA configuration found
[    0.031852] Faking a node at [mem 0x0000000000000000-0x000000021e5fffff]
[    0.031885] NODE_DATA(0) allocated [mem 0x21e5d5000-0x21e5fffff]
[    0.032574] Zone ranges:
[    0.032577]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.032583]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.032589]   Normal   [mem 0x0000000100000000-0x000000021e5fffff]
[    0.032594]   Device   empty
[    0.032597] Movable zone start for each node
[    0.032607] Early memory node ranges
[    0.032609]   node   0: [mem 0x0000000000001000-0x0000000000057fff]
[    0.032614]   node   0: [mem 0x0000000000059000-0x000000000008bfff]
[    0.032617]   node   0: [mem 0x0000000000100000-0x00000000d1654fff]
[    0.032621]   node   0: [mem 0x00000000d1857000-0x00000000daf07fff]
[    0.032624]   node   0: [mem 0x00000000dcfff000-0x00000000dcffffff]
[    0.032627]   node   0: [mem 0x0000000100000000-0x000000021e5fffff]
[    0.032633] Initmem setup node 0 [mem 0x0000000000001000-0x000000021e5fffff]
[    0.032645] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.032650] On node 0, zone DMA: 1 pages in unavailable ranges
[    0.032715] On node 0, zone DMA: 116 pages in unavailable ranges
[    0.047120] On node 0, zone DMA32: 514 pages in unavailable ranges
[    0.047310] On node 0, zone DMA32: 8439 pages in unavailable ranges
[    0.048353] On node 0, zone Normal: 12288 pages in unavailable ranges
[    0.048498] On node 0, zone Normal: 6656 pages in unavailable ranges
[    0.048517] Reserving Intel graphics memory at [mem 0xdda00000-0xdf9fffff]
[    0.048722] ACPI: PM-Timer IO Port: 0x1808
[    0.048740] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.048745] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.048761] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[    0.048769] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.048775] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.048787] ACPI: Using ACPI (MADT) for SMP configuration information
[    0.048791] ACPI: HPET id: 0x8086a301 base: 0xfed00000
[    0.048801] TSC deadline timer available
[    0.048803] smpboot: Allowing 8 CPUs, 4 hotplug CPUs
[    0.048847] PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.048854] PM: hibernation: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.048859] PM: hibernation: Registered nosave memory: [mem 0x0008c000-0x000bffff]
[    0.048862] PM: hibernation: Registered nosave memory: [mem 0x000c0000-0x000dffff]
[    0.048865] PM: hibernation: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.048870] PM: hibernation: Registered nosave memory: [mem 0xd1655000-0xd1856fff]
[    0.048875] PM: hibernation: Registered nosave memory: [mem 0xdaf08000-0xdb107fff]
[    0.048878] PM: hibernation: Registered nosave memory: [mem 0xdb108000-0xdce3efff]
[    0.048880] PM: hibernation: Registered nosave memory: [mem 0xdce3f000-0xdcf7efff]
[    0.048883] PM: hibernation: Registered nosave memory: [mem 0xdcf7f000-0xdcffefff]
[    0.048887] PM: hibernation: Registered nosave memory: [mem 0xdd000000-0xdf9fffff]
[    0.048890] PM: hibernation: Registered nosave memory: [mem 0xdfa00000-0xf80f7fff]
[    0.048892] PM: hibernation: Registered nosave memory: [mem 0xf80f8000-0xf80f8fff]
[    0.048895] PM: hibernation: Registered nosave memory: [mem 0xf80f9000-0xfed1bfff]
[    0.048897] PM: hibernation: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
[    0.048900] PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xffffffff]
[    0.048905] [mem 0xdfa00000-0xf80f7fff] available for PCI devices
[    0.048910] Booting paravirtualized kernel on bare hardware
[    0.048916] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns
[    0.064742] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.065827] percpu: Embedded 63 pages/cpu s221184 r8192 d28672 u262144
[    0.065847] pcpu-alloc: s221184 r8192 d28672 u262144 alloc=1*2097152
[    0.065856] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
[    0.065924] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.5.0-5-amd64 root=UUID=70b1f62c-3247-4651-a71d-7f67ab1cbfd6 ro quiet
[    0.066063] Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.5.0-5-amd64", will be passed to user space.
[    0.066145] random: crng init done
[    0.068139] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[    0.069142] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[    0.069487] Fallback order for Node 0: 0
[    0.069499] Built 1 zonelists, mobility grouping on.  Total pages: 2036650
[    0.069503] Policy zone: Normal
[    0.069518] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.069527] software IO TLB: area num 8.
[    0.127508] Memory: 3496292K/8276548K available (14336K kernel code, 2347K rwdata, 10348K rodata, 3932K init, 18128K bss, 420908K reserved, 0K cma-reserved)
[    0.128319] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.128358] Kernel/User page tables isolation: enabled
[    0.128456] ftrace: allocating 42194 entries in 165 pages
[    0.150687] ftrace: allocated 165 pages with 4 groups
[    0.152624] Dynamic Preempt: voluntary
[    0.152732] rcu: Preemptible hierarchical RCU implementation.
[    0.152735] rcu:   RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=8.
[    0.152739]  Trampoline variant of Tasks RCU enabled.
[    0.152741]  Rude variant of Tasks RCU enabled.
[    0.152742]  Tracing variant of Tasks RCU enabled.
[    0.152744] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[    0.152746] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.161646] NR_IRQS: 524544, nr_irqs: 488, preallocated irqs: 16
[    0.161981] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.162132] Console: colour dummy device 80x25
[    0.162139] printk: console [tty0] enabled
[    0.162262] ACPI: Core revision 20230331
[    0.162691] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.162719] APIC: Switch to symmetric I/O mode setup
[    0.163196] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.182719] clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x228453a4580, max_idle_ns: 440795281095 ns
[    0.182735] Calibrating delay loop (skipped), value calculated using timer frequency.. 4789.22 BogoMIPS (lpj=9578440)
[    0.182801] CPU0: Thermal monitoring enabled (TM1)
[    0.182877] process: using mwait in idle threads
[    0.182886] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
[    0.182890] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
[    0.182900] Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
[    0.182905] Spectre V2 : Mitigation: Retpolines
[    0.182908] Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
[    0.182910] Spectre V2 : Spectre v2 / SpectreRSB : Filling RSB on VMEXIT
[    0.182913] Spectre V2 : Enabling Restricted Speculation for firmware calls
[    0.182917] Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
[    0.182921] Spectre V2 : User space: Mitigation: STIBP via prctl
[    0.182925] Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
[    0.182933] MDS: Mitigation: Clear CPU buffers
[    0.182936] MMIO Stale Data: Unknown: No mitigations
[    0.182940] SRBDS: Mitigation: Microcode
[    0.182952] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.182956] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.182959] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.182963] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.182968] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.237406] Freeing SMP alternatives memory: 36K
[    0.237416] pid_max: default: 32768 minimum: 301
[    0.249205] LSM: initializing lsm=lockdown,capability,landlock,yama,apparmor,tomoyo,bpf,integrity
[    0.249256] landlock: Up and running.
[    0.249258] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.249315] AppArmor: AppArmor initialized
[    0.249320] TOMOYO Linux initialized
[    0.249335] LSM support for eBPF active
[    0.249440] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.249472] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.250904] smpboot: CPU0: Intel(R) Core(TM) i3-4000M CPU @ 2.40GHz (family: 0x6, model: 0x3c, stepping: 0x3)
[    0.251298] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.251342] RCU Tasks Rude: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.251380] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1.
[    0.251417] Performance Events: PEBS fmt2+, Haswell events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.251529] ... version:                3
[    0.251532] ... bit width:              48
[    0.251535] ... generic registers:      4
[    0.251537] ... value mask:             0000ffffffffffff
[    0.251541] ... max period:             00007fffffffffff
[    0.251543] ... fixed-purpose events:   3
[    0.251546] ... event mask:             000000070000000f
[    0.251932] signal: max sigframe size: 1776
[    0.251976] Estimated ratio of average max frequency by base frequency (times 1024): 1024
[    0.252051] rcu: Hierarchical SRCU implementation.
[    0.252054] rcu:   Max phase no-delay instances is 1000.
[    0.254366] NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
[    0.254613] smp: Bringing up secondary CPUs ...
[    0.254767] smpboot: x86: Booting SMP configuration:
[    0.254771] .... node  #0, CPUs:      #2 #1 #3
[    0.268270] MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
[    0.268270] smp: Brought up 1 node, 4 CPUs
[    0.268270] smpboot: Max logical packages: 2
[    0.268270] smpboot: Total of 4 processors activated (19156.88 BogoMIPS)
[    0.290831] node 0 deferred pages initialised in 20ms
[    0.291294] devtmpfs: initialized
[    0.291294] x86/mm: Memory block size: 128MB
[    0.293221] ACPI: PM: Registering ACPI NVS region [mem 0xdce3f000-0xdcf7efff] (1310720 bytes)
[    0.293221] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.293221] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[    0.293221] pinctrl core: initialized pinctrl subsystem
[    0.296246] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.296723] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[    0.296933] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[    0.297160] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[    0.297225] audit: initializing netlink subsys (disabled)
[    0.297261] audit: type=2000 audit(1704456932.132:1): state=initialized audit_enabled=0 res=1
[    0.297261] thermal_sys: Registered thermal governor 'fair_share'
[    0.297261] thermal_sys: Registered thermal governor 'bang_bang'
[    0.297261] thermal_sys: Registered thermal governor 'step_wise'
[    0.297261] thermal_sys: Registered thermal governor 'user_space'
[    0.297261] thermal_sys: Registered thermal governor 'power_allocator'
[    0.297261] cpuidle: using governor ladder
[    0.297261] cpuidle: using governor menu
[    0.297261] Detected 1 PCC Subspaces
[    0.297261] Registering PCC driver as Mailbox controller
[    0.297261] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.297261] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.298752] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.298767] PCI: not using MMCONFIG
[    0.298771] PCI: Using configuration type 1 for base access
[    0.298877] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    0.299189] ENERGY_PERF_BIAS: Set to '
normal', was 'performance'
[    0.299212] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.299212] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[    0.299212] HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
[    0.299212] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[    0.299212] HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
[    0.299358] ACPI: Added _OSI(Module Device)
[    0.299358] ACPI: Added _OSI(Processor Device)
[    0.299358] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.299358] ACPI: Added _OSI(Processor Aggregator Device)
[    0.335277] ACPI: 11 ACPI AML tables successfully acquired and loaded
[    0.336676] ACPI: EC: EC started
[    0.336679] ACPI: EC: interrupt blocked
[    0.337508] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.337512] ACPI: EC: Boot ECDT EC used to handle transactions
[    0.338327] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.364790] ACPI Error: Needed type [Reference], found [Integer] (____ptrval____) (20230331/exresop-66)
[    0.364818] ACPI Error: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20230331/dswexec-433)
[    0.364836] ACPI Error: Aborting method \_PR.CPU0._PDC due to previous error (AE_AML_OPERAND_TYPE) (20230331/psparse-529)
[    0.365568] ACPI: Dynamic OEM Table Load:
[    0.365594] ACPI: SSDT 0xFFFFA0F74785E800 0005AA (v01 PmRef  ApIst    00003000 INTL 20120711)
[    0.367740] ACPI: Dynamic OEM Table Load:
[    0.367760] ACPI: SSDT 0xFFFFA0F6C0C07A00 000119 (v01 PmRef  ApCst    00003000 INTL 20120711)
[    0.370677] ACPI: Interpreter enabled
[    0.370771] ACPI: PM: (supports S0 S3 S4 S5)
[    0.370776] ACPI: Using IOAPIC for interrupt routing
[    0.370856] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.371859] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved as ACPI motherboard resource
[    0.371885] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.371889] PCI: Using E820 reservations for host bridge windows
[    0.372475] ACPI: Enabled 6 GPEs in block 00 to 3F
[    0.382035] ACPI: \_SB_.PCI0.LPC_.EC__.PUBS: New power resource
[    0.398260] ACPI: PCI: Interrupt link LNKA configured for IRQ 11
[    0.398403] ACPI: PCI: Interrupt link LNKB configured for IRQ 0
[    0.398407] ACPI: PCI: Interrupt link LNKB disabled
[    0.398535] ACPI: PCI: Interrupt link LNKC configured for IRQ 0
[    0.398538] ACPI: PCI: Interrupt link LNKC disabled
[    0.398664] ACPI: PCI: Interrupt link LNKD configured for IRQ 0
[    0.398667] ACPI: PCI: Interrupt link LNKD disabled
[    0.398824] ACPI: PCI: Interrupt link LNKE configured for IRQ 0
[    0.398828] ACPI: PCI: Interrupt link LNKE disabled
[    0.398953] ACPI: PCI: Interrupt link LNKF configured for IRQ 0
[    0.398955] ACPI: PCI: Interrupt link LNKF disabled
[    0.399079] ACPI: PCI: Interrupt link LNKG configured for IRQ 0
[    0.399082] ACPI: PCI: Interrupt link LNKG disabled
[    0.399205] ACPI: PCI: Interrupt link LNKH configured for IRQ 0
[    0.399208] ACPI: PCI: Interrupt link LNKH disabled
[    0.399410] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f])
[    0.399426] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI HPX-Type3]
[    0.399586] acpi PNP0A08:00: _OSC: platform does not support [SHPCHotplug PCIeCapability LTR]
[    0.399709] acpi PNP0A08:00: _OSC: not requesting control; platform does not support [PCIeCapability]
[    0.399716] acpi PNP0A08:00: _OSC: OS requested [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR]
[    0.399720] acpi PNP0A08:00: _OSC: platform willing to grant [PCIeHotplug PME AER]
[    0.399724] acpi PNP0A08:00: _OSC: platform retains control of PCIe features (AE_SUPPORT)
[    0.400631] PCI host bridge to bus 0000:00
[    0.400638] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
[    0.400645] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
[    0.400650] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    0.400655] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff window]
[    0.400659] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff window]
[    0.400664] pci_bus 0000:00: root bus resource [bus 00-3f]
[    0.400701] pci 0000:00:00.0: [8086:0c04] type 00 class 0x060000
[    0.400891] pci 0000:00:02.0: [8086:0416] type 00 class 0x030000
[    0.400915] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf03fffff 64bit]
[    0.400933] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.400945] pci 0000:00:02.0: reg 0x20: [io  0x5000-0x503f]
[    0.400977] pci 0000:00:02.0: BAR 2: assigned to efifb
[    0.400986] pci 0000:00:02.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    0.401217] pci 0000:00:03.0: [8086:0c0c] type 00 class 0x040300
[    0.401241] pci 0000:00:03.0: reg 0x10: [mem 0xf1610000-0xf1613fff 64bit]
[    0.401547] pci 0000:00:14.0: [8086:8c31] type 00 class 0x0c0330
[    0.401594] pci 0000:00:14.0: reg 0x10: [mem 0xf1600000-0xf160ffff 64bit]
[    0.401747] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.402034] pci 0000:00:16.0: [8086:8c3a] type 00 class 0x078000
[    0.402077] pci 0000:00:16.0: reg 0x10: [mem 0xf1619000-0xf161900f 64bit]
[    0.402226] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    0.402383] pci 0000:00:1a.0: [8086:8c2d] type 00 class 0x0c0320
[    0.402417] pci 0000:00:1a.0: reg 0x10: [mem 0xf161d000-0xf161d3ff]
[    0.402588] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    0.402827] pci 0000:00:1b.0: [8086:8c20] type 00 class 0x040300
[    0.402871] pci 0000:00:1b.0: reg 0x10: [mem 0xf1614000-0xf1617fff 64bit]
[    0.403048] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[    0.403263] pci 0000:00:1c.0: [8086:8c10] type 01 class 0x060400
[    0.403467] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.404125] pci 0000:00:1c.2: [8086:8c14] type 01 class 0x060400
[    0.404327] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[    0.404953] pci 0000:00:1c.3: [8086:8c16] type 01 class 0x060400
[    0.405156] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    0.405784] pci 0000:00:1c.4: [8086:8c18] type 01 class 0x060400
[    0.405985] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    0.406621] pci 0000:00:1d.0: [8086:8c26] type 00 class 0x0c0320
[    0.406656] pci 0000:00:1d.0: reg 0x10: [mem 0xf161c000-0xf161c3ff]
[    0.406835] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.407063] pci 0000:00:1f.0: [8086:8c4b] type 00 class 0x060100
[    0.407465] pci 0000:00:1f.2: [8086:8c01] type 00 class 0x01018f
[    0.407499] pci 0000:00:1f.2: reg 0x10: [io  0x5088-0x508f]
[    0.407520] pci 0000:00:1f.2: reg 0x14: [io  0x5094-0x5097]
[    0.407540] pci 0000:00:1f.2: reg 0x18: [io  0x5080-0x5087]
[    0.407559] pci 0000:00:1f.2: reg 0x1c: [io  0x5090-0x5093]
[    0.407579] pci 0000:00:1f.2: reg 0x20: [io  0x5070-0x507f]
[    0.407598] pci 0000:00:1f.2: reg 0x24: [io  0x5060-0x506f]
[    0.407840] pci 0000:00:1f.3: [8086:8c22] type 00 class 0x0c0500
[    0.407882] pci 0000:00:1f.3: reg 0x10: [mem 0xf1618000-0xf16180ff 64bit]
[    0.407934] pci 0000:00:1f.3: reg 0x20: [io  0xefa0-0xefbf]
[    0.408212] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.408378] acpiphp: Slot [1] registered
[    0.408497] pci 0000:02:00.0: [10ec:5227] type 00 class 0xff0000
[    0.408596] pci 0000:02:00.0: reg 0x10: [mem 0xf0e00000-0xf0e00fff]
[    0.409302] pci 0000:02:00.0: supports D1 D2
[    0.409306] pci 0000:02:00.0: PME# supported from D1 D2 D3hot D3cold
[    0.418794] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.418805] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.418814] pci 0000:00:1c.2:   bridge window [mem 0xf0e00000-0xf15fffff]
[    0.418827] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.419029] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.419130] pci 0000:03:00.0: reg 0x10: [io  0x3000-0x30ff]
[    0.419265] pci 0000:03:00.0: reg 0x18: [mem 0xf0d04000-0xf0d04fff 64bit]
[    0.419349] pci 0000:03:00.0: reg 0x20: [mem 0xf0d00000-0xf0d03fff 64bit]
[    0.419882] pci 0000:03:00.0: supports D1 D2
[    0.419885] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.420665] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.420674] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.420682] pci 0000:00:1c.3:   bridge window [mem 0xf0d00000-0xf0dfffff]
[    0.420949] pci 0000:04:00.0: [8086:08b2] type 00 class 0x028000
[    0.421152] pci 0000:04:00.0: reg 0x10: [mem 0xf0c00000-0xf0c01fff 64bit]
[    0.422059] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.422632] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.422644] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf0cfffff]
[    0.426976] ACPI: EC: interrupt unblocked
[    0.426982] ACPI: EC: event unblocked
[    0.426990] ACPI: EC: EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.426994] ACPI: EC: GPE=0x17
[    0.426998] ACPI: \_SB_.PCI0.LPC_.EC__: Boot ECDT EC initialization complete
[    0.427004] ACPI: \_SB_.PCI0.LPC_.EC__: EC: Used to handle transactions and events
[    0.427223] iommu: Default domain type: Translated
[    0.427223] iommu: DMA domain TLB invalidation policy: lazy mode
[    0.427223] pps_core: LinuxPPS API ver. 1 registered
[    0.427223] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.427223] PTP clock support registered
[    0.427223] EDAC MC: Ver: 3.0.0
[    0.427223] efivars: Registered efivars operations
[    0.427365] NetLabel: Initializing
[    0.427369] NetLabel:  domain hash size = 128
[    0.427372] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.427419] NetLabel:  unlabeled traffic allowed by default
[    0.427422] PCI: Using ACPI for IRQ routing
[    0.432725] PCI: pci_cache_line_size set to 64 bytes
[    0.432855] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.432862] e820: reserve RAM buffer [mem 0x0008c000-0x0008ffff]
[    0.432865] e820: reserve RAM buffer [mem 0xd1655000-0xd3ffffff]
[    0.432869] e820: reserve RAM buffer [mem 0xdaf08000-0xdbffffff]
[    0.432873] e820: reserve RAM buffer [mem 0xdd000000-0xdfffffff]
[    0.432877] e820: reserve RAM buffer [mem 0x21e600000-0x21fffffff]
[    0.432979] pci 0000:00:02.0: vgaarb: setting as boot VGA device
[    0.432979] pci 0000:00:02.0: vgaarb: bridge control possible
[    0.432979] pci 0000:00:02.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    0.432979] vgaarb: loaded
[    0.436686] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.436712] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    0.438832] clocksource: Switched to clocksource tsc-early
[    0.439240] VFS: Disk quotas dquot_6.6.0
[    0.439278] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.439631] AppArmor: AppArmor Filesystem Enabled
[    0.439681] pnp: PnP ACPI init
[    0.440583] pnp 00:00: disabling [mem 0x000c0000-0x000c3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.440596] pnp 00:00: disabling [mem 0x000c4000-0x000c7fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.440602] pnp 00:00: disabling [mem 0x000c8000-0x000cbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.440609] pnp 00:00: disabling [mem 0x000cc000-0x000cffff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.440615] pnp 00:00: disabling [mem 0x000d0000-0x000d3fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.440620] pnp 00:00: disabling [mem 0x000d4000-0x000d7fff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.440626] pnp 00:00: disabling [mem 0x000d8000-0x000dbfff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.440631] pnp 00:00: disabling [mem 0x000dc000-0x000dffff] because it overlaps 0000:00:02.0 BAR 6 [mem 0x000c0000-0x000dffff]
[    0.440730] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    0.440738] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved
[    0.440744] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved
[    0.440748] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved
[    0.440753] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved
[    0.440757] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved
[    0.440762] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved
[    0.440768] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved
[    0.440775] system 00:00: [mem 0xfed4c000-0xffffffff] has been reserved
[    0.441055] system 00:01: [io  0x1800-0x187f] has been reserved
[    0.441063] system 00:01: [io  0x0800-0x087f] has been reserved
[    0.441068] system 00:01: [io  0x15e0-0x15ef] has been reserved
[    0.441073] system 00:01: [io  0x1640-0x165f] has been reserved
[    0.441079] system 00:01: [mem 0xf8000000-0xfbffffff] could not be reserved
[    0.441084] system 00:01: [mem 0x00000000-0x00000fff] could not be reserved
[    0.441091] system 00:01: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    0.441097] system 00:01: [mem 0xfed10000-0xfed13fff] has been reserved
[    0.441102] system 00:01: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.441108] system 00:01: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.441113] system 00:01: [mem 0xfed45000-0xfed4bfff] has been reserved
[    0.442316] pnp: PnP ACPI: found 6 devices
[    0.451485] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    0.451683] NET: Registered PF_INET protocol family
[    0.451973] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[    0.457677] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[    0.457763] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.457902] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[    0.458473] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[    0.459377] TCP: Hash tables configured (established 65536 bind 65536)
[    0.459591] MPTCP token hash table entries: 8192 (order: 5, 196608 bytes, linear)
[    0.459688] UDP hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.459757] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes, linear)
[    0.459908] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.459930] NET: Registered PF_XDP protocol family
[    0.459947] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] add_size 1000
[    0.459960] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 01] add_size 200000 add_align 100000
[    0.459969] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 01] add_size 200000 add_align 100000
[    0.459993] pci 0000:00:1c.0: BAR 14: assigned [mem 0xdfa00000-0xdfbfffff]
[    0.460004] pci 0000:00:1c.0: BAR 15: assigned [mem 0xdfc00000-0xdfdfffff 64bit pref]
[    0.460012] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.460022] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.460029] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.460041] pci 0000:00:1c.0:   bridge window [mem 0xdfa00000-0xdfbfffff]
[    0.460050] pci 0000:00:1c.0:   bridge window [mem 0xdfc00000-0xdfdfffff 64bit pref]
[    0.460065] pci 0000:00:1c.2: PCI bridge to [bus 02]
[    0.460070] pci 0000:00:1c.2:   bridge window [io  0x4000-0x4fff]
[    0.460081] pci 0000:00:1c.2:   bridge window [mem 0xf0e00000-0xf15fffff]
[    0.460089] pci 0000:00:1c.2:   bridge window [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.460103] pci 0000:00:1c.3: PCI bridge to [bus 03]
[    0.460109] pci 0000:00:1c.3:   bridge window [io  0x3000-0x3fff]
[    0.460119] pci 0000:00:1c.3:   bridge window [mem 0xf0d00000-0xf0dfffff]
[    0.460138] pci 0000:00:1c.4: PCI bridge to [bus 04]
[    0.460149] pci 0000:00:1c.4:   bridge window [mem 0xf0c00000-0xf0cfffff]
[    0.460169] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
[    0.460175] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
[    0.460179] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[    0.460184] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff window]
[    0.460188] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff window]
[    0.460193] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.460197] pci_bus 0000:01: resource 1 [mem 0xdfa00000-0xdfbfffff]
[    0.460201] pci_bus 0000:01: resource 2 [mem 0xdfc00000-0xdfdfffff 64bit pref]
[    0.460205] pci_bus 0000:02: resource 0 [io  0x4000-0x4fff]
[    0.460209] pci_bus 0000:02: resource 1 [mem 0xf0e00000-0xf15fffff]
[    0.460213] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref]
[    0.460218] pci_bus 0000:03: resource 0 [io  0x3000-0x3fff]
[    0.460222] pci_bus 0000:03: resource 1 [mem 0xf0d00000-0xf0dfffff]
[    0.460226] pci_bus 0000:04: resource 1 [mem 0xf0c00000-0xf0cfffff]
[    0.461626] PCI: CLS 64 bytes, default 64
[    0.461646] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.461648] software IO TLB: mapped [mem 0x00000000cb67d000-0x00000000cf67d000] (64MB)
[    0.461847] Trying to unpack rootfs image as initramfs...
[    0.467154] Initialise system trusted keyrings
[    0.467180] Key type blacklist registered
[    0.467331] workingset: timestamp_bits=36 max_order=21 bucket_order=0
[    0.467375] zbud: loaded
[    0.467870] integrity: Platform Keyring initialized
[    0.467882] integrity: Machine keyring initialized
[    0.467885] Key type asymmetric registered
[    0.467889] Asymmetric key parser '
x509' registered
[    1.472741] tsc: Refined TSC clocksource calibration: 2394.455 MHz
[    1.472769] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x2283c1579c6, max_idle_ns: 440795259439 ns
[    1.473545] clocksource: Switched to clocksource tsc
[    2.405881] Freeing initrd memory: 87556K
[    2.420164] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    2.420259] io scheduler mq-deadline registered
[    2.424201] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.424246] efifb: probing for efifb
[    2.424280] efifb: framebuffer at 0xe0000000, using 1216k, total 1216k
[    2.424285] efifb: mode is 640x480x32, linelength=2560, pages=1
[    2.424291] efifb: scrolling: redraw
[    2.424292] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    2.424555] Console: switching to colour frame buffer device 80x30
[    2.425378] fb0: EFI VGA frame buffer device
[    2.434697] thermal LNXTHERM:00: registered as thermal_zone0
[    2.434710] ACPI: thermal: Thermal Zone [THM0] (30 C)
[    2.435146] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    2.436589] Linux agpgart interface v0.103
[    2.439905] tpm_tis 00:05: 1.2 TPM (device-id 0x0, rev-id 78)
[    2.483952] tpm tpm0: TPM is disabled/deactivated (0x6)
[    2.494253] AMD-Vi: AMD IOMMUv2 functionality not available on this system - This is not a bug.
[    2.495043] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[    2.502288] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.502303] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.502652] mousedev: PS/2 mouse device common for all mice
[    2.502730] rtc_cmos 00:02: RTC can wake from S4
[    2.503183] rtc_cmos 00:02: registered as rtc0
[    2.503229] rtc_cmos 00:02: setting system clock to 2024-01-05T12:15:34 UTC (1704456934)
[    2.503295] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    2.503649] intel_pstate: Intel P-state driver initializing
[    2.504209] ledtrig-cpu: registered to indicate activity on CPUs
[    2.513253] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    2.530874] NET: Registered PF_INET6 protocol family
[    2.537092] Segment Routing with IPv6
[    2.537107] In-situ OAM (IOAM) with IPv6
[    2.537134] mip6: Mobile IPv6
[    2.537139] NET: Registered PF_PACKET protocol family
[    2.537187] mpls_gso: MPLS GSO support
[    2.537446] microcode: Microcode Update Driver: v2.2.
[    2.537452] IPI shorthand broadcast: enabled
[    2.538598] sched_clock: Marking stable (2536736560, 706218)->(2613348867, -75906089)
[    2.538737] registered taskstats version 1
[    2.538815] Loading compiled-in X.509 certificates
[    2.560567] Loaded X.509 cert '
Debian Secure Boot CA: 6ccece7e4c6c0d1f6149f3dd27dfcc5cbb419ea1'
[    2.560586] Loaded X.509 cert '
Debian Secure Boot Signer 2022 - linux: 14011249c2675ea8e5148542202005810584b25f'
[    2.562393] Key type .fscrypt registered
[    2.562395] Key type fscrypt-provisioning registered
[    2.567593] Key type encrypted registered
[    2.567599] AppArmor: AppArmor sha1 policy hashing enabled
[    2.568064] integrity: Loading X.509 certificate: UEFI:db
[    2.568098] integrity: Loaded X.509 cert '
Microsoft Corporation UEFI CA 2011: 13adbf4309bd82709c8cd54f316ed522988a1bd4'
[    2.568099] integrity: Loading X.509 certificate: UEFI:db
[    2.568119] integrity: Loaded X.509 cert '
Microsoft Windows Production PCA 2011: a92902398e16c49778cd90f99e4f9ae17c55af53'
[    2.568120] integrity: Loading X.509 certificate: UEFI:db
[    2.568136] integrity: Loaded X.509 cert '
Lenovo(Beijing) Ltd.: TPEDL-DB: 3021b8a3d003097064a1ac346062ff67858d8f02'
[    2.568423] ima: Allocated hash algorithm: sha256
[    2.576795] ima: Error Communicating to TPM chip
[    2.583946] ima: Error Communicating to TPM chip
[    2.591947] ima: Error Communicating to TPM chip
[    2.598896] ima: Error Communicating to TPM chip
[    2.606892] ima: Error Communicating to TPM chip
[    2.613846] ima: Error Communicating to TPM chip
[    2.619942] ima: Error Communicating to TPM chip
[    2.627954] ima: Error Communicating to TPM chip
[    2.637872] ima: No architecture policies found
[    2.637891] evm: Initialising EVM extended attributes:
[    2.637892] evm: security.selinux
[    2.637894] evm: security.SMACK64 (disabled)
[    2.637895] evm: security.SMACK64EXEC (disabled)
[    2.637896] evm: security.SMACK64TRANSMUTE (disabled)
[    2.637897] evm: security.SMACK64MMAP (disabled)
[    2.637898] evm: security.apparmor
[    2.637899] evm: security.ima
[    2.637899] evm: security.capability
[    2.637900] evm: HMAC attrs: 0x1
[    2.752776] RAS: Correctable Errors collector initialized.
[    2.752841] clk: Disabling unused clocks
[    2.753846] Freeing unused decrypted memory: 2036K
[    2.754374] Freeing unused kernel image (initmem) memory: 3932K
[    2.768786] Write protecting the kernel read-only data: 26624k
[    2.769233] Freeing unused kernel image (rodata/data gap) memory: 1940K
[    2.822802] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.822804] x86/mm: Checking user space page tables
[    2.874355] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    2.874360] Run /init as init process
[    2.874362]   with arguments:
[    2.874363]     /init
[    2.874364]   with environment:
[    2.874365]     HOME=/
[    2.874366]     TERM=linux
[    2.874366]     BOOT_IMAGE=/boot/vmlinuz-6.5.0-5-amd64
[    3.050670] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input2
[    3.057762] ACPI: battery: Slot [BAT0] (battery absent)
[    3.064816] ACPI: button: Lid Switch [LID]
[    3.064925] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[    3.064991] ACPI: button: Power Button [PWRF]
[    3.085182] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x0000000000001863 (\PMI) (20230331/utaddress-204)
[    3.085196] ACPI Warning: SystemIO range 0x0000000000001828-0x000000000000182F conflicts with OpRegion 0x0000000000001800-0x000000000000187F (\_SB.PCI0.LPC.PMIO) (20230331/utaddress-204)
[    3.085202] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    3.085206] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPRL) (20230331/utaddress-204)
[    3.085212] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPR) (20230331/utaddress-204)
[    3.085217] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.PEG.GPIO) (20230331/utaddress-204)
[    3.085223] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.LPC.EC.HKEY.GINV) (20230331/utaddress-204)
[    3.085228] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_GPE.GINV) (20230331/utaddress-204)
[    3.085234] ACPI Warning: SystemIO range 0x0000000000000840-0x000000000000084F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20230331/utaddress-204)
[    3.085239] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    3.085240] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPRL) (20230331/utaddress-204)
[    3.085246] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPR) (20230331/utaddress-204)
[    3.085251] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.PEG.GPIO) (20230331/utaddress-204)
[    3.085256] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.LPC.EC.HKEY.GINV) (20230331/utaddress-204)
[    3.085262] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_GPE.GINV) (20230331/utaddress-204)
[    3.085267] ACPI Warning: SystemIO range 0x0000000000000830-0x000000000000083F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20230331/utaddress-204)
[    3.085272] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    3.085274] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000863 (\GPRL) (20230331/utaddress-204)
[    3.085279] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x0000000000000BFF (\GPR) (20230331/utaddress-204)
[    3.085284] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.PEG.GPIO) (20230331/utaddress-204)
[    3.085290] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_SB.PCI0.LPC.EC.HKEY.GINV) (20230331/utaddress-204)
[    3.085295] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000085F (\_GPE.GINV) (20230331/utaddress-204)
[    3.085301] ACPI Warning: SystemIO range 0x0000000000000800-0x000000000000082F conflicts with OpRegion 0x0000000000000800-0x000000000000087F (\_SB.PCI0.LPC.LPIO) (20230331/utaddress-204)
[    3.085306] ACPI: OSL: Resource conflict; ACPI support missing from driver?
[    3.085307] lpc_ich: Resource conflict(s) found affecting gpio_ich
[    3.100987] ACPI: bus type USB registered
[    3.101027] usbcore: registered new interface driver usbfs
[    3.101043] usbcore: registered new interface driver hub
[    3.101063] usbcore: registered new device driver usb
[    3.147750] ACPI: bus type drm_connector registered
[    3.154071] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[    3.154272] i2c i2c-0: 2/2 memory slots populated (from DMI)
[    3.161061] i2c i2c-0: Successfully instantiated SPD at 0x50
[    3.163837] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.163849] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
[    3.166421] r8169 0000:03:00.0: can'
t disable ASPM; OS doesn't have ASPM control
[    3.166979] xhci_hcd 0000:00:14.0: hcc params 0x200077c1 hci version 0x100 quirks 0x0000000000009810
[    3.167265] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    3.167271] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
[    3.167277] xhci_hcd 0000:00:14.0: Host supports USB 3.0 SuperSpeed
[    3.167332] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    3.167336] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.167339] usb usb1: Product: xHCI Host Controller
[    3.167342] usb usb1: Manufacturer: Linux 6.5.0-5-amd64 xhci-hcd
[    3.167344] usb usb1: SerialNumber: 0000:00:14.0
[    3.168385] hub 1-0:1.0: USB hub found
[    3.168407] hub 1-0:1.0: 14 ports detected
[    3.176890] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.05
[    3.176897] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.176900] usb usb2: Product: xHCI Host Controller
[    3.176902] usb usb2: Manufacturer: Linux 6.5.0-5-amd64 xhci-hcd
[    3.176904] usb usb2: SerialNumber: 0000:00:14.0
[    3.177216] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    3.177333] hub 2-0:1.0: USB hub found
[    3.177350] hub 2-0:1.0: 6 ports detected
[    3.178004] usb: port power management may be unreliable
[    3.179847] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3
[    3.179865] ehci-pci 0000:00:1a.0: debug port 2
[    3.183788] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf161d000
[    3.184691] r8169 0000:03:00.0 eth0: RTL8168gu/8111gu, 28:d2:44:ac:c2:95, XID 509, IRQ 30
[    3.184699] r8169 0000:03:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
[    3.190888] SCSI subsystem initialized
[    3.196779] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    3.196849] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    3.196852] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.196854] usb usb3: Product: EHCI Host Controller
[    3.196856] usb usb3: Manufacturer: Linux 6.5.0-5-amd64 ehci_hcd
[    3.196857] usb usb3: SerialNumber: 0000:00:1a.0
[    3.197108] hub 3-0:1.0: USB hub found
[    3.197118] hub 3-0:1.0: 3 ports detected
[    3.197358] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    3.197367] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4
[    3.197382] ehci-pci 0000:00:1d.0: debug port 2
[    3.201296] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf161c000
[    3.216786] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.216838] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.05
[    3.216841] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.216843] usb usb4: Product: EHCI Host Controller
[    3.216845] usb usb4: Manufacturer: Linux 6.5.0-5-amd64 ehci_hcd
[    3.216846] usb usb4: SerialNumber: 0000:00:1d.0
[    3.217081] hub 4-0:1.0: USB hub found
[    3.217089] hub 4-0:1.0: 3 ports detected
[    3.219254] r8169 0000:03:00.0 enp3s0: renamed from eth0
[    3.250916] libata version 3.00 loaded.
[    3.252904] ata_piix 0000:00:1f.2: version 2.13
[    3.253005] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[    3.413838] scsi host0: ata_piix
[    3.414037] scsi host1: ata_piix
[    3.414085] ata1: SATA max UDMA/133 cmd 0x5088 ctl 0x5094 bmdma 0x5070 irq 19
[    3.414092] ata2: SATA max UDMA/133 cmd 0x5080 ctl 0x5090 bmdma 0x5078 irq 19
[    3.432722] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[    3.460739] usb 3-1: new high-speed USB device number 2 using ehci-pci
[    3.480737] usb 4-1: new high-speed USB device number 2 using ehci-pci
[    3.589020] usb 1-1: New USB device found, idVendor=05ac, idProduct=1005, bcdDevice=96.15
[    3.589026] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    3.589030] usb 1-1: Product: Keyboard Hub
[    3.589032] usb 1-1: Manufacturer: Apple Inc.
[    3.589035] usb 1-1: SerialNumber: 000000000000
[    3.589783] hub 1-1:1.0: USB hub found
[    3.589894] hub 1-1:1.0: 3 ports detected
[    3.617098] usb 3-1: New USB device found, idVendor=8087, idProduct=8008, bcdDevice= 0.04
[    3.617103] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.617434] hub 3-1:1.0: USB hub found
[    3.617581] hub 3-1:1.0: 6 ports detected
[    3.637104] usb 4-1: New USB device found, idVendor=8087, idProduct=8000, bcdDevice= 0.04
[    3.637108] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.637437] hub 4-1:1.0: USB hub found
[    3.637587] hub 4-1:1.0: 8 ports detected
[    3.716717] usb 1-7: new full-speed USB device number 3 using xhci_hcd
[    3.771324] psmouse serio1: synaptics: queried max coordinates: x [..5112], y [..3834]
[    3.808042] psmouse serio1: synaptics: queried min coordinates: x [1024..], y [1024..]
[    3.808048] psmouse serio1: synaptics: Trying to set up SMBus access
[    3.866038] usb 1-7: New USB device found, idVendor=8087, idProduct=07dc, bcdDevice= 0.01
[    3.866055] usb 1-7: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.908499] Console: switching to colour dummy device 80x25
[    3.908548] i915 0000:00:02.0: vgaarb: deactivate vga console
[    3.909075] i915 0000:00:02.0: vgaarb: changed VGA decodes: olddecodes=io+mem,decodes=io+mem:owns=io+mem
[    3.944772] usb 1-1.2: new low-speed USB device number 4 using xhci_hcd
[    3.965435] [drm] Initialized i915 1.6.0 20201103 for 0000:00:02.0 on minor 0
[    3.965997] ACPI: video: Video Device [VID] (multi-head: yes  rom: no  post: no)
[    3.966250] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input5
[    3.979626] fbcon: i915drmfb (fb0) is primary device
[    4.051905] usb 1-1.2: New USB device found, idVendor=05ac, idProduct=021e, bcdDevice= 0.70
[    4.051918] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.051922] usb 1-1.2: Product: Apple Keyboard
[    4.051926] usb 1-1.2: Manufacturer: Apple Inc.
[    4.079769] hid: raw HID events driver (C) Jiri Kosina
[    4.172831] usb 1-12: new high-speed USB device number 5 using xhci_hcd
[    4.196943] ata1.00: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.196968] ata1.01: SATA link down (SStatus 0 SControl 300)
[    4.199799] ata1.00: ATA-8: HGST HTS725050A7E630, GH2ZB550, max UDMA/133
[    4.199809] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[    4.205006] ata1.00: configured for UDMA/133
[    4.205490] scsi 0:0:0:0: Direct-Access     ATA      HGST HTS725050A7 B550 PQ: 0 ANSI: 5
[    4.331960] usb 1-12: New USB device found, idVendor=04f2, idProduct=b398, bcdDevice=39.89
[    4.331971] usb 1-12: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.331977] usb 1-12: Product: Integrated Camera
[    4.331980] usb 1-12: Manufacturer: Vimicro corp.
[    4.400829] usb 1-1.3: new low-speed USB device number 6 using xhci_hcd
[    4.452823] ata2.00: failed to resume link (SControl 0)
[    4.505860] usb 1-1.3: New USB device found, idVendor=13ee, idProduct=0001, bcdDevice= 0.10
[    4.505872] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.505877] usb 1-1.3: Product: AND
[    4.505881] usb 1-1.3: Manufacturer: MOON
[    4.505884] usb 1-1.3: SerialNumber: @LAB
[    4.534555] usbcore: registered new interface driver usbhid
[    4.534565] usbhid: USB HID core driver
[    5.086376] Console: switching to colour frame buffer device 170x48
[    5.105667] i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
[    5.492821] ata2.01: failed to resume link (SControl 0)
[    5.504587] ata2.00: SATA link down (SStatus 4 SControl 0)
[    5.504613] ata2.01: SATA link down (SStatus 4 SControl 0)
[    5.513087] input: MOON AND  as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.0/0003:13EE:0001.0003/input/input6
[    5.513332] hid-generic 0003:13EE:0001.0003: input,hidraw0: USB HID v1.00 Mouse [MOON AND ] on usb-0000:00:14.0-1.3/input0
[    5.518699] input: Apple Inc. Apple Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:05AC:021E.0001/input/input7
[    5.541787] sd 0:0:0:0: [sda] 976773168 512-byte logical blocks: (500 GB/466 GiB)
[    5.541794] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    5.541809] sd 0:0:0:0: [sda] Write Protect is off
[    5.541813] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    5.541846] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn'
t support DPO or FUA
[    5.541883] sd 0:0:0:0: [sda] Preferred minimum I/O size 4096 bytes
[    5.576994] apple 0003:05AC:021E.0001: input,hidraw1: USB HID v1.11 Keyboard [Apple Inc. Apple Keyboard] on usb-0000:00:14.0-1.2/input0
[    5.577129] apple 0003:05AC:021E.0002: Fn key not found (Apple Wireless Keyboard clone?), disabling Fn key handling
[    5.577166] input: Apple Inc. Apple Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.1/0003:05AC:021E.0002/input/input8
[    5.582505]  sda: sda1 sda2 sda3 sda4 sda5 sda6
[    5.582951] sd 0:0:0:0: [sda] Attached SCSI disk
[    5.637111] apple 0003:05AC:021E.0002: input,hidraw2: USB HID v1.11 Device [Apple Inc. Apple Keyboard] on usb-0000:00:14.0-1.2/input1
[    6.388711] raid6: avx2x4   gen() 18173 MB/s
[    6.456710] raid6: avx2x2   gen() 18105 MB/s
[    6.524720] raid6: avx2x1   gen() 14132 MB/s
[    6.524725] raid6: using algorithm avx2x4 gen() 18173 MB/s
[    6.592716] raid6: .... xor() 8607 MB/s, rmw enabled
[    6.592722] raid6: using avx2x2 recovery algorithm
[    6.595469] xor: automatically using best checksumming function   avx      
[    6.597438] async_tx: api initialized (async)
[    6.896406] Btrfs loaded, zoned=yes, fsverity=yes
[    7.385359] PM: Image not found (code -22)
[    7.748783] EXT4-fs (sda2): mounted filesystem 70b1f62c-3247-4651-a71d-7f67ab1cbfd6 ro with ordered data mode. Quota mode: none.
[    8.040085] Not activating Mandatory Access Control as /sbin/tomoyo-init does not exist.
[    9.087538] systemd[1]: Inserted module 'autofs4'
[    9.363757] systemd[1]: systemd 255.2-3 running in system mode (+PAM +AUDIT +SELINUX +APPARMOR +IMA +SMACK +SECCOMP +GCRYPT -GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBFDISK +PCRE2 -PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD -BPF_FRAMEWORK -XKBCOMMON +UTMP +SYSVINIT default-hierarchy=unified)
[    9.363781] systemd[1]: Detected architecture x86-64.
[    9.411686] systemd[1]: Hostname set to <localhost>.
[   11.178280] systemd[1]: Queued start job for default target graphical.target.
[   11.232309] systemd[1]: Created slice system-getty.slice - Slice /system/getty.
[   11.233763] systemd[1]: Created slice system-modprobe.slice - Slice /system/modprobe.
[   11.234825] systemd[1]: Created slice system-systemd\x2dfsck.slice - Slice /system/systemd-fsck.
[   11.235917] systemd[1]: Created slice system-tor.slice - Slice /system/tor.
[   11.236453] systemd[1]: Created slice user.slice - User and Session Slice.
[   11.236594] systemd[1]: Started systemd-ask-password-wall.path - Forward Password Requests to Wall Directory Watch.
[   11.236933] systemd[1]: Set up automount proc-sys-fs-binfmt_misc.automount - Arbitrary Executable File Formats File System Automount Point.
[   11.236981] systemd[1]: Expecting device dev-disk-by\x2duuid-099b1514\x2d8322\x2d4b15\x2d9d8c\x2d2c638e42b18c.device - /dev/disk/by-uuid/099b1514-8322-4b15-9d8c-2c638e42b18c...
[   11.236996] systemd[1]: Expecting device dev-disk-by\x2duuid-2ce3cdff\x2d4c52\x2d407d\x2d9074\x2d91b74447d737.device - /dev/disk/by-uuid/2ce3cdff-4c52-407d-9074-91b74447d737...
[   11.237005] systemd[1]: Expecting device dev-disk-by\x2duuid-9DE4\x2dBA57.device - /dev/disk/by-uuid/9DE4-BA57...
[   11.237017] systemd[1]: Expecting device dev-disk-by\x2duuid-cb11a1cf\x2dac39\x2d4f6b\x2d8bcb\x2d882414123616.device - /dev/disk/by-uuid/cb11a1cf-ac39-4f6b-8bcb-882414123616...
[   11.237028] systemd[1]: Expecting device dev-disk-by\x2duuid-e90080c0\x2d1715\x2d466b\x2d925e\x2d9d85de34ff0d.device - /dev/disk/by-uuid/e90080c0-1715-466b-925e-9d85de34ff0d...
[   11.237060] systemd[1]: Reached target integritysetup.target - Local Integrity Protected Volumes.
[   11.237094] systemd[1]: Reached target nss-user-lookup.target - User and Group Name Lookups.
[   11.237115] systemd[1]: Reached target remote-fs.target - Remote File Systems.
[   11.237133] systemd[1]: Reached target slices.target - Slice Units.
[   11.237186] systemd[1]: Reached target veritysetup.target - Local Verity Protected Volumes.
[   11.237338] systemd[1]: Listening on dm-event.socket - Device-mapper event daemon FIFOs.
[   11.237572] systemd[1]: Listening on lvm2-lvmpolld.socket - LVM2 poll daemon socket.
[   11.237755] systemd[1]: Listening on systemd-fsckd.socket - fsck to fsckd communication Socket.
[   11.237862] systemd[1]: Listening on systemd-initctl.socket - initctl Compatibility Named Pipe.
[   11.238092] systemd[1]: Listening on systemd-journald-dev-log.socket - Journal Socket (/dev/log).
[   11.238315] systemd[1]: Listening on systemd-journald.socket - Journal Socket.
[   11.238370] systemd[1]: systemd-pcrextend.socket - TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   11.249016] systemd[1]: Listening on systemd-udevd-control.socket - udev Control Socket.
[   11.249272] systemd[1]: Listening on systemd-udevd-kernel.socket - udev Kernel Socket.
[   11.255143] systemd[1]: Mounting dev-hugepages.mount - Huge Pages File System...
[   11.256553] systemd[1]: Mounting dev-mqueue.mount - POSIX Message Queue File System...
[   11.258697] systemd[1]: Mounting sys-kernel-debug.mount - Kernel Debug File System...
[   11.262565] systemd[1]: Mounting sys-kernel-tracing.mount - Kernel Trace File System...
[   11.263240] systemd[1]: Finished blk-availability.service - Availability of block devices.
[   11.276594] systemd[1]: Starting keyboard-setup.service - Set the console keyboard layout...
[   11.278895] systemd[1]: Starting kmod-static-nodes.service - Create List of Static Device Nodes...
[   11.281389] systemd[1]: Starting lvm2-monitor.service - Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
[   11.283036] systemd[1]: Starting modprobe@configfs.service - Load Kernel Module configfs...
[   11.289528] systemd[1]: Starting modprobe@dm_mod.service - Load Kernel Module dm_mod...
[   11.292543] systemd[1]: Starting modprobe@drm.service - Load Kernel Module drm...
[   11.297237] systemd[1]: Starting modprobe@efi_pstore.service - Load Kernel Module efi_pstore...
[   11.302103] systemd[1]: Starting modprobe@fuse.service - Load Kernel Module fuse...
[   11.310581] systemd[1]: Starting modprobe@loop.service - Load Kernel Module loop...
[   11.310745] systemd[1]: systemd-fsck-root.service - File System Check on Root Device was skipped because of an unmet condition check (ConditionPathExists=!/run/initramfs/fsck-root).
[   11.337080] systemd[1]: Starting systemd-journald.service - Journal Service...
[   11.472172] loop: module loaded
[   11.488966] systemd[1]: Starting systemd-modules-load.service - Load Kernel Modules...
[   11.489007] systemd[1]: systemd-pcrmachine.service - TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   11.490291] systemd[1]: Starting systemd-remount-fs.service - Remount Root and Kernel File Systems...
[   11.490382] systemd[1]: systemd-tpm2-setup-early.service - TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
[   11.491871] systemd[1]: Starting systemd-udev-trigger.service - Coldplug All udev Devices...
[   11.494600] systemd[1]: Mounted dev-hugepages.mount - Huge Pages File System.
[   11.494810] systemd[1]: Mounted dev-mqueue.mount - POSIX Message Queue File System.
[   11.494984] systemd[1]: Mounted sys-kernel-debug.mount - Kernel Debug File System.
[   11.495156] systemd[1]: Mounted sys-kernel-tracing.mount - Kernel Trace File System.
[   11.495518] systemd[1]: Finished kmod-static-nodes.service - Create List of Static Device Nodes.
[   11.496080] systemd[1]: modprobe@drm.service: Deactivated successfully.
[   11.496738] systemd[1]: Finished modprobe@drm.service - Load Kernel Module drm.
[   11.497256] systemd[1]: modprobe@loop.service: Deactivated successfully.
[   11.497490] systemd[1]: Finished modprobe@loop.service - Load Kernel Module loop.
[   11.499313] systemd[1]: Starting systemd-tmpfiles-setup-dev-early.service - Create Static Device Nodes in /dev gracefully...
[   11.501620] pstore: Using crash dump compression: deflate
[   11.505396] systemd[1]: modprobe@configfs.service: Deactivated successfully.
[   11.505660] systemd[1]: Finished modprobe@configfs.service - Load Kernel Module configfs.
[   11.517588] systemd[1]: Mounting sys-kernel-config.mount - Kernel Configuration File System...
[   11.518021] systemd[1]: Finished keyboard-setup.service - Set the console keyboard layout.
[   11.525505] pstore: Registered efi_pstore as persistent store backend
[   11.526283] systemd[1]: modprobe@efi_pstore.service: Deactivated successfully.
[   11.526524] systemd[1]: Finished modprobe@efi_pstore.service - Load Kernel Module efi_pstore.
[   11.535665] systemd[1]: Mounted sys-kernel-config.mount - Kernel Configuration File System.
[   11.535889] fuse: init (API version 7.38)
[   11.536557] systemd[1]: modprobe@fuse.service: Deactivated successfully.
[   11.536733] systemd[1]: Finished modprobe@fuse.service - Load Kernel Module fuse.
[   11.537861] systemd[1]: Mounting sys-fs-fuse-connections.mount - FUSE Control File System...
[   11.556063] systemd[1]: Mounted sys-fs-fuse-connections.mount - FUSE Control File System.
[   11.689638] EXT4-fs (sda2): re-mounted 70b1f62c-3247-4651-a71d-7f67ab1cbfd6 r/w. Quota mode: none.
[   11.693442] systemd[1]: Finished systemd-remount-fs.service - Remount Root and Kernel File Systems.
[   11.706758] device-mapper: core: CONFIG_IMA_DISABLE_HTABLE is disabled. Duplicate IMA measurements will not be recorded in the IMA log.
[   11.706794] device-mapper: uevent: version 1.0.3
[   11.706916] device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
[   11.716534] systemd-journald[297]: Collecting audit messages is disabled.
[   11.716969] systemd[1]: systemd-hwdb-update.service - Rebuild Hardware Database was skipped because of an unmet condition check (ConditionNeedsUpdate=/etc).
[   11.717579] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
[   11.717852] systemd[1]: Finished modprobe@dm_mod.service - Load Kernel Module dm_mod.
[   11.718130] systemd[1]: systemd-repart.service - Repartition Root Disk was skipped because no trigger condition checks were met.
[   11.786401] systemd[1]: Started systemd-journald.service - Journal Service.
[   11.929701] lp: driver loaded but no devices found
[   11.953228] ppdev: user-space parallel port driver
[   13.387713] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   13.434230] ACPI: AC: AC Adapter [AC] (on-line)
[   13.467964] ACPI BIOS Error (bug): AE_AML_PACKAGE_LIMIT, Index (0x000000016) is beyond end of object (length 0x16) (20230331/exoparg2-393)
[   13.468012] ACPI Error: Aborting method \_SB.WMI1.WQA0 due to previous error (AE_AML_PACKAGE_LIMIT) (20230331/psparse-529)
[   13.500492] at24 0-0050: supply vcc not found, using dummy regulator
[   13.501089] at24 0-0050: 256 byte spd EEPROM, read-only
[   13.577714] EDAC ie31200: No ECC support
[   13.577783] EDAC ie31200: No ECC support
[   13.769330] input: PC Speaker as /devices/platform/pcspkr/input/input9
[   13.893748] iTCO_vendor_support: vendor-support=0
[   13.993292] rmi4_smbus 0-002c: registering SMbus-connected sensor
[   14.048277] RAPL PMU: API unit is 2^-32 Joules, 4 fixed counters, 655360 ms ovfl timer
[   14.048285] RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
[   14.048288] RAPL PMU: hw unit of domain package 2^-14 Joules
[   14.048290] RAPL PMU: hw unit of domain dram 2^-14 Joules
[   14.048292] RAPL PMU: hw unit of domain pp1-gpu 2^-14 Joules
[   14.076826] rmi4_f01 rmi4-00.fn01: found RMI device, manufacturer: Synaptics, product: TM2722-001, fw id: 0
[   14.114460] input: Synaptics TM2722-001 as /devices/pci0000:00/0000:00:1f.3/i2c-0/0-002c/rmi4-00/input/input10
[   14.115925] serio: RMI4 PS/2 pass-through port at rmi4-00.fn03
[   14.137779] Non-volatile memory driver v1.3
[   14.208840] iTCO_wdt iTCO_wdt.1.auto: Found a Lynx Point TCO device (Version=2, TCOBASE=0x1860)
[   14.209002] iTCO_wdt iTCO_wdt.1.auto: initialized. heartbeat=30 sec (nowayout=0)
[   14.243191] alg: No test for fips(ansi_cprng) (fips_ansi_cprng)
[   14.330659] thinkpad_acpi: ThinkPad ACPI Extras v0.26
[   14.330663] thinkpad_acpi: http://ibm-acpi.sf.net/
[   14.330664] thinkpad_acpi: ThinkPad BIOS J9ET88WW (2.08 ), EC unknown
[   14.330665] thinkpad_acpi: Lenovo ThinkPad Edge E540, model 20C600JDFR
[   14.331148] thinkpad_acpi: This ThinkPad has standard ACPI backlight brightness control, supported by the ACPI video driver
[   14.331150] thinkpad_acpi: Disabling thinkpad-acpi brightness events by default...
[   14.335089] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[   14.341660] usbcore: registered new device driver apple-mfi-fastcharge
[   14.350901] thinkpad_acpi: secondary fan control detected & enabled
[   14.351628] ACPI: battery: new extension: ThinkPad Battery Extension
[   14.351817] input: ThinkPad Extra Buttons as /devices/platform/thinkpad_acpi/input/input12
[   14.476201] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
[   14.535892] input: TPPS/2 IBM TrackPoint as /devices/pci0000:00/0000:00:1f.3/i2c-0/0-002c/rmi4-00/rmi4-00.fn03/serio2/input/input11
[   14.592019] cryptd: max_cpu_qlen set to 1000
[   14.784461] snd_hda_intel 0000:00:03.0: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
[   14.870729] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[   14.871632] Loaded X.509 cert 'benh@debian.org: 577e021cb980e0e820821ba7b54b4961b8b4fadf'
[   14.872274] Loaded X.509 cert 'romain.perier@gmail.com: 3abbc6ec146e09d1b6016ab9d6cf71dd233f0328'
[   14.873015] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[   14.938663] Bluetooth: Core ver 2.22
[   14.938693] NET: Registered PF_BLUETOOTH protocol family
[   14.938695] Bluetooth: HCI device and connection manager initialized
[   14.938698] Bluetooth: HCI socket layer initialized
[   14.938700] Bluetooth: L2CAP socket layer initialized
[   14.938705] Bluetooth: SCO socket layer initialized
[   14.939413] mc: Linux media interface: v0.10
[   14.952938] input: HDA Intel HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/sound/card0/input13
[   14.952997] input: HDA Intel HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/sound/card0/input14
[   14.953051] input: HDA Intel HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/sound/card0/input15
[   14.959038] snd_hda_codec_conexant hdaudioC1D0: CX20751/2: BIOS auto-probing.
[   14.959348] snd_hda_codec_conexant hdaudioC1D0: autoconfig for CX20751/2: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:speaker
[   14.959351] snd_hda_codec_conexant hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[   14.959353] snd_hda_codec_conexant hdaudioC1D0:    hp_outs=1 (0x16/0x0/0x0/0x0/0x0)
[   14.959355] snd_hda_codec_conexant hdaudioC1D0:    mono: mono_out=0x0
[   14.959356] snd_hda_codec_conexant hdaudioC1D0:    inputs:
[   14.959358] snd_hda_codec_conexant hdaudioC1D0:      Internal Mic=0x1a
[   14.959359] snd_hda_codec_conexant hdaudioC1D0:      Mic=0x19
[   15.100104] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/sound/card1/input16
[   15.100157] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card1/input17
[   15.100199] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card1/input18
[   15.228025] platform regulatory.0: firmware: direct-loading firmware regulatory.db
[   15.306031] platform regulatory.0: firmware: direct-loading firmware regulatory.db.p7s
[   15.438988] videodev: Linux video capture interface: v2.00
[   15.458650] Intel(R) Wireless WiFi driver for Linux
[   15.460271] iwlwifi 0000:04:00.0: Detected crf-id 0x0, cnv-id 0x0 wfpm id 0x0
[   15.460293] iwlwifi 0000:04:00.0: PCI dev 08b2/4262, rev=0x144, rfid=0xd55555d5
[   15.563554] iwlwifi 0000:04:00.0: firmware: direct-loading firmware iwlwifi-7260-17.ucode
[   15.571352] iwlwifi 0000:04:00.0: loaded firmware version 17.3216344376.0 7260-17.ucode op_mode iwlmvm
[   15.717041] usbcore: registered new interface driver btusb
[   15.729978] Bluetooth: hci0: Legacy ROM 2.5 revision 8.0 build 2 week 3 2013
[   15.780375] bluetooth hci0: firmware: direct-loading firmware intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[   15.780569] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[   15.844458] usb 1-12: Found UVC 1.00 device Integrated Camera (04f2:b398)
[   15.846985] input: Integrated Camera: Integrated C as /devices/pci0000:00/0000:00:14.0/usb1/1-12/1-12:1.0/input/input19
[   15.847096] usbcore: registered new interface driver uvcvideo
[   15.970023] Bluetooth: hci0: Intel BT fw patch 0x57 completed & activated
[   16.263597] intel_rapl_common: Found RAPL domain package
[   16.263605] intel_rapl_common: Found RAPL domain core
[   16.263608] intel_rapl_common: Found RAPL domain uncore
[   16.263610] intel_rapl_common: Found RAPL domain dram
[   16.301054] iwlwifi 0000:04:00.0: Detected Intel(R) Wireless N 7260, REV=0x144
[   16.320024] iwlwifi 0000:04:00.0: base HW address: a0:a8:cd:ef:6e:88, OTP minor version: 0x0
[   16.520853] ieee80211 phy0: Selected rate control algorithm 'iwl-mvm-rs'
[   16.558936] iwlwifi 0000:04:00.0 wlp4s0: renamed from wlan0
[   17.137612] Adding 1000444k swap on /dev/sda4.  Priority:-2 extents:1 across:1000444k FS
[   18.376728] EXT4-fs (sda6): mounted filesystem 2ce3cdff-4c52-407d-9074-91b74447d737 r/w with ordered data mode. Quota mode: none.
[   18.512173] EXT4-fs (sda3): mounted filesystem 099b1514-8322-4b15-9d8c-2c638e42b18c r/w with ordered data mode. Quota mode: none.
[   18.616073] systemd-journald[297]: Received client request to flush runtime journal.
[   18.743235] EXT4-fs (sda5): mounted filesystem e90080c0-1715-466b-925e-9d85de34ff0d r/w with ordered data mode. Quota mode: none.
[   19.481798] systemd-journald[297]: /var/log/journal/919a739369fd4e6eaa60b8ef7d5e2b80/system.journal: Journal file uses a different sequence number ID, rotating.
[   19.481815] systemd-journald[297]: Rotating system journal.
[   20.630667] audit: type=1400 audit(1704456952.623:2): apparmor="STATUS" operation="profile_load" profile="unconfined" name="lsb_release" pid=652 comm="apparmor_parser"
[   20.652161] audit: type=1400 audit(1704456952.643:3): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe" pid=653 comm="apparmor_parser"
[   20.652180] audit: type=1400 audit(1704456952.643:4): apparmor="STATUS" operation="profile_load" profile="unconfined" name="nvidia_modprobe//kmod" pid=653 comm="apparmor_parser"
[   20.926371] audit: type=1400 audit(1704456952.919:5): apparmor="STATUS" operation="profile_load" profile="unconfined" name="torbrowser_tor" pid=658 comm="apparmor_parser"
[   21.025784] audit: type=1400 audit(1704456953.019:6): apparmor="STATUS" operation="profile_load" profile="unconfined" name="system_tor" pid=655 comm="apparmor_parser"
[   21.177232] audit: type=1400 audit(1704456953.171:7): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=654 comm="apparmor_parser"
[   21.177247] audit: type=1400 audit(1704456953.171:8): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=654 comm="apparmor_parser"
[   21.177253] audit: type=1400 audit(1704456953.171:9): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/lib/connman/scripts/dhclient-script" pid=654 comm="apparmor_parser"
[   21.177257] audit: type=1400 audit(1704456953.171:10): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/{,usr/}sbin/dhclient" pid=654 comm="apparmor_parser"
[   21.242870] audit: type=1400 audit(1704456953.235:11): apparmor="STATUS" operation="profile_load" profile="unconfined" name="/usr/bin/man" pid=660 comm="apparmor_parser"
[   34.253374] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   34.253381] Bluetooth: BNEP filters: protocol multicast
[   34.253386] Bluetooth: BNEP socket layer initialized
[   34.256304] Bluetooth: MGMT ver 1.22
[   34.328617] NET: Registered PF_ALG protocol family
[   39.287518] r8169 0000:03:00.0: firmware: direct-loading firmware rtl_nic/rtl8168g-3.fw
[   39.312808] Generic FE-GE Realtek PHY r8169-0-300:00: attached PHY driver (mii_bus:phy_addr=r8169-0-300:00, irq=MAC)
[   39.504890] r8169 0000:03:00.0 enp3s0: Link is Down
[   39.620364] NET: Registered PF_QIPCRTR protocol family
[   39.746299] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   39.746316] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   39.746322] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   39.746327] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   39.746332] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   39.746336] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   39.746340] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   39.747141] iwlwifi 0000:04:00.0: Registered PHC clock: iwlwifi-PTP, with index: 0
[   40.015541] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   40.015549] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   40.015550] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   40.015552] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   40.015553] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   40.015555] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   40.015556] ACPI: \: failed to evaluate _DSM bf0212f2-788f-c64d-a5b3-1f738e285ade (0x1001)
[   41.972039] wlp4s0: authenticate with 3a:07:16:e0:75:34
[   41.972097] wlp4s0: 80 MHz not supported, disabling VHT
[   41.974801] wlp4s0: send auth to 3a:07:16:e0:75:34 (try 1/3)
[   41.984596] wlp4s0: authenticated
[   41.988748] wlp4s0: associate with 3a:07:16:e0:75:34 (try 1/3)
[   41.997914] wlp4s0: RX AssocResp from 3a:07:16:e0:75:34 (capab=0x1411 status=0 aid=1)
[   41.999515] wlp4s0: associated
[   45.448759] kauditd_printk_skb: 24 callbacks suppressed
[   45.448767] audit: type=1400 audit(1704456977.439:36): apparmor="DENIED" operation="capable" class="cap" profile="/usr/sbin/cupsd" pid=997 comm="cupsd" capability=12  capname="net_admin"
[   49.832691] pipewire[1448]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
[   54.184366] Bluetooth: RFCOMM TTY layer initialized
[   54.184384] Bluetooth: RFCOMM socket layer initialized
[   54.184401] Bluetooth: RFCOMM ver 1.11
[   67.135659] rfkill: input handler disabled
[   77.365425] systemd-journald[297]: /var/log/journal/919a739369fd4e6eaa60b8ef7d5e2b80/user-1000.journal: Journal file uses a different sequence number ID, rotating.
[   78.688692] rfkill: input handler enabled
[   84.427872] rfkill: input handler disabled
[   92.580575] warning: `kdeconnectd' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
[ 9184.941117] perf: interrupt took too long (2512 > 2500), lowering kernel.perf_event_max_sample_rate to 79500
[11280.823844] perf: interrupt took too long (3158 > 3140), lowering kernel.perf_event_max_sample_rate to 63250


Lenovo ThinkPad Edge E540, année 2013 (Intel Core i3-4000M x 4. Carte Intel HD Graphics 4600 HSW GT2).

Hors ligne

Pied de page des forums