Having issue with real-time kernel

I just installed a real-time kernel using pacman but when I try to load the system with it, it stucks when booting and without any error messages or bad-loaded modules and/or services. It just stop to load stuff without completing.
What’s going wrong?
I have a similar problem on Artix Linux with Dinit as init/service manager and I can’t understand why (but in this case, it does not load the desktop environment, either lightdm).
Is there something I have to configure on EndeavourOS? Maybe something in systemd settings?

1 Like

May I ask why you are using a real-time kernel?

I can’t think of any use case on a consumer system. The hickup is probably caused by System Management Interrupts that a BIOS update may or may not fix (but probably won’t fix).

See the bottom of this page:

Edit: spelling

If the kernel starts booting and stops somewhere in between it certainly has created a journal. Please provide the journal for the failed boot with the RT kernel.

This command displays the journal of the second last boot:
journalctl -b -1

Use -b -2, -b -3, etc. to go futher back in time.

Ok… but what I have to check?
There are some bluetooth and ACPI errors (as usual). So what could be the cause of it?
I can’t post anything if I don’t know what I have to check out. I would not post the whole journal on the forum…

why do you need the real time kernel?

May be it is enough if you show us the last couple of entries before it stops.

This looks like a regular shutdown sequence. Is this the right journal? What is the first line of this journal saying?

Anyways, this piece of your journal is not revealing anything. It is just a shutdown. The root cause is earlier.

This is another extract from the journal. I hope this is the right part of it without the “shutting down” part…

dic 31 12:13:31 [hostname] kernel:   with arguments:
dic 31 12:13:31 [hostname] kernel:     /init
dic 31 12:13:31 [hostname] kernel:   with environment:
dic 31 12:13:31 [hostname] kernel:     HOME=/
dic 31 12:13:31 [hostname] kernel:     TERM=linux
dic 31 12:13:31 [hostname] kernel:     BOOT_IMAGE=/@/boot/vmlinuz-linux-rt
dic 31 12:13:31 [hostname] kernel:     cryptdevice=UUID=c8d52c84-a442-4289-84b6-4c6403ebc97a:luks-c8d52c84-a442-4289-84b6-4c6403ebc97a
dic 31 12:13:31 [hostname] kernel:     nvme_load=YES
dic 31 12:13:31 [hostname] kernel: fbcon: Taking over console
dic 31 12:13:31 [hostname] kernel: Console: switching to colour frame buffer device 128x48
dic 31 12:13:31 [hostname] kernel: ccp 0000:23:00.1: enabling device (0000 -> 0002)
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 1
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:04:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000200000410
dic 31 12:13:31 [hostname] kernel: ccp 0000:23:00.1: ccp enabled
dic 31 12:13:31 [hostname] kernel: ccp 0000:23:00.1: psp enabled
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:04:00.3: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:04:00.3: new USB bus registered, assigned bus number 2
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:04:00.3: Host supports USB 3.1 Enhanced SuperSpeed
dic 31 12:13:31 [hostname] kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb1: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb1: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb1: SerialNumber: 0000:04:00.3
dic 31 12:13:31 [hostname] kernel: hub 1-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 1-0:1.0: 2 ports detected
dic 31 12:13:31 [hostname] kernel: usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
dic 31 12:13:31 [hostname] kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb2: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb2: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb2: SerialNumber: 0000:04:00.3
dic 31 12:13:31 [hostname] kernel: hub 2-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 2-0:1.0: 2 ports detected
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:23:00.3: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:23:00.3: new USB bus registered, assigned bus number 3
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:23:00.3: hcc params 0x0260ffe5 hci version 0x110 quirks 0x0000000200000410
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:23:00.3: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:23:00.3: new USB bus registered, assigned bus number 4
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:23:00.3: Host supports USB 3.1 Enhanced SuperSpeed
dic 31 12:13:31 [hostname] kernel: usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb3: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb3: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb3: SerialNumber: 0000:23:00.3
dic 31 12:13:31 [hostname] kernel: hub 3-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 3-0:1.0: 2 ports detected
dic 31 12:13:31 [hostname] kernel: usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
dic 31 12:13:31 [hostname] kernel: usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb4: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb4: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb4: SerialNumber: 0000:23:00.3
dic 31 12:13:31 [hostname] kernel: hub 4-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 4-0:1.0: 2 ports detected
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.1: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.1: new USB bus registered, assigned bus number 5
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.1: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000200000410
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.1: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.1: new USB bus registered, assigned bus number 6
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.1: Host supports USB 3.1 Enhanced SuperSpeed
dic 31 12:13:31 [hostname] kernel: usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb5: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb5: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb5: SerialNumber: 0000:46:00.1
dic 31 12:13:31 [hostname] kernel: hub 5-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 5-0:1.0: 6 ports detected
dic 31 12:13:31 [hostname] kernel: usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
dic 31 12:13:31 [hostname] kernel: usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb6: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb6: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb6: SerialNumber: 0000:46:00.1
dic 31 12:13:31 [hostname] kernel: hub 6-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 6-0:1.0: 4 ports detected
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.3: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 7
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.3: hcc params 0x0278ffe5 hci version 0x110 quirks 0x0000000200000410
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.3: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.3: new USB bus registered, assigned bus number 8
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:46:00.3: Host supports USB 3.1 Enhanced SuperSpeed
dic 31 12:13:31 [hostname] kernel: usb usb7: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb7: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb7: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb7: SerialNumber: 0000:46:00.3
dic 31 12:13:31 [hostname] kernel: hub 7-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 7-0:1.0: 6 ports detected
dic 31 12:13:31 [hostname] kernel: usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
dic 31 12:13:31 [hostname] kernel: usb usb8: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb8: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb8: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb8: SerialNumber: 0000:46:00.3
dic 31 12:13:31 [hostname] kernel: nvme nvme0: pci function 0000:01:00.0
dic 31 12:13:31 [hostname] kernel: nvme nvme1: pci function 0000:02:00.0
dic 31 12:13:31 [hostname] kernel: hub 8-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 8-0:1.0: 4 ports detected
dic 31 12:13:31 [hostname] kernel: usb: port power management may be unreliable
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:53:00.0: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:53:00.0: new USB bus registered, assigned bus number 9
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:53:00.0: hcc params 0x200077c1 hci version 0x110 quirks 0x0000000200009810
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:53:00.0: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:53:00.0: new USB bus registered, assigned bus number 10
dic 31 12:13:31 [hostname] kernel: xhci_hcd 0000:53:00.0: Host supports USB 3.1 Enhanced SuperSpeed
dic 31 12:13:31 [hostname] kernel: usb usb9: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb9: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb9: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb9: SerialNumber: 0000:53:00.0
dic 31 12:13:31 [hostname] kernel: hub 9-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 9-0:1.0: 2 ports detected
dic 31 12:13:31 [hostname] kernel: cryptd: max_cpu_qlen set to 1000
dic 31 12:13:31 [hostname] kernel: usb usb10: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.06
dic 31 12:13:31 [hostname] kernel: usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
dic 31 12:13:31 [hostname] kernel: usb usb10: Product: xHCI Host Controller
dic 31 12:13:31 [hostname] kernel: usb usb10: Manufacturer: Linux 6.6.5.16.realtime1-1-rt xhci-hcd
dic 31 12:13:31 [hostname] kernel: usb usb10: SerialNumber: 0000:53:00.0
dic 31 12:13:31 [hostname] kernel: hub 10-0:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 10-0:1.0: 2 ports detected
dic 31 12:13:31 [hostname] kernel: nvme nvme0: Shutdown timeout set to 10 seconds
dic 31 12:13:31 [hostname] kernel: nvme nvme1: Shutdown timeout set to 10 seconds
dic 31 12:13:31 [hostname] kernel: nvme nvme0: 128/0/0 default/read/poll queues
dic 31 12:13:31 [hostname] kernel: nvme nvme1: 128/0/0 default/read/poll queues
dic 31 12:13:31 [hostname] kernel:  nvme0n1: p1 p2 p3 p4
dic 31 12:13:31 [hostname] kernel:  nvme1n1: p1 p2
dic 31 12:13:31 [hostname] kernel: AVX2 version of gcm_enc/dec engaged.
dic 31 12:13:31 [hostname] kernel: AES CTR mode by8 optimization enabled
dic 31 12:13:31 [hostname] kernel: tsc: Refined TSC clocksource calibration: 3792.823 MHz
dic 31 12:13:31 [hostname] kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6d57b85400d, max_idle_ns: 881590936851 ns
dic 31 12:13:31 [hostname] kernel: clocksource: Switched to clocksource tsc
dic 31 12:13:31 [hostname] kernel: usb 1-1: new full-speed USB device number 2 using xhci_hcd
dic 31 12:13:31 [hostname] kernel: usb 3-2: new full-speed USB device number 2 using xhci_hcd
dic 31 12:13:31 [hostname] kernel: usb 5-4: new high-speed USB device number 2 using xhci_hcd
dic 31 12:13:31 [hostname] kernel: usb 7-5: new full-speed USB device number 2 using xhci_hcd
dic 31 12:13:31 [hostname] kernel: device-mapper: uevent: version 1.0.3
dic 31 12:13:31 [hostname] kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@redhat.com
dic 31 12:13:31 [hostname] kernel: Key type trusted registered
dic 31 12:13:31 [hostname] kernel: Key type encrypted registered
dic 31 12:13:31 [hostname] kernel: usb 5-4: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
dic 31 12:13:31 [hostname] kernel: usb 5-4: New USB device strings: Mfr=0, Product=1, SerialNumber=0
dic 31 12:13:31 [hostname] kernel: usb 5-4: Product: USB2.0 Hub
dic 31 12:13:31 [hostname] kernel: usb 1-1: New USB device found, idVendor=046d, idProduct=c52b, bcdDevice=24.11
dic 31 12:13:31 [hostname] kernel: usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
dic 31 12:13:31 [hostname] kernel: usb 1-1: Product: USB Receiver
dic 31 12:13:31 [hostname] kernel: usb 1-1: Manufacturer: Logitech
dic 31 12:13:31 [hostname] kernel: usb 3-2: New USB device found, idVendor=0819, idProduct=0101, bcdDevice= 1.01
dic 31 12:13:31 [hostname] kernel: usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
dic 31 12:13:31 [hostname] kernel: usb 3-2: Product: eLicenser
dic 31 12:13:31 [hostname] kernel: usb 3-2: Manufacturer: Syncrosoft
dic 31 12:13:31 [hostname] kernel: usb 7-5: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
dic 31 12:13:31 [hostname] kernel: usb 7-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
dic 31 12:13:31 [hostname] kernel: hub 5-4:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 5-4:1.0: 4 ports detected
dic 31 12:13:31 [hostname] kernel: input: Logitech USB Receiver as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1:1.0/0003:046D:C52B.0001/input/input2
dic 31 12:13:31 [hostname] kernel: hid-generic 0003:046D:C52B.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-0000:04:00.3-1/input0
dic 31 12:13:31 [hostname] kernel: input: Logitech USB Receiver Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input3
dic 31 12:13:31 [hostname] kernel: input: Logitech USB Receiver Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input4
dic 31 12:13:31 [hostname] kernel: usb 7-6: new high-speed USB device number 3 using xhci_hcd
dic 31 12:13:31 [hostname] kernel: usb 1-2: new full-speed USB device number 3 using xhci_hcd
dic 31 12:13:31 [hostname] kernel: usb 5-5: new high-speed USB device number 3 using xhci_hcd
dic 31 12:13:31 [hostname] kernel: input: Logitech USB Receiver System Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1:1.1/0003:046D:C52B.0002/input/input5
dic 31 12:13:31 [hostname] kernel: hid-generic 0003:046D:C52B.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:04:00.3-1/input1
dic 31 12:13:31 [hostname] kernel: hid-generic 0003:046D:C52B.0003: hiddev97,hidraw2: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:04:00.3-1/input2
dic 31 12:13:31 [hostname] kernel: usbcore: registered new interface driver usbhid
dic 31 12:13:31 [hostname] kernel: usbhid: USB HID core driver
dic 31 12:13:31 [hostname] kernel: logitech-djreceiver 0003:046D:C52B.0003: hiddev96,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:04:00.3-1/input2
dic 31 12:13:31 [hostname] kernel: usb 7-6: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=85.36
dic 31 12:13:31 [hostname] kernel: usb 7-6: New USB device strings: Mfr=0, Product=1, SerialNumber=0
dic 31 12:13:31 [hostname] kernel: usb 7-6: Product: USB2.0 Hub
dic 31 12:13:31 [hostname] kernel: usb 1-2: New USB device found, idVendor=047d, idProduct=8018, bcdDevice= 1.02
dic 31 12:13:31 [hostname] kernel: usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
dic 31 12:13:31 [hostname] kernel: usb 1-2: Product: Expert Wireless TB
dic 31 12:13:31 [hostname] kernel: usb 1-2: Manufacturer: Kensington
dic 31 12:13:31 [hostname] kernel: hub 7-6:1.0: USB hub found
dic 31 12:13:31 [hostname] kernel: hub 7-6:1.0: 4 ports detected
dic 31 12:13:31 [hostname] kernel: input: Kensington Expert Wireless TB Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:047D:8018.0004/input/input7
dic 31 12:13:31 [hostname] kernel: input: Kensington Expert Wireless TB Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2/1-2:1.0/0003:047D:8018.0004/input/input8
dic 31 12:13:31 [hostname] kernel: input: Logitech Wireless Device PID:408a Keyboard as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:408A.0005/input/input9
dic 31 12:13:31 [hostname] kernel: hid-generic 0003:047D:8018.0004: input,hidraw1: USB HID v1.11 Mouse [Kensington Expert Wireless TB] on usb-0000:04:00.3-2/input0
dic 31 12:13:31 [hostname] kernel: input: Logitech Wireless Device PID:408a Mouse as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:408A.0005/input/input10
dic 31 12:13:31 [hostname] kernel: hid-generic 0003:046D:408A.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech Wireless Device PID:408a] on usb-0000:04:00.3-1/input2:1
dic 31 12:13:31 [hostname] kernel: hid-generic 0003:047D:8018.0006: hiddev97,hidraw3: USB HID v1.10 Device [Kensington Expert Wireless TB] on usb-0000:04:00.3-2/input1
dic 31 12:13:31 [hostname] kernel: input: Logitech MX Keys as /devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1/1-1:1.2/0003:046D:C52B.0003/0003:046D:408A.0005/input/input14
dic 31 12:13:31 [hostname] kernel: logitech-hidpp-device 0003:046D:408A.0005: input,hidraw2: USB HID v1.11 Keyboard [Logitech MX Keys] on usb-0000:04:00.3-1/input2:1
dic 31 12:13:31 [hostname] kernel: usb 5-5: New USB device found, idVendor=0414, idProduct=a002, bcdDevice= 0.05
dic 31 12:13:31 [hostname] kernel: usb 5-5: New USB device strings: Mfr=3, Product=1, SerialNumber=0
dic 31 12:13:31 [hostname] kernel: usb 5-5: Product: USB Audio
dic 31 12:13:31 [hostname] kernel: usb 5-5: Manufacturer: Generic
dic 31 12:13:31 [hostname] kernel: input: Generic USB Audio Consumer Control as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:46:00.1/usb5/5-5/5-5:1.7/0003:0414:A002.0007/input/input15
dic 31 12:13:31 [hostname] kernel: input: Generic USB Audio as /devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:46:00.1/usb5/5-5/5-5:1.7/0003:0414:A002.0007/input/input16
dic 31 12:13:31 [hostname] kernel: hid-generic 0003:0414:A002.0007: input,hiddev98,hidraw4: USB HID v1.11 Device [Generic USB Audio] on usb-0000:46:00.1-5/input7
dic 31 12:13:31 [hostname] kernel: usb 5-6: new full-speed USB device number 4 using xhci_hcd
dic 31 12:13:31 [hostname] kernel: usb 5-6: New USB device found, idVendor=048d, idProduct=8297, bcdDevice= 0.03
dic 31 12:13:31 [hostname] kernel: usb 5-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
dic 31 12:13:31 [hostname] kernel: usb 5-6: Product: ITE Device(8595)
dic 31 12:13:31 [hostname] kernel: usb 5-6: Manufacturer: ITE Tech. Inc.
dic 31 12:13:31 [hostname] kernel: hid-generic 0003:048D:8297.0008: hiddev99,hidraw5: USB HID v1.10 Device [ITE Tech. Inc. ITE Device(8595)] on usb-0000:46:00.1-6/input0
dic 31 12:13:31 [hostname] kernel: raid6: skipped pq benchmark and selected avx2x4
dic 31 12:13:31 [hostname] kernel: raid6: using avx2x2 recovery algorithm
dic 31 12:13:31 [hostname] kernel: xor: automatically using best checksumming function   avx       
dic 31 12:13:31 [hostname] kernel: Btrfs loaded, zoned=yes, fsverity=yes
dic 31 12:13:31 [hostname] kernel: BTRFS: device fsid ae385e1b-eada-46d8-968b-68157df38d44 devid 1 transid 111150 /dev/dm-0 scanned by (udev-worker) (531)
dic 31 12:13:31 [hostname] kernel: BTRFS info (device dm-0): first mount of filesystem ae385e1b-eada-46d8-968b-68157df38d44
dic 31 12:13:31 [hostname] kernel: BTRFS info (device dm-0): using crc32c (crc32c-intel) checksum algorithm
dic 31 12:13:31 [hostname] kernel: BTRFS info (device dm-0): using free space tree
dic 31 12:13:31 [hostname] kernel: BTRFS info (device dm-0): enabling ssd optimizations
dic 31 12:13:31 [hostname] systemd[1]: systemd 255.2-1-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBF>
dic 31 12:13:31 [hostname] systemd[1]: Detected architecture x86-64.
dic 31 12:13:31 [hostname] systemd[1]: Hostname set to <[hostname]>.
dic 31 12:13:31 [hostname] systemd[1]: bpf-lsm: LSM BPF program attached
dic 31 12:13:31 [hostname] systemd[1]: /usr/lib/systemd/system/avahi-daemon.socket:22: ListenStream= references a path below legacy directory /var/run/, updating /var/run/avahi-daemon/socket → /run/avahi-daemon/socket; please update the un>
dic 31 12:13:31 [hostname] systemd[1]: Queued start job for default target Graphical Interface.
dic 31 12:13:31 [hostname] systemd[1]: Created slice Virtual Machine and Container Slice.
dic 31 12:13:31 [hostname] systemd[1]: Created slice Slice /system/getty.
dic 31 12:13:31 [hostname] systemd[1]: Created slice Slice /system/modprobe.
dic 31 12:13:31 [hostname] systemd[1]: Created slice Encrypted Volume Units Service Slice.
dic 31 12:13:31 [hostname] systemd[1]: Created slice Slice /system/systemd-fsck.
dic 31 12:13:31 [hostname] systemd[1]: Created slice User and Session Slice.
dic 31 12:13:31 [hostname] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
dic 31 12:13:31 [hostname] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
dic 31 12:13:31 [hostname] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
dic 31 12:13:31 [hostname] systemd[1]: Expecting device /dev/disk/by-uuid/4ED0-0C81...
dic 31 12:13:31 [hostname] systemd[1]: Expecting device /dev/disk/by-uuid/c8d52c84-a442-4289-84b6-4c6403ebc97a...
dic 31 12:13:31 [hostname] systemd[1]: Expecting device /dev/mapper/luks-c8d52c84-a442-4289-84b6-4c6403ebc97a...
dic 31 12:13:31 [hostname] systemd[1]: Reached target Login Prompts.
dic 31 12:13:31 [hostname] systemd[1]: Reached target Local Integrity Protected Volumes.
dic 31 12:13:31 [hostname] systemd[1]: Reached target Remote File Systems.
dic 31 12:13:31 [hostname] systemd[1]: Reached target Slice Units.
dic 31 12:13:31 [hostname] systemd[1]: Reached target Local Verity Protected Volumes.
dic 31 12:13:31 [hostname] systemd[1]: Listening on Device-mapper event daemon FIFOs.
dic 31 12:13:31 [hostname] systemd[1]: Listening on LVM2 poll daemon socket.
dic 31 12:13:31 [hostname] systemd[1]: Listening on Process Core Dump Socket.
dic 31 12:13:31 [hostname] systemd[1]: Listening on Journal Socket (/dev/log).
dic 31 12:13:31 [hostname] systemd[1]: Listening on Journal Socket.
dic 31 12:13:31 [hostname] systemd[1]: TPM2 PCR Extension (Varlink) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
dic 31 12:13:31 [hostname] systemd[1]: Listening on udev Control Socket.
dic 31 12:13:31 [hostname] systemd[1]: Listening on udev Kernel Socket.
dic 31 12:13:31 [hostname] systemd[1]: Mounting Huge Pages File System...
dic 31 12:13:31 [hostname] systemd[1]: Mounting POSIX Message Queue File System...
dic 31 12:13:31 [hostname] systemd[1]: Mounting Kernel Debug File System...
dic 31 12:13:31 [hostname] systemd[1]: Mounting Kernel Trace File System...
dic 31 12:13:31 [hostname] systemd[1]: Starting Create List of Static Device Nodes...
dic 31 12:13:31 [hostname] systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
dic 31 12:13:31 [hostname] systemd[1]: Starting Load Kernel Module configfs...
dic 31 12:13:31 [hostname] systemd[1]: Starting Load Kernel Module dm_mod...
dic 31 12:13:31 [hostname] systemd[1]: Starting Load Kernel Module drm...
dic 31 12:13:31 [hostname] systemd[1]: Starting Load Kernel Module fuse...
dic 31 12:13:31 [hostname] systemd[1]: Starting Load Kernel Module loop...
dic 31 12:13:31 [hostname] systemd[1]: Starting Journal Service...
dic 31 12:13:31 [hostname] systemd[1]: Starting Load Kernel Modules...
dic 31 12:13:31 [hostname] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
dic 31 12:13:31 [hostname] systemd[1]: Starting Remount Root and Kernel File Systems...
dic 31 12:13:31 [hostname] systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
dic 31 12:13:31 [hostname] systemd[1]: Starting Coldplug All udev Devices...
dic 31 12:13:31 [hostname] systemd[1]: Mounted Huge Pages File System.
dic 31 12:13:31 [hostname] systemd[1]: Mounted POSIX Message Queue File System.
dic 31 12:13:31 [hostname] systemd[1]: Mounted Kernel Debug File System.
dic 31 12:13:31 [hostname] systemd[1]: Mounted Kernel Trace File System.
dic 31 12:13:31 [hostname] kernel: loop: module loaded
dic 31 12:13:31 [hostname] kernel: fuse: init (API version 7.39)
dic 31 12:13:31 [hostname] systemd[1]: Finished Create List of Static Device Nodes.
dic 31 12:13:31 [hostname] systemd[1]: modprobe@configfs.service: Deactivated successfully.
dic 31 12:13:31 [hostname] systemd-journald[912]: Collecting audit messages is disabled.
dic 31 12:13:31 [hostname] systemd[1]: Finished Load Kernel Module configfs.
dic 31 12:13:31 [hostname] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
dic 31 12:13:31 [hostname] kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0
dic 31 12:13:31 [hostname] kernel: sd 1:0:0:0: Attached scsi generic sg1 type 0
dic 31 12:13:31 [hostname] kernel: sd 2:0:0:0: Attached scsi generic sg2 type 0
dic 31 12:13:31 [hostname] kernel: i2c_dev: i2c /dev entries driver
dic 31 12:13:31 [hostname] kernel: logitech-hidpp-device 0003:046D:408A.0005: HID++ 4.5 device connected.
dic 31 12:13:31 [hostname] systemd[1]: Finished Load Kernel Module dm_mod.
dic 31 12:13:31 [hostname] systemd[1]: modprobe@drm.service: Deactivated successfully.
dic 31 12:13:31 [hostname] kernel: BTRFS info (device dm-0: state M): use zstd compression, level 3
dic 31 12:13:31 [hostname] kernel: ACPI Warning: SystemIO range 0x0000000000000B00-0x0000000000000B08 conflicts with OpRegion 0x0000000000000B00-0x0000000000000B0F (\GSA1.SMBI) (20230628/utaddress-204)
dic 31 12:13:31 [hostname] kernel: ACPI: OSL: Resource conflict; ACPI support missing from driver?
dic 31 12:13:31 [hostname] kernel: Asymmetric key parser 'pkcs8' registered
dic 31 12:13:31 [hostname] systemd[1]: Finished Load Kernel Module drm.
dic 31 12:13:31 [hostname] systemd[1]: modprobe@fuse.service: Deactivated successfully.
dic 31 12:13:31 [hostname] systemd[1]: Finished Load Kernel Module fuse.
dic 31 12:13:31 [hostname] systemd[1]: modprobe@loop.service: Deactivated successfully.
dic 31 12:13:31 [hostname] systemd[1]: Finished Load Kernel Module loop.
dic 31 12:13:31 [hostname] systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
dic 31 12:13:31 [hostname] systemd[1]: Finished Load Kernel Modules.
dic 31 12:13:31 [hostname] systemd-journald[912]: Journal started
dic 31 12:13:31 [hostname] systemd-journald[912]: Runtime Journal (/run/log/journal/7fdb9d7c6a4b433f9379a69cbfdaa4e8) is 8.0M, max 4.0G, 3.9G free.
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Inserted module 'crypto_user'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Inserted module 'sg'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Inserted module 'i2c_dev'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Inserted module 'i2c_piix4'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Failed to find module 'nvidia-uvm'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Inserted module 'pkcs8_key_parser'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Failed to find module 'vboxdrv'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Failed to find module 'vboxnetadp'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Failed to find module 'vboxnetflt'
dic 31 12:13:31 [hostname] systemd[1]: Finished Remount Root and Kernel File Systems.
dic 31 12:13:31 [hostname] systemd[1]: Started Journal Service.
dic 31 12:13:31 [hostname] systemd[1]: Mounting FUSE Control File System...
dic 31 12:13:31 [hostname] systemd[1]: Mounting Kernel Configuration File System...
dic 31 12:13:31 [hostname] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
dic 31 12:13:31 [hostname] systemd[1]: Starting Load/Save OS Random Seed...
dic 31 12:13:31 [hostname] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
dic 31 12:13:31 [hostname] systemd[1]: Starting Apply Kernel Variables...
dic 31 12:13:31 [hostname] systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
dic 31 12:13:31 [hostname] systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
dic 31 12:13:31 [hostname] systemd[1]: Mounted FUSE Control File System.
dic 31 12:13:31 [hostname] systemd[1]: Mounted Kernel Configuration File System.
dic 31 12:13:31 [hostname] systemd[1]: Finished Load/Save OS Random Seed.
dic 31 12:13:31 [hostname] systemd[1]: Finished Apply Kernel Variables.
dic 31 12:13:31 [hostname] systemd[1]: Finished Coldplug All udev Devices.
dic 31 12:13:31 [hostname] systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
dic 31 12:13:31 [hostname] systemd[1]: Starting Create System Users...
dic 31 12:13:32 [hostname] systemd[1]: Finished Create System Users.
dic 31 12:13:32 [hostname] systemd[1]: Starting Create Static Device Nodes in /dev...
dic 31 12:13:32 [hostname] systemd[1]: Finished Create Static Device Nodes in /dev.
dic 31 12:13:32 [hostname] systemd[1]: Reached target Preparation for Local File Systems.
dic 31 12:13:32 [hostname] systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
dic 31 12:13:32 [hostname] systemd[1]: Starting Rule-based Manager for Device Events and Files...
dic 31 12:13:32 [hostname] systemd-udevd[956]: Using default interface naming scheme 'v255'.
dic 31 12:13:32 [hostname] systemd[1]: Started Rule-based Manager for Device Events and Files.
dic 31 12:13:32 [hostname] kernel: BTRFS info: devid 1 device path /dev/mapper/luks-c8d52c84-a442-4289-84b6-4c6403ebc97a changed to /dev/dm-0 scanned by (udev-worker) (978)
dic 31 12:13:32 [hostname] kernel: BTRFS info: devid 1 device path /dev/dm-0 changed to /dev/mapper/luks-c8d52c84-a442-4289-84b6-4c6403ebc97a scanned by (udev-worker) (978)
dic 31 12:13:32 [hostname] mtp-probe[1035]: checking bus 1, device 3: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-2"
dic 31 12:13:32 [hostname] mtp-probe[1034]: checking bus 1, device 2: "/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.3/usb1/1-1"
dic 31 12:13:32 [hostname] mtp-probe[1035]: bus: 1, device: 3 was not an MTP device
dic 31 12:13:32 [hostname] mtp-probe[1034]: bus: 1, device: 2 was not an MTP device
dic 31 12:13:32 [hostname] mtp-probe[1057]: checking bus 5, device 3: "/sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:46:00.1/usb5/5-5"
dic 31 12:13:32 [hostname] mtp-probe[1057]: bus: 5, device: 3 was not an MTP device
dic 31 12:13:32 [hostname] systemd[1]: Condition check resulted in /dev/mapper/luks-c8d52c84-a442-4289-84b6-4c6403ebc97a being skipped.
dic 31 12:13:32 [hostname] kernel: sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
dic 31 12:13:32 [hostname] kernel: sp5100-tco sp5100-tco: Using 0xfeb00000 for watchdog MMIO address
dic 31 12:13:32 [hostname] kernel: sp5100-tco sp5100-tco: initialized. heartbeat=60 sec (nowayout=0)
dic 31 12:13:32 [hostname] kernel: dca service started, version 1.12.1
dic 31 12:13:32 [hostname] mtp-probe[1086]: checking bus 5, device 4: "/sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:08.0/0000:46:00.1/usb5/5-6"
dic 31 12:13:32 [hostname] mtp-probe[1086]: bus: 5, device: 4 was not an MTP device
dic 31 12:13:32 [hostname] kernel: igb: Intel(R) Gigabit Ethernet Network Driver
dic 31 12:13:32 [hostname] kernel: igb: Copyright (c) 2007-2014 Intel Corporation.
dic 31 12:13:32 [hostname] kernel: input: PC Speaker as /devices/platform/pcspkr/input/input17
dic 31 12:13:32 [hostname] mtp-probe[1122]: checking bus 3, device 2: "/sys/devices/pci0000:20/0000:20:08.1/0000:23:00.3/usb3/3-2"
dic 31 12:13:32 [hostname] mtp-probe[1122]: bus: 3, device: 2 was not an MTP device
dic 31 12:13:32 [hostname] kernel: pps pps0: new PPS source ptp0
dic 31 12:13:32 [hostname] kernel: igb 0000:43:00.0: added PHC on eth0
dic 31 12:13:32 [hostname] kernel: igb 0000:43:00.0: Intel(R) Gigabit Ethernet Network Connection
dic 31 12:13:32 [hostname] kernel: igb 0000:43:00.0: eth0: (PCIe:2.5Gb/s:Width x1) 18:c0:4d:0e:d8:56
dic 31 12:13:32 [hostname] kernel: igb 0000:43:00.0: eth0: PBA No: 000200-000
dic 31 12:13:32 [hostname] kernel: igb 0000:43:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
dic 31 12:13:32 [hostname] kernel: acpi_cpufreq: overriding BIOS provided _PSD data
dic 31 12:13:32 [hostname] kernel: ACPI: bus type thunderbolt registered
dic 31 12:13:32 [hostname] kernel: cfg80211: Loading compiled-in X.509 certificates for regulatory database
dic 31 12:13:32 [hostname] kernel: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
dic 31 12:13:32 [hostname] kernel: RAPL PMU: API unit is 2^-32 Joules, 1 fixed counters, 163840 ms ovfl timer
dic 31 12:13:32 [hostname] kernel: RAPL PMU: hw unit of domain package 2^-16 Joules
dic 31 12:13:32 [hostname] kernel: snd_hda_intel 0000:21:00.1: Disabling MSI
dic 31 12:13:32 [hostname] kernel: snd_hda_intel 0000:21:00.1: Handle vga_switcheroo audio client
dic 31 12:13:32 [hostname] kernel: snd_hda_intel 0000:23:00.4: enabling device (0000 -> 0002)
dic 31 12:13:32 [hostname] kernel: snd_hda_intel 0000:23:00.4: no codecs found!
dic 31 12:13:32 [hostname] kernel: pps pps1: new PPS source ptp1
dic 31 12:13:32 [hostname] kernel: igb 0000:44:00.0: added PHC on eth1
dic 31 12:13:32 [hostname] kernel: igb 0000:44:00.0: Intel(R) Gigabit Ethernet Network Connection
dic 31 12:13:32 [hostname] kernel: igb 0000:44:00.0: eth1: (PCIe:2.5Gb/s:Width x1) 18:c0:4d:0e:d8:58
dic 31 12:13:32 [hostname] kernel: igb 0000:44:00.0: eth1: PBA No: 000200-000
dic 31 12:13:32 [hostname] kernel: igb 0000:44:00.0: Using MSI-X interrupts. 4 rx queue(s), 4 tx queue(s)
dic 31 12:13:32 [hostname] kernel: Intel(R) Wireless WiFi driver for Linux
dic 31 12:13:32 [hostname] kernel: iwlwifi 0000:45:00.0: enabling device (0000 -> 0002)
dic 31 12:13:32 [hostname] kernel: iwlwifi 0000:45:00.0: Detected crf-id 0x3617, cnv-id 0x100530 wfpm id 0x80000000
dic 31 12:13:32 [hostname] kernel: iwlwifi 0000:45:00.0: PCI dev 2723/0084, rev=0x340, rfid=0x10a100
dic 31 12:13:32 [hostname] kernel: iwlwifi 0000:45:00.0: api flags index 2 larger than supported by driver
dic 31 12:13:32 [hostname] kernel: iwlwifi 0000:45:00.0: TLV_FW_FSEQ_VERSION: FSEQ Version: 89.3.35.37
dic 31 12:13:32 [hostname] kernel: iwlwifi 0000:45:00.0: loaded firmware version 77.ad46c98b.0 cc-a0-77.ucode op_mode iwlmvm
dic 31 12:13:32 [hostname] kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:20/0000:20:03.1/0000:21:00.1/sound/card0/input18
dic 31 12:13:32 [hostname] kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:20/0000:20:03.1/0000:21:00.1/sound/card0/input19
dic 31 12:13:32 [hostname] kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:20/0000:20:03.1/0000:21:00.1/sound/card0/input20
dic 31 12:13:32 [hostname] kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:20/0000:20:03.1/0000:21:00.1/sound/card0/input21
dic 31 12:13:32 [hostname] (udev-worker)[1011]: cfg80211: Process '/usr/bin/set-wireless-regdom' failed with exit code 1.
dic 31 12:13:32 [hostname] kernel: igb 0000:43:00.0 enp67s0: renamed from eth0
dic 31 12:13:32 [hostname] systemd[1]: Found device KINGSTON_SKC600512G root.
dic 31 12:13:32 [hostname] kernel: igb 0000:44:00.0 enp68s0: renamed from eth1
dic 31 12:13:32 [hostname] systemd[1]: Found device KINGSTON_SKC600512G 1.
dic 31 12:13:32 [hostname] kernel: gigabyte-wmi DEADBEEF-2001-0000-00A0-C90629100000: No temperature sensors usable
dic 31 12:13:32 [hostname] kernel: kvm_amd: TSC scaling supported
dic 31 12:13:32 [hostname] kernel: kvm_amd: Nested Virtualization enabled
dic 31 12:13:32 [hostname] kernel: kvm_amd: Nested Paging enabled
dic 31 12:13:32 [hostname] kernel: kvm_amd: SEV enabled (ASIDs 1 - 509)
dic 31 12:13:32 [hostname] kernel: kvm_amd: SEV-ES disabled (ASIDs 0 - 0)
dic 31 12:13:32 [hostname] kernel: kvm_amd: Virtual VMLOAD VMSAVE supported
dic 31 12:13:32 [hostname] kernel: kvm_amd: Virtual GIF supported
dic 31 12:13:32 [hostname] kernel: kvm_amd: LBR virtualization supported
dic 31 12:13:32 [hostname] systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
dic 31 12:13:32 [hostname] kernel: MCE: In-kernel MCE decoding enabled.
dic 31 12:13:32 [hostname] kernel: mousedev: PS/2 mouse device common for all mice
dic 31 12:13:32 [hostname] kernel: EDAC MC0: Giving out device to module amd64_edac controller F17h_M30h: DEV 0000:00:18.3 (INTERRUPT)
dic 31 12:13:32 [hostname] kernel: EDAC amd64: F17h_M30h detected (node 0).
dic 31 12:13:32 [hostname] kernel: EDAC MC: UMC0 chip selects:
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
dic 31 12:13:32 [hostname] kernel: EDAC MC: UMC1 chip selects:
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
dic 31 12:13:32 [hostname] kernel: EDAC MC: UMC2 chip selects:
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
dic 31 12:13:32 [hostname] kernel: EDAC MC: UMC3 chip selects:
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
dic 31 12:13:32 [hostname] kernel: EDAC MC: UMC4 chip selects:
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
dic 31 12:13:32 [hostname] kernel: EDAC MC: UMC5 chip selects:
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 0: 16384MB 1: 16384MB
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 2: 16384MB 3: 16384MB
dic 31 12:13:32 [hostname] kernel: EDAC MC: UMC6 chip selects:
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
dic 31 12:13:32 [hostname] kernel: EDAC MC: UMC7 chip selects:
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 0:     0MB 1:     0MB
dic 31 12:13:32 [hostname] kernel: EDAC amd64: MC: 2:     0MB 3:     0MB
dic 31 12:13:32 [hostname] systemd[1]: Starting Load Kernel Module dm_mod...
dic 31 12:13:32 [hostname] systemd[1]: Starting Load Kernel Module loop...
dic 31 12:13:32 [hostname] systemd[1]: Starting File System Check on /dev/disk/by-uuid/4ED0-0C81...
dic 31 12:13:32 [hostname] systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
dic 31 12:13:32 [hostname] systemd[1]: TPM2 PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
dic 31 12:13:32 [hostname] systemd[1]: TPM2 SRK Setup (Early) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
dic 31 12:13:32 [hostname] systemd[1]: Starting Cryptography Setup for luks-c8d52c84-a442-4289-84b6-4c6403ebc97a...
dic 31 12:13:32 [hostname] systemd[1]: TPM2 SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
dic 31 12:13:32 [hostname] systemd[1]: Starting Virtual Console Setup...
dic 31 12:13:32 [hostname] systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
dic 31 12:13:32 [hostname] kernel: intel_rapl_common: Found RAPL domain package
dic 31 12:13:32 [hostname] kernel: intel_rapl_common: Found RAPL domain core
dic 31 12:13:32 [hostname] kernel: mc: Linux media interface: v0.10
dic 31 12:13:32 [hostname] kernel: iwlwifi 0000:45:00.0: Detected Intel(R) Wi-Fi 6 AX200 160MHz, REV=0x340
dic 31 12:13:32 [hostname] kernel: thermal thermal_zone1: failed to read out thermal zone (-61)
dic 31 12:13:32 [hostname] systemd[1]: Finished Load Kernel Module dm_mod.
dic 31 12:13:32 [hostname] systemd[1]: modprobe@loop.service: Deactivated successfully.
dic 31 12:13:32 [hostname] systemd-cryptsetup[1244]: Volume luks-c8d52c84-a442-4289-84b6-4c6403ebc97a already active.
dic 31 12:13:32 [hostname] systemd[1]: Finished Load Kernel Module loop.
dic 31 12:13:32 [hostname] systemd-fsck[1250]: fsck.fat 4.2 (2021-01-31)
dic 31 12:13:32 [hostname] systemd-fsck[1250]: /dev/sda1: 5 files, 188/76643 clusters
dic 31 12:13:32 [hostname] systemd[1]: Finished Cryptography Setup for luks-c8d52c84-a442-4289-84b6-4c6403ebc97a.
dic 31 12:13:32 [hostname] systemd[1]: Finished File System Check on /dev/disk/by-uuid/4ED0-0C81.
dic 31 12:13:32 [hostname] systemd[1]: Reached target Block Device Preparation for /dev/mapper/luks-c8d52c84-a442-4289-84b6-4c6403ebc97a.
dic 31 12:13:32 [hostname] systemd[1]: Reached target Local Encrypted Volumes.
dic 31 12:13:32 [hostname] systemd[1]: Mounting /boot/efi...
dic 31 12:13:32 [hostname] systemd[1]: Mounting /home...
dic 31 12:13:32 [hostname] systemd[1]: Mounting /swap...
dic 31 12:13:32 [hostname] systemd[1]: Mounting /var/cache...
dic 31 12:13:32 [hostname] systemd[1]: Mounting /var/log...
dic 31 12:13:32 [hostname] systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
dic 31 12:13:32 [hostname] systemd[1]: Finished Virtual Console Setup.
dic 31 12:13:32 [hostname] systemd[1]: Mounted /swap.
dic 31 12:13:32 [hostname] systemd[1]: Activating swap /swap/swapfile...
dic 31 12:13:32 [hostname] kernel: Bluetooth: Core ver 2.22
dic 31 12:13:32 [hostname] kernel: NET: Registered PF_BLUETOOTH protocol family
dic 31 12:13:32 [hostname] kernel: Bluetooth: HCI device and connection manager initialized
dic 31 12:13:32 [hostname] kernel: Bluetooth: HCI socket layer initialized
dic 31 12:13:32 [hostname] kernel: Bluetooth: L2CAP socket layer initialized
dic 31 12:13:32 [hostname] kernel: Bluetooth: SCO socket layer initialized
dic 31 12:13:32 [hostname] systemd[1]: Activated swap /swap/swapfile.
dic 31 12:13:32 [hostname] systemd[1]: Reached target Swaps.
dic 31 12:13:32 [hostname] kernel: Adding 524284k swap on /swap/swapfile.  Priority:-2 extents:1 across:524284k 
dic 31 12:13:32 [hostname] systemd[1]: tmp.mount: Directory /tmp to mount over is not empty, mounting anyway.
dic 31 12:13:32 [hostname] systemd[1]: Mounting /tmp...
dic 31 12:13:32 [hostname] systemd[1]: Mounted /boot/efi.
dic 31 12:13:32 [hostname] systemd[1]: Mounted /home.
dic 31 12:13:32 [hostname] systemd[1]: Mounted /var/cache.
dic 31 12:13:32 [hostname] systemd[1]: Mounted /var/log.
dic 31 12:13:32 [hostname] systemd[1]: Starting Flush Journal to Persistent Storage...
dic 31 12:13:32 [hostname] systemd[1]: Mounted /tmp.
dic 31 12:13:32 [hostname] systemd[1]: Reached target Local File Systems.
dic 31 12:13:32 [hostname] systemd[1]: Listening on System Extension Image Management (Varlink).
dic 31 12:13:32 [hostname] systemd-journald[912]: Time spent on flushing to /var/log/journal/7fdb9d7c6a4b433f9379a69cbfdaa4e8 is 164.917ms for 1810 entries.
dic 31 12:13:32 [hostname] systemd-journald[912]: System Journal (/var/log/journal/7fdb9d7c6a4b433f9379a69cbfdaa4e8) is 487.4M, max 4.0G, 3.5G free.
dic 31 12:13:32 [hostname] systemd-journald[912]: Received client request to flush runtime journal.
dic 31 12:13:32 [hostname] kernel: usbcore: registered new interface driver btusb
dic 31 12:13:32 [hostname] kernel: iwlwifi 0000:45:00.0: Detected RF HR B3, rfid=0x10a100
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: Boot Address: 0x24800
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: Firmware Version: 255-255.255
dic 31 12:13:32 [hostname] systemd-journald[912]: /var/log/journal/7fdb9d7c6a4b433f9379a69cbfdaa4e8/system.journal: Journal file uses a different sequence number ID, rotating.
dic 31 12:13:32 [hostname] systemd-journald[912]: Rotating system journal.
dic 31 12:13:32 [hostname] kernel: usb 7-5: USB disconnect, device number 2
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: FW download error recovery failed (-19)
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: sending frame failed (-19)
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: Reading supported features failed (-19)
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: Error reading debug features
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: sending frame failed (-19)
dic 31 12:13:32 [hostname] kernel: Bluetooth: hci0: Failed to read MSFT supported features (-19)
dic 31 12:13:32 [hostname] kernel: iwlwifi 0000:45:00.0: base HW address: a4:b1:c1:da:85:ae
dic 31 12:13:32 [hostname] systemd[1]: Starting Rebuild Dynamic Linker Cache...
dic 31 12:13:32 [hostname] systemd[1]: Starting Set Up Additional Binary Formats...
dic 31 12:13:32 [hostname] systemd[1]: Update Boot Loader Random Seed was skipped because no trigger condition checks were met.
dic 31 12:13:32 [hostname] systemd[1]: Starting Load/Save RF Kill Switch Status...
dic 31 12:13:32 [hostname] systemd[1]: Reached target Bluetooth Support.
dic 31 12:13:32 [hostname] systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 1279 (systemd-binfmt)
dic 31 12:13:32 [hostname] systemd[1]: Mounting Arbitrary Executable File Formats File System...
dic 31 12:13:32 [hostname] systemd[1]: Started Load/Save RF Kill Switch Status.
dic 31 12:13:32 [hostname] systemd[1]: Mounted Arbitrary Executable File Formats File System.
dic 31 12:13:32 [hostname] systemd[1]: Finished Set Up Additional Binary Formats.
dic 31 12:13:32 [hostname] systemd[1]: Stopped target Bluetooth Support.
dic 31 12:13:32 [hostname] systemd[1]: Finished Flush Journal to Persistent Storage.
dic 31 12:13:32 [hostname] systemd[1]: Starting Create Volatile Files and Directories...
dic 31 12:13:33 [hostname] systemd[1]: Finished Create Volatile Files and Directories.
dic 31 12:13:33 [hostname] systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
dic 31 12:13:33 [hostname] systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
dic 31 12:13:33 [hostname] systemd[1]: Starting Rebuild Journal Catalog...
dic 31 12:13:33 [hostname] systemd[1]: Commit a transient machine-id on disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
dic 31 12:13:33 [hostname] systemd[1]: Starting Network Time Synchronization...
dic 31 12:13:33 [hostname] systemd[1]: Starting Record System Boot/Shutdown in UTMP...
dic 31 12:13:33 [hostname] systemd[1]: Finished Record System Boot/Shutdown in UTMP.
dic 31 12:13:33 [hostname] systemd[1]: Finished Rebuild Journal Catalog.
dic 31 12:13:33 [hostname] kernel: usb 7-5: new full-speed USB device number 4 using xhci_hcd
dic 31 12:13:33 [hostname] systemd[1]: Started Network Time Synchronization.
dic 31 12:13:33 [hostname] systemd[1]: Reached target System Time Set.
dic 31 12:13:33 [hostname] kernel: usb 7-5: New USB device found, idVendor=8087, idProduct=0029, bcdDevice= 0.01
dic 31 12:13:33 [hostname] kernel: usb 7-5: New USB device strings: Mfr=0, Product=0, SerialNumber=0
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: Bootloader revision 0.3 build 0 week 24 2017
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: Device revision is 1
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: Secure boot is enabled
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: OTP lock is enabled
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: API lock is enabled
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: Debug lock is disabled
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: Found device firmware: intel/ibt-20-1-3.sfi
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: Boot Address: 0x24800
dic 31 12:13:33 [hostname] kernel: Bluetooth: hci0: Firmware Version: 255-255.255
dic 31 12:13:33 [hostname] systemd[1]: Reached target Bluetooth Support.
dic 31 12:13:33 [hostname] systemd[1]: Finished Rebuild Dynamic Linker Cache.
dic 31 12:13:33 [hostname] systemd[1]: Starting Update is Completed...
dic 31 12:13:33 [hostname] systemd[1]: Finished Update is Completed.
dic 31 12:13:33 [hostname] systemd[1]: Reached target System Initialization.
dic 31 12:13:33 [hostname] systemd[1]: Started CUPS Scheduler.
dic 31 12:13:33 [hostname] systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
dic 31 12:13:33 [hostname] systemd[1]: Started Notify about reboot on special conditions..
dic 31 12:13:33 [hostname] systemd[1]: Started Discard unused filesystem blocks once a week.
dic 31 12:13:33 [hostname] systemd[1]: Started Daily rotation of log files.
dic 31 12:13:33 [hostname] systemd[1]: Started Daily man-db regeneration.
dic 31 12:13:33 [hostname] systemd[1]: Started Discard unused packages weekly.
dic 31 12:13:33 [hostname] systemd[1]: Started Daily verification of password and group files.
dic 31 12:13:33 [hostname] systemd[1]: Started Daily Cleanup of Temporary Directories.
dic 31 12:13:33 [hostname] systemd[1]: Started Daily locate database update.
dic 31 12:13:33 [hostname] systemd[1]: Reached target Path Units.
dic 31 12:13:33 [hostname] systemd[1]: Reached target Timer Units.
dic 31 12:13:33 [hostname] systemd[1]: Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
dic 31 12:13:33 [hostname] systemd[1]: Listening on CUPS Scheduler.
dic 31 12:13:33 [hostname] systemd[1]: Listening on D-Bus System Message Bus Socket.
dic 31 12:13:33 [hostname] systemd[1]: Listening on libvirt legacy monolithic daemon socket.
dic 31 12:13:33 [hostname] systemd[1]: Listening on libvirt legacy monolithic daemon admin socket.
dic 31 12:13:33 [hostname] systemd[1]: Listening on libvirt legacy monolithic daemon read-only socket.
dic 31 12:13:33 [hostname] systemd[1]: Listening on libvirt locking daemon socket.
dic 31 12:13:33 [hostname] systemd[1]: Listening on libvirt logging daemon socket.
dic 31 12:13:33 [hostname] systemd[1]: Reached target Socket Units.
dic 31 12:13:33 [hostname] systemd[1]: TPM2 PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
dic 31 12:13:33 [hostname] systemd[1]: Reached target Basic System.
dic 31 12:13:33 [hostname] systemd[1]: Starting Save/Restore Sound Card State...
dic 31 12:13:33 [hostname] systemd[1]: Manage Sound Card State (restore and store) was skipped because of an unmet condition check (ConditionPathExists=/etc/alsa/state-daemon.conf).
dic 31 12:13:33 [hostname] systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
dic 31 12:13:33 [hostname] systemd[1]: Starting Thunderbolt system service...
dic 31 12:13:33 [hostname] systemd[1]: Starting D-Bus System Message Bus...
dic 31 12:13:33 [hostname] systemd[1]: Starting Power Profiles daemon...
dic 31 12:13:33 [hostname] systemd[1]: Starting User Login Management...
dic 31 12:13:33 [hostname] systemd[1]: Starting Virtual Machine and Container Registration Service...
dic 31 12:13:33 [hostname] systemd[1]: TPM2 PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
dic 31 12:13:33 [hostname] systemd[1]: Finished Save/Restore Sound Card State.
dic 31 12:13:33 [hostname] systemd[1]: Reached target Sound Card.
dic 31 12:13:33 [hostname] systemd[1]: Starting Notify about reboot on special conditions....
dic 31 12:13:33 [hostname] avahi-daemon[1339]: Found user 'avahi' (UID 974) and group 'avahi' (GID 974).
dic 31 12:13:33 [hostname] avahi-daemon[1339]: Successfully dropped root privileges.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: avahi-daemon 0.8 starting up.
dic 31 12:13:33 [hostname] dbus-daemon[1341]: dbus[1341]: Unknown group "netdev" in message bus configuration file
dic 31 12:13:33 [hostname] dbus-daemon[1341]: dbus[1341]: Unknown group "netdev" in message bus configuration file
dic 31 12:13:33 [hostname] systemd[1]: Started D-Bus System Message Bus.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: Successfully called chroot().
dic 31 12:13:33 [hostname] avahi-daemon[1339]: Successfully dropped remaining capabilities.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: No service file found in /etc/avahi/services.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: Joining mDNS multicast group on interface lo.IPv6 with address ::1.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: New relevant interface lo.IPv6 for mDNS.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: New relevant interface lo.IPv4 for mDNS.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: Network interface enumeration completed.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: Registering new address record for ::1 on lo.*.
dic 31 12:13:33 [hostname] avahi-daemon[1339]: Registering new address record for 127.0.0.1 on lo.IPv4.
dic 31 12:13:33 [hostname] systemd[1]: Starting firewalld - dynamic firewall daemon...
dic 31 12:13:33 [hostname] dbus-daemon[1341]: [system] Successfully activated service 'org.freedesktop.systemd1'
dic 31 12:13:33 [hostname] systemd[1]: Started Virtual Machine and Container Registration Service.
dic 31 12:13:33 [hostname] systemd[1]: Started Avahi mDNS/DNS-SD Stack.
dic 31 12:13:33 [hostname] systemd[1]: eos-reboot-required.timer: Deactivated successfully.
dic 31 12:13:33 [hostname] systemd[1]: Stopped Notify about reboot on special conditions..
dic 31 12:13:33 [hostname] boltd[1340]: bolt 0.9.6 starting up.
dic 31 12:13:33 [hostname] dbus-daemon[1341]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service' requested by ':1.4' (uid=0 pid=1342 comm="/usr/lib/power-profiles-daemon")
dic 31 12:13:33 [hostname] boltd[1340]: manager: initializing store
dic 31 12:13:33 [hostname] boltd[1340]: store: located at: /var/lib/boltd
dic 31 12:13:33 [hostname] boltd[1340]: config: loading user config
dic 31 12:13:33 [hostname] boltd[1340]: config: user config loaded successfully
dic 31 12:13:33 [hostname] boltd[1340]: config: auth mode set to 'disabled'
dic 31 12:13:33 [hostname] boltd[1340]: bouncer: initializing polkit
dic 31 12:13:33 [hostname] systemd[1]: Starting Authorization Manager...
dic 31 12:13:33 [hostname] systemd-logind[1343]: Watching system buttons on /dev/input/event1 (Power Button)
dic 31 12:13:33 [hostname] systemd-logind[1343]: Watching system buttons on /dev/input/event0 (Power Button)
dic 31 12:13:33 [hostname] systemd-logind[1343]: Watching system buttons on /dev/input/event4 (Logitech MX Keys)
dic 31 12:13:33 [hostname] systemd-logind[1343]: Watching system buttons on /dev/input/event5 (Generic USB Audio Consumer Control)
dic 31 12:13:33 [hostname] systemd-logind[1343]: New seat seat0.
dic 31 12:13:33 [hostname] systemd[1]: Started User Login Management.
dic 31 12:13:33 [hostname] systemd[1]: Started firewalld - dynamic firewall daemon.
dic 31 12:13:33 [hostname] systemd[1]: Reached target Preparation for Network.
dic 31 12:13:33 [hostname] polkitd[1359]: Started polkitd version 123
dic 31 12:13:33 [hostname] systemd[1]: Starting Network Manager...
dic 31 12:13:33 [hostname] polkitd[1359]: Loading rules from directory /etc/polkit-1/rules.d
dic 31 12:13:33 [hostname] polkitd[1359]: Loading rules from directory /usr/share/polkit-1/rules.d
dic 31 12:13:33 [hostname] polkitd[1359]: Finished loading, compiling and executing 13 rules
dic 31 12:13:33 [hostname] dbus-daemon[1341]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
dic 31 12:13:33 [hostname] systemd[1]: Started Authorization Manager.
dic 31 12:13:33 [hostname] polkitd[1359]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
dic 31 12:13:33 [hostname] boltd[1340]: watchdog: enabled [pulse: 90s]
dic 31 12:13:33 [hostname] boltd[1340]: udev: initializing udev
dic 31 12:13:33 [hostname] boltd[1340]: store: loading domains
dic 31 12:13:33 [hostname] boltd[1340]: [c8010000-0080-domain?                    ] store: loading domain
dic 31 12:13:33 [hostname] boltd[1340]: journal: opened for 'c8010000-0080'; size: 0 byte
dic 31 12:13:33 [hostname] boltd[1340]: [c8010000-0080-domain?                    ] domain: registered (bootacl: 16/16)
dic 31 12:13:33 [hostname] boltd[1340]: store: loading devices
dic 31 12:13:33 [hostname] boltd[1340]: [c8010000-0080                            ] store: loading device
dic 31 12:13:33 [hostname] boltd[1340]: global 'generation' set to '3'
dic 31 12:13:33 [hostname] boltd[1340]: [003088dc-5297                            ] store: loading device
dic 31 12:13:33 [hostname] systemd[1]: Started Power Profiles daemon.
dic 31 12:13:33 [hostname] boltd[1340]: power: state located at: /run/boltd/power
dic 31 12:13:33 [hostname] boltd[1340]: power: force power support: no
dic 31 12:13:33 [hostname] boltd[1340]: udev: enumerating devices
dic 31 12:13:33 [hostname] boltd[1340]: probing: adding /sys/devices/pci0000:40/0000:40:01.3/0000:49:00.0 to roots
dic 31 12:13:33 [hostname] boltd[1340]: [c8010000-0080-domain0                    ] bootacl: synchronizing journal
dic 31 12:13:33 [hostname] NetworkManager[1373]: <info>  [1704021213.8916] NetworkManager (version 1.44.2-3) is starting... (boot:3356ecfb-3601-4812-b5e8-e852b832202e)
dic 31 12:13:33 [hostname] NetworkManager[1373]: <info>  [1704021213.8916] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
dic 31 12:13:33 [hostname] NetworkManager[1373]: <info>  [1704021213.8968] manager[0x5632105329d0]: monitoring kernel firmware directory '/lib/firmware'.
dic 31 12:13:33 [hostname] dbus-daemon[1341]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service' requested by ':1.9' (uid=0 pid=1373 comm="/usr/bin/NetworkManager --no-da>
dic 31 12:13:33 [hostname] systemd[1]: Starting Hostname Service...
dic 31 12:13:33 [hostname] boltd[1340]: security level set to 'none'
dic 31 12:13:33 [hostname] boltd[1340]: [c8010000-0080-domain0                    ] connected: as domain0 [none] (/sys/devices/pci0000:40/0000:40:01.3/0000:49:00.0/0000:4a:00.0/0000:4b:00.0/domain0)
dic 31 12:13:33 [hostname] boltd[1340]: [c8010000-0080-GC-TITAN RIDGE             ] parent is (null)...
dic 31 12:13:33 [hostname] boltd[1340]: [c8010000-0080-GC-TITAN RIDGE             ] connected: authorized (/sys/devices/pci0000:40/0000:40:01.3/0000:49:00.0/0000:4a:00.0/0000:4b:00.0/domain0/0-0)
dic 31 12:13:33 [hostname] boltd[1340]: [c8010000-0080-domain0                    ] dbus: exported domain at /org/freedesktop/bolt/domains/c8010000_0080_841e_8375_cb313293c226
dic 31 12:13:33 [hostname] boltd[1340]: [c8010000-0080-GC-TITAN RIDGE             ] dbus: exported device at /org/freedesktop/bolt/devices/c8010000_0080...
dic 31 12:13:33 [hostname] boltd[1340]: [003088dc-5297-ZenTour SC                 ] dbus: exported device at /org/freedesktop/bolt/devices/003088dc_5297...
dic 31 12:13:33 [hostname] systemd[1]: Started Thunderbolt system service.
dic 31 12:13:34 [hostname] dbus-daemon[1341]: [system] Successfully activated service 'org.freedesktop.hostname1'
dic 31 12:13:34 [hostname] systemd[1]: Started Hostname Service.
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.1739] hostname: hostname: using hostnamed
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.1739] hostname: static hostname changed from (none) to "[hostname]"
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.1741] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.1757] rfkill1: found Wi-Fi radio killswitch (at /sys/devices/pci0000:40/0000:40:01.1/0000:41:00.0/0000:42:06.0/0000:45:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.1760] manager[0x5632105329d0]: rfkill: Wi-Fi hardware radio set disabled
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.1760] manager[0x5632105329d0]: rfkill: WWAN hardware radio set disabled
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.1778] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-adsl.so)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.1842] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-bluetooth.so)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.1853] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-ovs.so)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2164] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-team.so)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2181] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wifi.so)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2188] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.44.2-3/libnm-device-plugin-wwan.so)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2190] manager: rfkill: Wi-Fi disabled by radio killswitch; disabled by state file
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2190] manager: rfkill: WWAN enabled by radio killswitch; disabled by state file
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2190] manager: Networking is enabled by state file
dic 31 12:13:34 [hostname] dbus-daemon[1341]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service' requested by ':1.9' (uid=0 pid=1373 comm="/usr/bin/NetworkManager>
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2193] settings: Loaded settings plugin: keyfile (internal)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2207] dhcp: init: Using DHCP client 'internal'
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2208] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2213] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2215] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2218] device (lo): Activation: starting connection 'lo' (fff269d1-24a8-4f0f-956f-8c1a07a24059)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2223] manager: (enp67s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2228] settings: (enp67s0): created default wired connection 'Connessione via cavo 1'
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2229] device (enp67s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] systemd[1]: Starting Network Manager Script Dispatcher Service...
dic 31 12:13:34 [hostname] dbus-daemon[1341]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
dic 31 12:13:34 [hostname] systemd[1]: Started Network Manager Script Dispatcher Service.
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2627] manager: (enp68s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/3)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2632] settings: (enp68s0): created default wired connection 'Connessione via cavo 2'
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2632] device (enp68s0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2983] device (wlan0): driver supports Access Point (AP) mode
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2985] manager: (wlan0): new 802.11 Wi-Fi device (/org/freedesktop/NetworkManager/Devices/4)
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2986] device (wlan0): state change: unmanaged -> unavailable (reason 'managed', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2990] device (wlan0): set-hw-addr: set MAC address to 32:F9:BD:9E:68:64 (scanning)
dic 31 12:13:34 [hostname] systemd[1]: Started Network Manager.
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2995] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2998] ovsdb: disconnected from ovsdb
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.2999] device (lo): state change: disconnected -> prepare (reason 'none', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.3000] device (lo): state change: prepare -> config (reason 'none', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.3001] device (lo): state change: config -> ip-config (reason 'none', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.3003] device (lo): state change: ip-config -> ip-check (reason 'none', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] systemd[1]: Reached target Network.
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.3020] device (lo): state change: ip-check -> secondaries (reason 'none', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.3021] device (lo): state change: secondaries -> activated (reason 'none', sys-iface-state: 'external')
dic 31 12:13:34 [hostname] NetworkManager[1373]: <info>  [1704021214.3024] device (lo): Activation: successful, device activated.
dic 31 12:13:34 [hostname] systemd[1]: Starting CUPS Scheduler...
dic 31 12:13:34 [hostname] systemd[1]: Starting libvirt legacy monolithic daemon...
dic 31 12:13:34 [hostname] systemd[1]: Starting Permit User Sessions...
dic 31 12:13:34 [hostname] systemd[1]: Finished Permit User Sessions.
dic 31 12:13:34 [hostname] systemd[1]: Started Simple Desktop Display Manager.
dic 31 12:13:34 [hostname] systemd[1]: Started CUPS Scheduler.
dic 31 12:13:34 [hostname] sddm[1458]: Initializing...
dic 31 12:13:34 [hostname] sddm[1458]: Starting...
dic 31 12:13:34 [hostname] sddm[1458]: Logind interface found
dic 31 12:13:34 [hostname] systemd[1]: Started libvirt legacy monolithic daemon.
dic 31 12:13:34 [hostname] systemd[1]: Reached target Multi-User System.
dic 31 12:13:34 [hostname] systemd[1]: Reached target Graphical Interface.
dic 31 12:13:34 [hostname] avahi-daemon[1339]: Server startup complete. Host name is [hostname].local. Local service cookie is 1336553004.
dic 31 12:13:34 [hostname] systemd[1]: eos-reboot-required.service: Deactivated successfully.
dic 31 12:13:34 [hostname] systemd[1]: Finished Notify about reboot on special conditions..
dic 31 12:13:34 [hostname] systemd[1]: Startup finished in 2min 40.505s (firmware) + 33.000s (loader) + 9.337s (kernel) + 3.359s (userspace) = 3min 26.203s.
dic 31 12:13:34 [hostname] kernel: Bluetooth: hci0: Waiting for firmware download to complete
dic 31 12:13:34 [hostname] kernel: Bluetooth: hci0: Firmware loaded in 1349701 usecs
dic 31 12:13:34 [hostname] kernel: Bluetooth: hci0: Waiting for device to boot
dic 31 12:13:34 [hostname] kernel: Bluetooth: hci0: Device booted in 14627 usecs
dic 31 12:13:34 [hostname] kernel: Bluetooth: hci0: Malformed MSFT vendor event: 0x02
dic 31 12:13:34 [hostname] kernel: Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-20-1-3.ddc
dic 31 12:13:34 [hostname] kernel: Bluetooth: hci0: Applying Intel DDC parameters completed
dic 31 12:13:34 [hostname] kernel: Bluetooth: hci0: Firmware revision 0.3 build 249 week 27 2023
dic 31 12:13:34 [hostname] kernel: Bluetooth: hci0: HCI LE Coded PHY feature bit is set, but its usage is not supported.
dic 31 12:13:37 [hostname] kernel: usbcore: registered new interface driver snd-usb-audio
dic 31 12:13:38 [hostname] systemd[1]: systemd-rfkill.service: Deactivated successfully.
dic 31 12:13:40 [hostname] NetworkManager[1373]: <info>  [1704021220.2983] manager: startup complete
dic 31 12:13:44 [hostname] systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
dic 31 12:14:04 [hostname] systemd[1]: systemd-hostnamed.service: Deactivated successfully.
dic 31 12:15:25 [hostname] systemd[1]: Started Getty on tty3.
dic 31 12:15:30 [hostname] dbus-daemon[1341]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.15' (uid=0 pid=1506 comm="/bin/login -p --      ")
dic 31 12:15:30 [hostname] dbus-daemon[1341]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
dic 31 12:15:34 [hostname] systemd[1]: libvirtd.service: Deactivated successfully.
dic 31 12:15:37 [hostname] login[1506]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty3 ruser= rhost=  user=memyself
dic 31 12:15:38 [hostname] login[1506]: FAILED LOGIN 1 FROM tty3 FOR memyself, Authentication failure
dic 31 12:15:47 [hostname] login[1506]: pam_unix(login:session): session opened for user memyself(uid=1000) by LOGIN(uid=0)
dic 31 12:15:47 [hostname] systemd[1]: Created slice User Slice of UID 1000.
dic 31 12:15:47 [hostname] systemd[1]: Starting User Runtime Directory /run/user/1000...
dic 31 12:15:47 [hostname] systemd-logind[1343]: New session 1 of user memyself.
dic 31 12:15:47 [hostname] systemd[1]: Finished User Runtime Directory /run/user/1000.
dic 31 12:15:47 [hostname] systemd[1]: Starting User Manager for UID 1000...
dic 31 12:15:47 [hostname] dbus-daemon[1341]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.18' (uid=0 pid=1513 comm="(systemd)")
dic 31 12:15:47 [hostname] dbus-daemon[1341]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.home1.service': Unit dbus-org.freedesktop.home1.service not found.
dic 31 12:15:47 [hostname] (systemd)[1513]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[memyself] ruser=[<unknown>] rhost=[<unknown>]
dic 31 12:15:47 [hostname] (systemd)[1513]: pam_unix(systemd-user:session): session opened for user memyself(uid=1000) by memyself(uid=0)
dic 31 12:15:47 [hostname] systemd-xdg-autostart-generator[1520]: Exec binary '/usr/lib/xapps/sn-watcher/xapp-sn-watcher' does not exist: No such file or directory
dic 31 12:15:47 [hostname] systemd-journald[912]: /var/log/journal/7fdb9d7c6a4b433f9379a69cbfdaa4e8/user-1000.journal: Journal file uses a different sequence number ID, rotating.
dic 31 12:15:47 [hostname] systemd-xdg-autostart-generator[1520]: /home/memyself/.config/autostart/xapp-sn-watcher.desktop: not generating unit, executable specified in Exec= does not exist.
dic 31 12:15:47 [hostname] systemd-xdg-autostart-generator[1520]: Exec binary '/usr/lib/gnome-tweak-tool-lid-inhibitor' does not exist: No such file or directory
dic 31 12:15:47 [hostname] systemd-xdg-autostart-generator[1520]: /home/memyself/.config/autostart/ignore-lid-switch-tweak.desktop: not generating unit, executable specified in Exec= does not exist.
dic 31 12:15:47 [hostname] systemd[1513]: Queued start job for default target Main User Target.
dic 31 12:15:47 [hostname] systemd[1513]: Created slice User Application Slice.
dic 31 12:15:47 [hostname] systemd[1513]: Started EOS update notifier runs periodically (weekly) and soon after a reboot.
dic 31 12:15:47 [hostname] systemd[1513]: Reached target Paths.
dic 31 12:15:47 [hostname] systemd[1513]: Reached target Timers.
dic 31 12:15:47 [hostname] systemd[1513]: Starting D-Bus User Message Bus Socket...
dic 31 12:15:47 [hostname] systemd[1513]: Listening on GnuPG network certificate management daemon.
dic 31 12:15:47 [hostname] systemd[1513]: Listening on GCR ssh-agent wrapper.
dic 31 12:15:47 [hostname] systemd[1513]: Listening on GNOME Keyring daemon.
dic 31 12:15:47 [hostname] systemd[1513]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
dic 31 12:15:47 [hostname] systemd[1513]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
dic 31 12:15:47 [hostname] systemd[1513]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
dic 31 12:15:47 [hostname] systemd[1513]: Listening on GnuPG cryptographic agent and passphrase cache.
dic 31 12:15:47 [hostname] systemd[1513]: Listening on GnuPG public key management service.
dic 31 12:15:47 [hostname] systemd[1513]: Listening on p11-kit server.
dic 31 12:15:47 [hostname] systemd[1513]: Listening on PipeWire PulseAudio.
dic 31 12:15:47 [hostname] systemd[1513]: Listening on PipeWire Multimedia System Sockets.
dic 31 12:15:47 [hostname] systemd[1513]: Listening on D-Bus User Message Bus Socket.
dic 31 12:15:47 [hostname] systemd[1513]: Reached target Sockets.
dic 31 12:15:47 [hostname] systemd[1513]: Reached target Basic System.
dic 31 12:15:47 [hostname] systemd[1]: Started User Manager for UID 1000.
dic 31 12:15:47 [hostname] systemd[1513]: Starting Update XDG user dir configuration...
dic 31 12:15:47 [hostname] systemd[1]: Started Session 1 of User memyself.
dic 31 12:15:47 [hostname] login[1506]: LOGIN ON tty3 BY memyself
dic 31 12:15:47 [hostname] systemd[1513]: Finished Update XDG user dir configuration.
dic 31 12:15:47 [hostname] systemd[1513]: Reached target Main User Target.
dic 31 12:15:47 [hostname] systemd[1513]: Startup finished in 264ms.

edit: I don’t see any errors(few bluetooth errors, but that shouldn’t matter I think), try a non arch distro with this kernel maybe

I tried the realtime kernel once too, didn’t start for me either, but I stopped trying because I didn’t really need it.

This looks like a regular boot sequence except for some modules failed to load:

dic 31 12:13:31 [hostname] systemd-modules-load[913]: Failed to find module 'nvidia-uvm'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Failed to find module 'vboxdrv'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Failed to find module 'vboxnetadp'
dic 31 12:13:31 [hostname] systemd-modules-load[913]: Failed to find module 'vboxnetflt'

And a failed root login:

dic 31 12:15:37 [hostname] login[1506]: pam_unix(login:auth): authentication failure; logname=LOGIN uid=0 euid=0 tty=/dev/tty3 ruser= rhost=  user=memyself
dic 31 12:15:38 [hostname] login[1506]: FAILED LOGIN 1 FROM tty3 FOR memyself, Authentication failure
dic 31 12:15:47 [hostname] login[1506]: pam_unix(login:session): session opened for user memyself(uid=1000) by LOGIN(uid=0)

But then you succedded to login:

dic 31 12:15:47 [hostname] systemd-logind[1343]: New session 1 of user memyself.

So the system is up and running.

What is missing is an entry that shows that your display manager has been started. I would expect either gdm or sddm with some entries in the log.

I am not an expert with regard to nvidia and rt kernels. But can it be that nvidia does not like rt kernels? At least you have a failed module load for nvidia-uvm.

1 Like

real time kernel is not going to make your games run faster, if you need it for that

That’s the tricki part… while it boots everithing is [OK], but then it stops on a entry like “Reboot for special permissions” or something like this. Now I don’t remember well. Lightdm seems to be enabled and started if I check it with systemctl list-unit-files.

I didn’t think about it. I would try switching to nouveau just for try it, but it could be wayland too.
I have to try it but I don’t remember how to select nouveau instead the nvidia driver.
Can you please remember me how to do it without make any disaster, so I can switch again to nvidia while I need it?
Thanks in advance.

No. I need it for audio recording purposes…

I do not have NVIDIA hardware. But the arch wiki might be helpful.

https://wiki.archlinux.org/title/nouveau#Keep_NVIDIA_driver_installed

In advice:
I didn’t have any occasion to follow what I post here below, but for those need a real-time kernel like me, this could be interesting. I leave to the expert the check and comment if the code posted in the link below is correct and without risks:
https://gist.github.com/pantor/9786c41c03a97bca7a52aa0a72fa9387

As I can see, it is made to tell to the kernel to ignore the nvidia driver (lines #19-20).

I hope this could be a little contribution despite my ignorance.

Thanks!

In advance, I solved this in Artix Linux with dinit as init system/service manager and I didn’t tried with EndeavourOS yet, but unblack listing nouveau has solved the problem with the real-time kernel.
I post here the link to the Artix Linux forum where I posted other links to some nvidia/real-time kernel discussions for those are interested:
https://forum.artixlinux.org/index.php/topic,6290.msg38710.html#msg38710