You are not logged in.

#1 2025-02-08 13:54:02

bettyblue
Member
Registered: 2025-02-08
Posts: 14

[SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

Hi,

I have upgraded Linux kernel from 6.12.9-arch1-1 to 6.13.1-arch2-1 and when I boot my machine I can only see a black screen. I can still login into the OS by doing CTRL+ALT+F2. I have gathered boot logs (journalctl -b) from both 6.12.9 and 6.13.1 and compared them and I can see the following errors/warnings present in 6.13.1, but NOT in 6.12.9:

Feb 08 14:13:27 localhost kernel: unchecked MSR access error: WRMSR to 0xd10 (tried to write 0x000000000000ffff) at rIP: 0xffffffff98d0e0f8 (native_write_msr+0x8/0x30)
Feb 08 14:13:27 localhost kernel: Call Trace:
Feb 08 14:13:27 localhost kernel:  <TASK>
Feb 08 14:13:27 localhost kernel:  ? ex_handler_msr.isra.0.cold+0x5b/0x60
Feb 08 14:13:27 localhost kernel:  ? fixup_exception+0x8f/0x380
Feb 08 14:13:27 localhost kernel:  ? gp_try_fixup_and_notify+0x1e/0xb0
Feb 08 14:13:27 localhost kernel:  ? exc_general_protection+0x104/0x400
Feb 08 14:13:27 localhost kernel:  ? asm_exc_general_protection+0x26/0x30
Feb 08 14:13:27 localhost kernel:  ? native_write_msr+0x8/0x30
Feb 08 14:13:27 localhost kernel:  cat_wrmsr+0x4a/0x70
Feb 08 14:13:27 localhost kernel:  resctrl_arch_online_cpu+0x475/0x5a0
Feb 08 14:13:27 localhost kernel:  ? __pfx_resctrl_arch_online_cpu+0x10/0x10
Feb 08 14:13:27 localhost kernel:  cpuhp_invoke_callback+0x11f/0x420
Feb 08 14:13:27 localhost kernel:  ? __pfx_smpboot_thread_fn+0x10/0x10
Feb 08 14:13:27 localhost kernel:  cpuhp_thread_fun+0xa2/0x170
Feb 08 14:13:27 localhost kernel:  smpboot_thread_fn+0xda/0x1d0
Feb 08 14:13:27 localhost kernel:  kthread+0xcf/0x100
Feb 08 14:13:27 localhost kernel:  ? __pfx_kthread+0x10/0x10
Feb 08 14:13:27 localhost kernel:  ret_from_fork+0x31/0x50
Feb 08 14:13:27 localhost kernel:  ? __pfx_kthread+0x10/0x10
Feb 08 14:13:27 localhost kernel:  ret_from_fork_asm+0x1a/0x30
Feb 08 14:13:27 localhost kernel:  </TASK>

...
...
...

Feb 08 14:13:27 localhost kernel: nvidia: loading out-of-tree module taints kernel.
Feb 08 14:13:27 localhost kernel: nvidia: module license 'NVIDIA' taints kernel.
Feb 08 14:13:27 localhost kernel: Disabling lock debugging due to kernel taint
Feb 08 14:13:27 localhost kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Feb 08 14:13:27 localhost kernel: nvidia: module license taints kernel.

...
...
...

Feb 08 14:13:30 localhost gnome-shell[746]: Failed to create view for GIGA-BYTE TECHNOLOGY CO., LTD. 29" on DP-1: Failed to allocate onscreen framebuffer for /dev/dri/card0: Failed to allocate surface: Function not implemented
Feb 08 14:13:30 localhost gnome-shell[746]: Failed to create view for GIGA-BYTE TECHNOLOGY CO., LTD. 29" on DP-1: Failed to allocate onscreen framebuffer for /dev/dri/card0: Failed to allocate surface: Function not implemented

...
...
...

It's a bit unclear to me whether this is a kernel problem, nvidia problem, systemd problem, gnome problem, or something else? Any ideas?

Last edited by bettyblue (2025-05-18 20:46:37)

Offline

#2 2025-02-08 17:44:21

xerxes_
Member
Registered: 2018-04-29
Posts: 908

Re: [SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

What CPU do you have? Do you have microcode installed for it? Post what packages have you updated recently (from /var/log/pacman.log)?

Offline

#3 2025-02-08 18:02:50

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

xerxes_ wrote:

What CPU do you have? Do you have microcode installed for it? Post what packages have you updated recently (from /var/log/pacman.log)?

CPU: 12th Gen Intel(R) Core(TM) i5-12600K

Do you have microcode installed for it?

I am not sure what that is, so probably not.

I updated a bunch of packages on 2025-02-04, but I could still boot my OS fine with no problems the next day.

[2025-02-04T23:01:45+0100] [PACMAN] Running 'pacman -Syyu'
[2025-02-04T23:01:45+0100] [PACMAN] synchronizing package lists
[2025-02-04T23:01:46+0100] [PACMAN] starting full system upgrade
[2025-02-04T23:02:32+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2025-02-04T23:02:32+0100] [ALPM] transaction started
[2025-02-04T23:02:33+0100] [ALPM] upgraded archlinux-appstream-data (20241214-1 -> 20250202-1)
[2025-02-04T23:02:33+0100] [ALPM] upgraded glibc (2.40+r66+g7d4b6bcae91f-1 -> 2.41+r2+g0a7c7a3e283a-1)
[2025-02-04T23:02:33+0100] [ALPM-SCRIPTLET] Generating locales...
[2025-02-04T23:02:34+0100] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2025-02-04T23:02:35+0100] [ALPM-SCRIPTLET]   en_US.UTF-8... done
[2025-02-04T23:02:35+0100] [ALPM-SCRIPTLET] Generation complete.
[2025-02-04T23:02:35+0100] [ALPM] upgraded gcc-libs (14.2.1+r134+gab884fffe3fc-2 -> 14.2.1+r730+gc061ad5a36ba-1)
[2025-02-04T23:02:35+0100] [ALPM] upgraded ca-certificates-mozilla (3.107-1 -> 3.108-1)
[2025-02-04T23:02:35+0100] [ALPM] upgraded libelf (0.192-2 -> 0.192-3)
[2025-02-04T23:02:35+0100] [ALPM] upgraded binutils (2.43_1+r171+g01da089627be-1 -> 2.43_1+r186+g61f8adadd6db-1)
[2025-02-04T23:02:35+0100] [ALPM] upgraded nss (3.107-1 -> 3.108-1)
[2025-02-04T23:02:35+0100] [ALPM] upgraded libsysprof-capture (47.2-1 -> 47.2-2)
[2025-02-04T23:02:36+0100] [ALPM] upgraded libx11 (1.8.10-1 -> 1.8.11-1)
[2025-02-04T23:02:37+0100] [ALPM] upgraded nvidia-utils (565.77-3 -> 570.86.16-2)
[2025-02-04T23:02:38+0100] [ALPM] upgraded chromium (132.0.6834.110-1 -> 133.0.6943.53-1)
[2025-02-04T23:02:38+0100] [ALPM] upgraded gstreamer (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:38+0100] [ALPM] upgraded gst-plugins-base-libs (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:38+0100] [ALPM] upgraded gst-plugins-bad-libs (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:38+0100] [ALPM] upgraded libadwaita (1:1.6.3-1 -> 1:1.6.4-1)
[2025-02-04T23:02:38+0100] [ALPM] upgraded epiphany (47.2-1 -> 47.3.1-1)
[2025-02-04T23:02:38+0100] [ALPM] upgraded sdl3 (3.2.0-1 -> 3.2.2-1)
[2025-02-04T23:02:38+0100] [ALPM] upgraded sdl2-compat (2.30.50-1 -> 2.30.52-1)
[2025-02-04T23:02:38+0100] [ALPM] upgraded firefox (134.0.2-1 -> 135.0-1)
[2025-02-04T23:02:38+0100] [ALPM] upgraded mpfr (4.2.1-4 -> 4.2.1-5)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gcc (14.2.1+r134+gab884fffe3fc-2 -> 14.2.1+r730+gc061ad5a36ba-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded luajit (2.1.1731601260-1 -> 2.1.1736781742-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gegl (0.4.52-1 -> 0.4.52-2)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gst-plugins-good (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gnome-keybindings (47.3-1 -> 47.4-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded libtool (2.5.4+r1+gbaa1fe41-1 -> 2.5.4+r1+gbaa1fe41-2)
[2025-02-04T23:02:39+0100] [ALPM] upgraded liblc3 (1.1.1-1 -> 1.1.2-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded libnautilus-extension (47.1-2 -> 47.2-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded nautilus (47.1-2 -> 47.2-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded iio-sensor-proxy (3.5-2 -> 3.6-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gnome-control-center (47.3-1 -> 47.4-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded libshumate (1.3.1-1 -> 1.3.2-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gnome-maps (47.3-1 -> 47.4-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gnome-system-monitor (47.0-3 -> 47.1-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gst-devtools-libs (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gst-python (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gst-editing-services (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gst-plugin-gtk (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gst-plugins-bad (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded gst-plugins-base (1.24.11-2 -> 1.24.12-1)
[2025-02-04T23:02:39+0100] [ALPM] upgraded libslirp (4.8.0-1 -> 4.9.0-1)
[2025-02-04T23:02:40+0100] [ALPM] upgraded linux (6.12.10.arch1-1 -> 6.13.1.arch1-1)
[2025-02-04T23:02:40+0100] [ALPM] upgraded mujs (1.3.5-1 -> 1.3.6-1)
[2025-02-04T23:02:40+0100] [ALPM] upgraded nodejs (23.4.0-1 -> 23.7.0-1)
[2025-02-04T23:02:40+0100] [ALPM] upgraded nvidia (565.77-12 -> 570.86.16-2)
[2025-02-04T23:02:40+0100] [ALPM] upgraded pyright (1.1.392-1 -> 1.1.393-1)
[2025-02-04T23:02:40+0100] [ALPM] upgraded python-filelock (3.16.1-2 -> 3.17.0-1)
[2025-02-04T23:02:41+0100] [ALPM] upgraded rust (1:1.84.0-1 -> 1:1.84.1-1)
[2025-02-04T23:02:41+0100] [ALPM] upgraded rust-src (1:1.84.0-1 -> 1:1.84.1-1)
[2025-02-04T23:02:41+0100] [ALPM] upgraded rust-analyzer (20250128-1 -> 20250203-1)
[2025-02-04T23:02:41+0100] [ALPM] upgraded transmission-gtk (4.0.6-6 -> 4.0.6-9)
[2025-02-04T23:02:41+0100] [ALPM] upgraded usbredir (0.14.0-1 -> 0.15.0-1)
[2025-02-04T23:02:41+0100] [ALPM] upgraded vim-runtime (9.1.1055-1 -> 9.1.1065-1)
[2025-02-04T23:02:41+0100] [ALPM] upgraded vim (9.1.1055-1 -> 9.1.1065-1)
[2025-02-04T23:02:41+0100] [ALPM] upgraded xorg-xhost (1.0.9-2 -> 1.0.10-1)
[2025-02-04T23:02:41+0100] [ALPM] upgraded zenity (4.0.3-1 -> 4.0.5-1)
[2025-02-04T23:02:41+0100] [ALPM] transaction completed
[2025-02-04T23:02:42+0100] [ALPM] running '20-systemd-sysusers.hook'...
[2025-02-04T23:02:42+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2025-02-04T23:02:42+0100] [ALPM] running '30-systemd-restart-marked.hook'...
[2025-02-04T23:02:42+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-02-04T23:02:43+0100] [ALPM] running '30-systemd-update.hook'...
[2025-02-04T23:02:43+0100] [ALPM] running '40-update-ca-trust.hook'...
[2025-02-04T23:02:43+0100] [ALPM] running '60-depmod.hook'...
[2025-02-04T23:02:45+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2025-02-04T23:02:45+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2025-02-04T23:02:45+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-02-04T23:02:45+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux.img
[2025-02-04T23:02:45+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.13.1-arch1-1'
[2025-02-04T23:02:45+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-02-04T23:02:45+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux.img'
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-linux -g /boot/initramfs-linux-fallback.img -S autodetect
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.13.1-arch1-1'
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2025-02-04T23:02:46+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci_renesas'
[2025-02-04T23:02:47+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2025-02-04T23:02:47+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2025-02-04T23:02:47+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2025-02-04T23:02:47+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2025-02-04T23:02:47+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2025-02-04T23:02:47+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2025-02-04T23:02:48+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2025-02-04T23:02:48+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2025-02-04T23:02:48+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2025-02-04T23:02:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2025-02-04T23:02:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2025-02-04T23:02:51+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2025-02-04T23:02:51+0100] [ALPM-SCRIPTLET] ==> Creating zstd-compressed initcpio image: '/boot/initramfs-linux-fallback.img'
[2025-02-04T23:02:51+0100] [ALPM-SCRIPTLET]   -> Early uncompressed CPIO image generation successful
[2025-02-04T23:02:51+0100] [ALPM-SCRIPTLET] ==> Initcpio image generation successful
[2025-02-04T23:02:51+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2025-02-04T23:02:52+0100] [ALPM] running '90-update-appstream-cache.hook'...
[2025-02-04T23:02:55+0100] [ALPM-SCRIPTLET] ✔ Metadata cache was updated successfully.
[2025-02-04T23:02:55+0100] [ALPM] running 'dbus-reload.hook'...
[2025-02-04T23:02:55+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2025-02-04T23:02:55+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-02-04T23:02:55+0100] [ALPM] running 'texinfo-install.hook'...
[2025-02-04T23:02:57+0100] [ALPM] running 'update-desktop-database.hook'...

Then I updated the following packages the next day, 2025-02-05, and after booting my PC the next day I encountered the problem:

[2025-02-05T19:37:34+0100] [PACMAN] Running 'pacman -Syyu'
[2025-02-05T19:37:34+0100] [PACMAN] synchronizing package lists
[2025-02-05T19:37:34+0100] [PACMAN] starting full system upgrade
[2025-02-05T19:37:38+0100] [ALPM] transaction started
[2025-02-05T19:37:38+0100] [ALPM] upgraded hwdata (0.391-1 -> 0.392-1)
[2025-02-05T19:37:38+0100] [ALPM] upgraded mutter (47.4-1 -> 47.5-1)
[2025-02-05T19:37:38+0100] [ALPM] upgraded gnome-shell (1:47.3-1 -> 1:47.4-1)
[2025-02-05T19:37:38+0100] [ALPM] upgraded gnome-shell-extensions (47.3-1 -> 47.4-1)
[2025-02-05T19:37:38+0100] [ALPM] transaction completed
[2025-02-05T19:37:38+0100] [ALPM] running '30-systemd-daemon-reload-user.hook'...
[2025-02-05T19:37:39+0100] [ALPM] running '30-systemd-udev-reload.hook'...
[2025-02-05T19:37:39+0100] [ALPM] running '30-systemd-update.hook'...
[2025-02-05T19:37:39+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2025-02-05T19:37:39+0100] [ALPM] running 'glib-compile-schemas.hook'...
[2025-02-05T19:37:39+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-02-05T19:37:39+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-02-05T22:31:39+0100] [PACMAN] Running 'pacman -Rs firefox'
[2025-02-05T22:31:43+0100] [ALPM] transaction started
[2025-02-05T22:31:43+0100] [ALPM] removed firefox (135.0-1)
[2025-02-05T22:31:43+0100] [ALPM] removed mailcap (2.1.54-2)
[2025-02-05T22:31:43+0100] [ALPM] removed gnu-free-fonts (20120503-8)
[2025-02-05T22:31:43+0100] [ALPM] transaction completed
[2025-02-05T22:31:43+0100] [ALPM] running '30-systemd-update.hook'...
[2025-02-05T22:31:43+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2025-02-05T22:31:43+0100] [ALPM] running 'fontconfig.hook'...
[2025-02-05T22:31:43+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-02-05T22:31:43+0100] [ALPM] running 'update-desktop-database.hook'...
[2025-02-05T22:31:48+0100] [PACMAN] Running 'pacman -S firefox'
[2025-02-05T22:31:50+0100] [ALPM] transaction started
[2025-02-05T22:31:50+0100] [ALPM] installed mailcap (2.1.54-2)
[2025-02-05T22:31:50+0100] [ALPM] installed firefox (135.0-1)
[2025-02-05T22:31:50+0100] [ALPM] transaction completed
[2025-02-05T22:31:50+0100] [ALPM] running '30-systemd-update.hook'...
[2025-02-05T22:31:51+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2025-02-05T22:31:51+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2025-02-05T22:31:51+0100] [ALPM] running 'update-desktop-database.hook'...

If I downgrade the kernel back to 6.12.9-arch1-1 then the problem disappears.

Last edited by bettyblue (2025-02-08 18:06:14)

Offline

#4 2025-02-08 19:01:06

loqs
Member
Registered: 2014-03-06
Posts: 18,444

Re: [SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

Please post the full system journal for a 6.13.1-arch2-1 boot if it is available.
Edit:
If not please post one for the 6.12.9-arch1-1 boot.

Last edited by loqs (2025-02-08 19:07:55)

Offline

#5 2025-02-08 19:03:03

xerxes_
Member
Registered: 2018-04-29
Posts: 908

Re: [SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

Don't update by 'pacman -Syyu', it is not needed, you overloading update servers and you may end with partial update, which is not supported here. Single y, like 'pacman -Syu' in normally enough.

Microcode is needed for CPU to work correctly, especially newer CPU's require it. You may check if it is installed by command: 'pacman -Qs microcode'.

Last edited by xerxes_ (2025-02-08 19:03:35)

Offline

#6 2025-02-08 19:16:44

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

loqs wrote:

Please post the full system journal for a 6.13.1-arch2-1 boot if it is available.
Edit:
If not please post one for the 6.12.9-arch1-1 boot.

Here's the full boot journal:

Feb 08 20:06:31 localhost kernel: Linux version 6.13.1-arch2-1 (linux@archlinux) (gcc (GCC) 14.2.1 20250128, GNU ld (GNU Binutils) 2.43.1) #1 SMP PREEMPT_DYNAMIC Fri, 07 Feb 2025 22:24:02 +0000
Feb 08 20:06:31 localhost kernel: Command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=eec6c381-47d5-4756-be89-ab96adb1a8f3 rw intel_pstate=no_hwp rootfstype=ext4 ibt=off
Feb 08 20:06:31 localhost kernel: x86/tme: not enabled by BIOS
Feb 08 20:06:31 localhost kernel: x86/split lock detection: #AC: crashing the kernel on kernel split_locks and warning on user-space split_locks
Feb 08 20:06:31 localhost kernel: BIOS-provided physical RAM map:
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x000000000009e000-0x000000000009efff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] usable
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x0000000000100000-0x0000000032228fff] usable
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x0000000032229000-0x0000000035328fff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x0000000035329000-0x0000000035515fff] ACPI data
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x0000000035516000-0x0000000035621fff] ACPI NVS
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x0000000035622000-0x0000000035ffefff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x0000000035fff000-0x0000000035ffffff] usable
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x0000000036000000-0x0000000039ffffff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x000000003aa00000-0x000000003abfffff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x000000003b000000-0x00000000403fffff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x00000000fc000000-0x00000000fc00ffff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Feb 08 20:06:31 localhost kernel: BIOS-e820: [mem 0x0000000100000000-0x00000004bfbfffff] usable
Feb 08 20:06:31 localhost kernel: NX (Execute Disable) protection: active
Feb 08 20:06:31 localhost kernel: APIC: Static calls initialized
Feb 08 20:06:31 localhost kernel: e820: update [mem 0x29bdc018-0x29c00657] usable ==> usable
Feb 08 20:06:31 localhost kernel: e820: update [mem 0x29ddc018-0x29de9857] usable ==> usable
Feb 08 20:06:31 localhost kernel: extended physical RAM map:
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000000000000-0x000000000009dfff] usable
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x000000000009e000-0x000000000009efff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x000000000009f000-0x000000000009ffff] usable
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x00000000000a0000-0x00000000000fffff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000000100000-0x0000000029bdc017] usable
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000029bdc018-0x0000000029c00657] usable
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000029c00658-0x0000000029ddc017] usable
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000029ddc018-0x0000000029de9857] usable
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000029de9858-0x0000000032228fff] usable
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000032229000-0x0000000035328fff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000035329000-0x0000000035515fff] ACPI data
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000035516000-0x0000000035621fff] ACPI NVS
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000035622000-0x0000000035ffefff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000035fff000-0x0000000035ffffff] usable
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000036000000-0x0000000039ffffff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x000000003aa00000-0x000000003abfffff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x000000003b000000-0x00000000403fffff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x00000000c0000000-0x00000000cfffffff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x00000000fc000000-0x00000000fc00ffff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x00000000fed20000-0x00000000fed7ffff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
Feb 08 20:06:31 localhost kernel: reserve setup_data: [mem 0x0000000100000000-0x00000004bfbfffff] usable
Feb 08 20:06:31 localhost kernel: efi: EFI v2.8 by American Megatrends
Feb 08 20:06:31 localhost kernel: efi: ACPI=0x3559f000 ACPI 2.0=0x3559f014 TPMFinalLog=0x3556c000 SMBIOS=0x35d37000 SMBIOS 3.0=0x35d36000 MEMATTR=0x2dfde018 ESRT=0x2e9fb398 INITRD=0x2df7e518 RNG=0x3538b018 TPMEventLog=0x35389018 
Feb 08 20:06:31 localhost kernel: random: crng init done
Feb 08 20:06:31 localhost kernel: efi: Remove mem81: MMIO range=[0xc0000000-0xcfffffff] (256MB) from e820 map
Feb 08 20:06:31 localhost kernel: e820: remove [mem 0xc0000000-0xcfffffff] reserved
Feb 08 20:06:31 localhost kernel: efi: Not removing mem82: MMIO range=[0xfc000000-0xfc00ffff] (64KB) from e820 map
Feb 08 20:06:31 localhost kernel: efi: Not removing mem83: MMIO range=[0xfe000000-0xfe010fff] (68KB) from e820 map
Feb 08 20:06:31 localhost kernel: efi: Not removing mem84: MMIO range=[0xfec00000-0xfec00fff] (4KB) from e820 map
Feb 08 20:06:31 localhost kernel: efi: Not removing mem85: MMIO range=[0xfed00000-0xfed00fff] (4KB) from e820 map
Feb 08 20:06:31 localhost kernel: efi: Not removing mem87: MMIO range=[0xfee00000-0xfee00fff] (4KB) from e820 map
Feb 08 20:06:31 localhost kernel: efi: Remove mem88: MMIO range=[0xff000000-0xffffffff] (16MB) from e820 map
Feb 08 20:06:31 localhost kernel: e820: remove [mem 0xff000000-0xffffffff] reserved
Feb 08 20:06:31 localhost kernel: SMBIOS 3.4.0 present.
Feb 08 20:06:31 localhost kernel: DMI: Gigabyte Technology Co., Ltd. Z690 GAMING X DDR4/Z690 GAMING X DDR4, BIOS F5 11/10/2021
Feb 08 20:06:31 localhost kernel: DMI: Memory slots populated: 2/4
Feb 08 20:06:31 localhost kernel: tsc: Detected 3700.000 MHz processor
Feb 08 20:06:31 localhost kernel: tsc: Detected 3686.400 MHz TSC
Feb 08 20:06:31 localhost kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
Feb 08 20:06:31 localhost kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
Feb 08 20:06:31 localhost kernel: last_pfn = 0x4bfc00 max_arch_pfn = 0x400000000
Feb 08 20:06:31 localhost kernel: total RAM covered: 29632M
Feb 08 20:06:31 localhost kernel: Found optimal setting for mtrr clean up
Feb 08 20:06:31 localhost kernel:  gran_size: 64K         chunk_size: 128M         num_reg: 5          lose cover RAM: 0G
Feb 08 20:06:31 localhost kernel: MTRR map: 6 entries (3 fixed + 3 variable; max 23), built from 10 variable MTRRs
Feb 08 20:06:31 localhost kernel: x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WP  UC- WT  
Feb 08 20:06:31 localhost kernel: e820: update [mem 0x3c000000-0xffffffff] usable ==> reserved
Feb 08 20:06:31 localhost kernel: last_pfn = 0x36000 max_arch_pfn = 0x400000000
Feb 08 20:06:31 localhost kernel: esrt: Reserving ESRT space from 0x000000002e9fb398 to 0x000000002e9fb420.
Feb 08 20:06:31 localhost kernel: e820: update [mem 0x2e9fb000-0x2e9fbfff] usable ==> reserved
Feb 08 20:06:31 localhost kernel: Using GB pages for direct mapping
Feb 08 20:06:31 localhost kernel: Secure boot disabled
Feb 08 20:06:31 localhost kernel: RAMDISK: [mem 0x27092000-0x28126fff]
Feb 08 20:06:31 localhost kernel: ACPI: Early table checksum verification disabled
Feb 08 20:06:31 localhost kernel: ACPI: RSDP 0x000000003559F014 000024 (v02 ALASKA)
Feb 08 20:06:31 localhost kernel: ACPI: XSDT 0x000000003559E728 00010C (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: FACP 0x0000000035513000 000114 (v06 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: DSDT 0x00000000354A1000 071C9F (v02 ALASKA A M I    01072009 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: FACS 0x0000000035621000 000040
Feb 08 20:06:31 localhost kernel: ACPI: FIDT 0x00000000354A0000 00009C (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x0000000035496000 009CF1 (v02 GBT    GSWApp   00000001 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x0000000035493000 002A9B (v02 INTEL  DTbtSsdt 00001000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x0000000035515000 00038C (v02 PmaxDv Pmax_Dev 00000001 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x000000003548D000 005D01 (v02 CpuRef CpuSsdt  00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x000000003548A000 002A95 (v02 SaSsdt SaSsdt   00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x0000000035486000 003316 (v02 INTEL  IgfxSsdt 00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: HPET 0x0000000035514000 000038 (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: APIC 0x0000000035485000 0001DC (v05 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: MCFG 0x0000000035484000 00003C (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x000000003547A000 009F78 (v02 ALASKA A M I    00001000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x0000000035478000 001F1A (v02 ALASKA A M I    00001000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: NHLT 0x0000000035477000 00002D (v00 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: LPIT 0x0000000035476000 0000CC (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x0000000035472000 002A83 (v02 ALASKA A M I    00001000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x000000003546C000 0059C1 (v02 ALASKA A M I    00000000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: DBGP 0x000000003546B000 000034 (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: DBG2 0x000000003546A000 000054 (v00 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x0000000035468000 001919 (v02 ALASKA A M I    00001000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x0000000035466000 0015A8 (v02 INTEL  xh_adls3 00000000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x0000000035462000 003AEA (v02 SocGpe SocGpe   00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x000000003545F000 002B2A (v02 SocCmn SocCmn   00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0x000000003545E000 000144 (v02 Intel  ADebTabl 00001000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: TPM2 0x000000003545D000 00004C (v04 ALASKA A M I    00000001 AMI  00000000)
Feb 08 20:06:31 localhost kernel: ACPI: WPBT 0x000000003538E000 000038 (v01 ALASKA A M I    00000001 GBT  20181220)
Feb 08 20:06:31 localhost kernel: ACPI: PHAT 0x000000003538D000 0005ED (v00 ALASKA A M I    00000005 MSFT 0100000D)
Feb 08 20:06:31 localhost kernel: ACPI: WSMT 0x0000000035475000 000028 (v01 ALASKA A M I    01072009 AMI  00010013)
Feb 08 20:06:31 localhost kernel: ACPI: FPDT 0x000000003538C000 000044 (v01 ALASKA A M I    01072009 AMI  01000013)
Feb 08 20:06:31 localhost kernel: ACPI: Reserving FACP table memory at [mem 0x35513000-0x35513113]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving DSDT table memory at [mem 0x354a1000-0x35512c9e]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving FACS table memory at [mem 0x35621000-0x3562103f]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving FIDT table memory at [mem 0x354a0000-0x354a009b]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x35496000-0x3549fcf0]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x35493000-0x35495a9a]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x35515000-0x3551538b]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x3548d000-0x35492d00]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x3548a000-0x3548ca94]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x35486000-0x35489315]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving HPET table memory at [mem 0x35514000-0x35514037]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving APIC table memory at [mem 0x35485000-0x354851db]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving MCFG table memory at [mem 0x35484000-0x3548403b]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x3547a000-0x35483f77]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x35478000-0x35479f19]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving NHLT table memory at [mem 0x35477000-0x3547702c]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving LPIT table memory at [mem 0x35476000-0x354760cb]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x35472000-0x35474a82]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x3546c000-0x354719c0]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving DBGP table memory at [mem 0x3546b000-0x3546b033]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving DBG2 table memory at [mem 0x3546a000-0x3546a053]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x35468000-0x35469918]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x35466000-0x354675a7]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x35462000-0x35465ae9]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x3545f000-0x35461b29]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving SSDT table memory at [mem 0x3545e000-0x3545e143]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving TPM2 table memory at [mem 0x3545d000-0x3545d04b]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving WPBT table memory at [mem 0x3538e000-0x3538e037]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving PHAT table memory at [mem 0x3538d000-0x3538d5ec]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving WSMT table memory at [mem 0x35475000-0x35475027]
Feb 08 20:06:31 localhost kernel: ACPI: Reserving FPDT table memory at [mem 0x3538c000-0x3538c043]
Feb 08 20:06:31 localhost kernel: No NUMA configuration found
Feb 08 20:06:31 localhost kernel: Faking a node at [mem 0x0000000000000000-0x00000004bfbfffff]
Feb 08 20:06:31 localhost kernel: NODE_DATA(0) allocated [mem 0x4bfbd52c0-0x4bfbfffff]
Feb 08 20:06:31 localhost kernel: Zone ranges:
Feb 08 20:06:31 localhost kernel:   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
Feb 08 20:06:31 localhost kernel:   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
Feb 08 20:06:31 localhost kernel:   Normal   [mem 0x0000000100000000-0x00000004bfbfffff]
Feb 08 20:06:31 localhost kernel:   Device   empty
Feb 08 20:06:31 localhost kernel: Movable zone start for each node
Feb 08 20:06:31 localhost kernel: Early memory node ranges
Feb 08 20:06:31 localhost kernel:   node   0: [mem 0x0000000000001000-0x000000000009dfff]
Feb 08 20:06:31 localhost kernel:   node   0: [mem 0x000000000009f000-0x000000000009ffff]
Feb 08 20:06:31 localhost kernel:   node   0: [mem 0x0000000000100000-0x0000000032228fff]
Feb 08 20:06:31 localhost kernel:   node   0: [mem 0x0000000035fff000-0x0000000035ffffff]
Feb 08 20:06:31 localhost kernel:   node   0: [mem 0x0000000100000000-0x00000004bfbfffff]
Feb 08 20:06:31 localhost kernel: Initmem setup node 0 [mem 0x0000000000001000-0x00000004bfbfffff]
Feb 08 20:06:31 localhost kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 08 20:06:31 localhost kernel: On node 0, zone DMA: 1 pages in unavailable ranges
Feb 08 20:06:31 localhost kernel: On node 0, zone DMA: 96 pages in unavailable ranges
Feb 08 20:06:31 localhost kernel: On node 0, zone DMA32: 15830 pages in unavailable ranges
Feb 08 20:06:31 localhost kernel: On node 0, zone Normal: 8192 pages in unavailable ranges
Feb 08 20:06:31 localhost kernel: On node 0, zone Normal: 1024 pages in unavailable ranges
Feb 08 20:06:31 localhost kernel: ACPI: PM-Timer IO Port: 0x1808
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
Feb 08 20:06:31 localhost kernel: IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
Feb 08 20:06:31 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
Feb 08 20:06:31 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
Feb 08 20:06:31 localhost kernel: ACPI: Using ACPI (MADT) for SMP configuration information
Feb 08 20:06:31 localhost kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000
Feb 08 20:06:31 localhost kernel: TSC deadline timer available
Feb 08 20:06:31 localhost kernel: CPU topo: Max. logical packages:   1
Feb 08 20:06:31 localhost kernel: CPU topo: Max. logical dies:       1
Feb 08 20:06:31 localhost kernel: CPU topo: Max. dies per package:   1
Feb 08 20:06:31 localhost kernel: CPU topo: Max. threads per core:   2
Feb 08 20:06:31 localhost kernel: CPU topo: Num. cores per package:    10
Feb 08 20:06:31 localhost kernel: CPU topo: Num. threads per package:  16
Feb 08 20:06:31 localhost kernel: CPU topo: Allowing 16 present CPUs plus 0 hotplug CPUs
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x00000000-0x00000fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x0009e000-0x0009efff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x29bdc000-0x29bdcfff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x29c00000-0x29c00fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x29ddc000-0x29ddcfff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x29de9000-0x29de9fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x2e9fb000-0x2e9fbfff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x32229000-0x35328fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x35329000-0x35515fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x35516000-0x35621fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x35622000-0x35ffefff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x36000000-0x39ffffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x3a000000-0x3a9fffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x3aa00000-0x3abfffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x3ac00000-0x3affffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x3b000000-0x403fffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0x40400000-0xfbffffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfc000000-0xfc00ffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfc010000-0xfdffffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed01000-0xfed1ffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed20000-0xfed7ffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfed80000-0xfedfffff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
Feb 08 20:06:31 localhost kernel: PM: hibernation: Registered nosave memory: [mem 0xfee01000-0xffffffff]
Feb 08 20:06:31 localhost kernel: [mem 0x40400000-0xfbffffff] available for PCI devices
Feb 08 20:06:31 localhost kernel: Booting paravirtualized kernel on bare hardware
Feb 08 20:06:31 localhost kernel: clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
Feb 08 20:06:31 localhost kernel: setup_percpu: NR_CPUS:8192 nr_cpumask_bits:16 nr_cpu_ids:16 nr_node_ids:1
Feb 08 20:06:31 localhost kernel: percpu: Embedded 67 pages/cpu s237568 r8192 d28672 u524288
Feb 08 20:06:31 localhost kernel: pcpu-alloc: s237568 r8192 d28672 u524288 alloc=1*2097152
Feb 08 20:06:31 localhost kernel: pcpu-alloc: [0] 00 01 02 03 [0] 04 05 06 07 
Feb 08 20:06:31 localhost kernel: pcpu-alloc: [0] 08 09 10 11 [0] 12 13 14 15 
Feb 08 20:06:31 localhost kernel: Kernel command line: initrd=\intel-ucode.img initrd=\initramfs-linux.img root=PARTUUID=eec6c381-47d5-4756-be89-ab96adb1a8f3 rw intel_pstate=no_hwp rootfstype=ext4 ibt=off
Feb 08 20:06:31 localhost kernel: printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
Feb 08 20:06:31 localhost kernel: Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes, linear)
Feb 08 20:06:31 localhost kernel: Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
Feb 08 20:06:31 localhost kernel: Fallback order for Node 0: 0 
Feb 08 20:06:31 localhost kernel: Built 1 zonelists, mobility grouping on.  Total pages: 4136392
Feb 08 20:06:31 localhost kernel: Policy zone: Normal
Feb 08 20:06:31 localhost kernel: mem auto-init: stack:all(zero), heap alloc:on, heap free:off
Feb 08 20:06:31 localhost kernel: software IO TLB: area num 16.
Feb 08 20:06:31 localhost kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=16, Nodes=1
Feb 08 20:06:31 localhost kernel: ftrace: allocating 51632 entries in 202 pages
Feb 08 20:06:31 localhost kernel: ftrace: allocated 202 pages with 4 groups
Feb 08 20:06:31 localhost kernel: Dynamic Preempt: full
Feb 08 20:06:31 localhost kernel: rcu: Preemptible hierarchical RCU implementation.
Feb 08 20:06:31 localhost kernel: rcu:         RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=16.
Feb 08 20:06:31 localhost kernel: rcu:         RCU priority boosting: priority 1 delay 500 ms.
Feb 08 20:06:31 localhost kernel:         Trampoline variant of Tasks RCU enabled.
Feb 08 20:06:31 localhost kernel:         Rude variant of Tasks RCU enabled.
Feb 08 20:06:31 localhost kernel:         Tracing variant of Tasks RCU enabled.
Feb 08 20:06:31 localhost kernel: rcu: RCU calculated value of scheduler-enlistment delay is 100 jiffies.
Feb 08 20:06:31 localhost kernel: rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=16
Feb 08 20:06:31 localhost kernel: RCU Tasks: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Feb 08 20:06:31 localhost kernel: RCU Tasks Rude: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Feb 08 20:06:31 localhost kernel: RCU Tasks Trace: Setting shift to 4 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=16.
Feb 08 20:06:31 localhost kernel: NR_IRQS: 524544, nr_irqs: 2184, preallocated irqs: 16
Feb 08 20:06:31 localhost kernel: rcu: srcu_init: Setting srcu_struct sizes based on contention.
Feb 08 20:06:31 localhost kernel: kfence: initialized - using 2097152 bytes for 255 objects at 0x(____ptrval____)-0x(____ptrval____)
Feb 08 20:06:31 localhost kernel: Console: colour dummy device 80x25
Feb 08 20:06:31 localhost kernel: printk: legacy console [tty0] enabled
Feb 08 20:06:31 localhost kernel: ACPI: Core revision 20240827
Feb 08 20:06:31 localhost kernel: hpet: HPET dysfunctional in PC10. Force disabled.
Feb 08 20:06:31 localhost kernel: APIC: Switch to symmetric I/O mode setup
Feb 08 20:06:31 localhost kernel: x2apic: IRQ remapping doesn't support X2APIC mode
Feb 08 20:06:31 localhost kernel: clocksource: tsc-early: mask: 0xffffffffffffffff max_cycles: 0x6a464ae9873, max_idle_ns: 881590529744 ns
Feb 08 20:06:31 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 7372.80 BogoMIPS (lpj=3686400)
Feb 08 20:06:31 localhost kernel: CPU0: Thermal monitoring enabled (TM1)
Feb 08 20:06:31 localhost kernel: x86/cpu: User Mode Instruction Prevention (UMIP) activated
Feb 08 20:06:31 localhost kernel: Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
Feb 08 20:06:31 localhost kernel: Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
Feb 08 20:06:31 localhost kernel: process: using mwait in idle threads
Feb 08 20:06:31 localhost kernel: Spectre V1 : Mitigation: usercopy/swapgs barriers and __user pointer sanitization
Feb 08 20:06:31 localhost kernel: Spectre V2 : Mitigation: Enhanced / Automatic IBRS
Feb 08 20:06:31 localhost kernel: Spectre V2 : Spectre v2 / SpectreRSB mitigation: Filling RSB on context switch
Feb 08 20:06:31 localhost kernel: Spectre V2 : Spectre v2 / PBRSB-eIBRS: Retire a single CALL on VMEXIT
Feb 08 20:06:31 localhost kernel: Spectre V2 : mitigation: Enabling conditional Indirect Branch Prediction Barrier
Feb 08 20:06:31 localhost kernel: Speculative Store Bypass: Mitigation: Speculative Store Bypass disabled via prctl
Feb 08 20:06:31 localhost kernel: Register File Data Sampling: Mitigation: Clear Register File
Feb 08 20:06:31 localhost kernel: x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
Feb 08 20:06:31 localhost kernel: x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
Feb 08 20:06:31 localhost kernel: x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
Feb 08 20:06:31 localhost kernel: x86/fpu: Supporting XSAVE feature 0x200: 'Protection Keys User registers'
Feb 08 20:06:31 localhost kernel: x86/fpu: Supporting XSAVE feature 0x800: 'Control-flow User registers'
Feb 08 20:06:31 localhost kernel: x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
Feb 08 20:06:31 localhost kernel: x86/fpu: xstate_offset[9]:  832, xstate_sizes[9]:    8
Feb 08 20:06:31 localhost kernel: x86/fpu: xstate_offset[11]:  840, xstate_sizes[11]:   16
Feb 08 20:06:31 localhost kernel: x86/fpu: Enabled xstate features 0xa07, context size is 856 bytes, using 'compacted' format.
Feb 08 20:06:31 localhost kernel: Freeing SMP alternatives memory: 40K
Feb 08 20:06:31 localhost kernel: pid_max: default: 32768 minimum: 301
Feb 08 20:06:31 localhost kernel: LSM: initializing lsm=capability,landlock,lockdown,yama,bpf
Feb 08 20:06:31 localhost kernel: landlock: Up and running.
Feb 08 20:06:31 localhost kernel: Yama: becoming mindful.
Feb 08 20:06:31 localhost kernel: LSM support for eBPF active
Feb 08 20:06:31 localhost kernel: Mount-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Feb 08 20:06:31 localhost kernel: Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes, linear)
Feb 08 20:06:31 localhost kernel: smpboot: CPU0: 12th Gen Intel(R) Core(TM) i5-12600K (family: 0x6, model: 0x97, stepping: 0x2)
Feb 08 20:06:31 localhost kernel: Performance Events: XSAVE Architectural LBR, PEBS fmt4+-baseline,  AnyThread deprecated, Alderlake Hybrid events, 32-deep LBR, full-width counters, Intel PMU driver.
Feb 08 20:06:31 localhost kernel: core: cpu_core PMU driver: 
Feb 08 20:06:31 localhost kernel: ... version:                5
Feb 08 20:06:31 localhost kernel: ... bit width:              48
Feb 08 20:06:31 localhost kernel: ... generic registers:      8
Feb 08 20:06:31 localhost kernel: ... value mask:             0000ffffffffffff
Feb 08 20:06:31 localhost kernel: ... max period:             00007fffffffffff
Feb 08 20:06:31 localhost kernel: ... fixed-purpose events:   4
Feb 08 20:06:31 localhost kernel: ... event mask:             0001000f000000ff
Feb 08 20:06:31 localhost kernel: signal: max sigframe size: 3632
Feb 08 20:06:31 localhost kernel: Estimated ratio of average max frequency by base frequency (times 1024): 1300
Feb 08 20:06:31 localhost kernel: rcu: Hierarchical SRCU implementation.
Feb 08 20:06:31 localhost kernel: rcu:         Max phase no-delay instances is 400.
Feb 08 20:06:31 localhost kernel: Timer migration: 2 hierarchy levels; 8 children per group; 2 crossnode level
Feb 08 20:06:31 localhost kernel: NMI watchdog: Enabled. Permanently consumes one hw-PMU counter.
Feb 08 20:06:31 localhost kernel: smp: Bringing up secondary CPUs ...
Feb 08 20:06:31 localhost kernel: smpboot: x86: Booting SMP configuration:
Feb 08 20:06:31 localhost kernel: .... node  #0, CPUs:        #2  #4  #6  #8 #10 #12 #13 #14 #15
Feb 08 20:06:31 localhost kernel: core: cpu_atom PMU driver: PEBS-via-PT 
Feb 08 20:06:31 localhost kernel: ... version:                5
Feb 08 20:06:31 localhost kernel: ... bit width:              48
Feb 08 20:06:31 localhost kernel: ... generic registers:      6
Feb 08 20:06:31 localhost kernel: ... value mask:             0000ffffffffffff
Feb 08 20:06:31 localhost kernel: ... max period:             00007fffffffffff
Feb 08 20:06:31 localhost kernel: ... fixed-purpose events:   3
Feb 08 20:06:31 localhost kernel: ... event mask:             000000070000003f
Feb 08 20:06:31 localhost kernel:   #1  #3  #5  #7  #9 #11
Feb 08 20:06:31 localhost kernel: smp: Brought up 1 node, 16 CPUs
Feb 08 20:06:31 localhost kernel: smpboot: Total of 16 processors activated (117964.80 BogoMIPS)
Feb 08 20:06:31 localhost kernel: Memory: 16095216K/16545568K available (18432K kernel code, 2693K rwdata, 14448K rodata, 4300K init, 3940K bss, 427020K reserved, 0K cma-reserved)
Feb 08 20:06:31 localhost kernel: devtmpfs: initialized
Feb 08 20:06:31 localhost kernel: x86/mm: Memory block size: 128MB
Feb 08 20:06:31 localhost kernel: ACPI: PM: Registering ACPI NVS region [mem 0x35516000-0x35621fff] (1097728 bytes)
Feb 08 20:06:31 localhost kernel: clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
Feb 08 20:06:31 localhost kernel: futex hash table entries: 4096 (order: 6, 262144 bytes, linear)
Feb 08 20:06:31 localhost kernel: pinctrl core: initialized pinctrl subsystem
Feb 08 20:06:31 localhost kernel: PM: RTC time: 19:06:26, date: 2025-02-08
Feb 08 20:06:31 localhost kernel: NET: Registered PF_NETLINK/PF_ROUTE protocol family
Feb 08 20:06:31 localhost kernel: DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
Feb 08 20:06:31 localhost kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
Feb 08 20:06:31 localhost kernel: DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
Feb 08 20:06:31 localhost kernel: audit: initializing netlink subsys (disabled)
Feb 08 20:06:31 localhost kernel: audit: type=2000 audit(1739041586.015:1): state=initialized audit_enabled=0 res=1
Feb 08 20:06:31 localhost kernel: thermal_sys: Registered thermal governor 'fair_share'
Feb 08 20:06:31 localhost kernel: thermal_sys: Registered thermal governor 'bang_bang'
Feb 08 20:06:31 localhost kernel: thermal_sys: Registered thermal governor 'step_wise'
Feb 08 20:06:31 localhost kernel: thermal_sys: Registered thermal governor 'user_space'
Feb 08 20:06:31 localhost kernel: thermal_sys: Registered thermal governor 'power_allocator'
Feb 08 20:06:31 localhost kernel: cpuidle: using governor ladder
Feb 08 20:06:31 localhost kernel: cpuidle: using governor menu
Feb 08 20:06:31 localhost kernel: ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
Feb 08 20:06:31 localhost kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
Feb 08 20:06:31 localhost kernel: PCI: ECAM [mem 0xc0000000-0xcfffffff] (base 0xc0000000) for domain 0000 [bus 00-ff]
Feb 08 20:06:31 localhost kernel: PCI: Using configuration type 1 for base access
Feb 08 20:06:31 localhost kernel: kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
Feb 08 20:06:31 localhost kernel: HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
Feb 08 20:06:31 localhost kernel: HugeTLB: 16380 KiB vmemmap can be freed for a 1.00 GiB page
Feb 08 20:06:31 localhost kernel: HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
Feb 08 20:06:31 localhost kernel: HugeTLB: 28 KiB vmemmap can be freed for a 2.00 MiB page
Feb 08 20:06:31 localhost kernel: ACPI: Added _OSI(Module Device)
Feb 08 20:06:31 localhost kernel: ACPI: Added _OSI(Processor Device)
Feb 08 20:06:31 localhost kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
Feb 08 20:06:31 localhost kernel: ACPI: Added _OSI(Processor Aggregator Device)
Feb 08 20:06:31 localhost kernel: ACPI BIOS Error (bug): Failure creating named object [\ADBG], AE_ALREADY_EXISTS (20240827/dswload2-326)
Feb 08 20:06:31 localhost kernel: fbcon: Taking over console
Feb 08 20:06:31 localhost kernel: ACPI Error: AE_ALREADY_EXISTS, During name lookup/catalog (20240827/psobject-220)
Feb 08 20:06:31 localhost kernel: ACPI: Skipping parse of AML opcode: Method (0x0014)
Feb 08 20:06:31 localhost kernel: ACPI: 16 ACPI AML tables successfully acquired and loaded
Feb 08 20:06:31 localhost kernel: ACPI: Dynamic OEM Table Load:
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0xFFFF8EBD01367400 000394 (v02 PmRef  Cpu0Cst  00003001 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: Dynamic OEM Table Load:
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0xFFFF8EBD01359800 0006EC (v02 PmRef  Cpu0Ist  00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: Dynamic OEM Table Load:
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0xFFFF8EBD01A10E00 0001AB (v02 PmRef  Cpu0Psd  00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: Dynamic OEM Table Load:
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0xFFFF8EBD0135D000 00044D (v02 PmRef  Cpu0Hwp  00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: Dynamic OEM Table Load:
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0xFFFF8EBD0134A000 001BAF (v02 PmRef  ApIst    00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: Dynamic OEM Table Load:
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0xFFFF8EBD0134C000 001038 (v02 PmRef  ApHwp    00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: Dynamic OEM Table Load:
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0xFFFF8EBD01348000 001349 (v02 PmRef  ApPsd    00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: Dynamic OEM Table Load:
Feb 08 20:06:31 localhost kernel: ACPI: SSDT 0xFFFF8EBD0136F000 000FBB (v02 PmRef  ApCst    00003000 INTL 20200717)
Feb 08 20:06:31 localhost kernel: ACPI: Interpreter enabled
Feb 08 20:06:31 localhost kernel: ACPI: PM: (supports S0 S3 S4 S5)
Feb 08 20:06:31 localhost kernel: ACPI: Using IOAPIC for interrupt routing
Feb 08 20:06:31 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
Feb 08 20:06:31 localhost kernel: PCI: Using E820 reservations for host bridge windows
Feb 08 20:06:31 localhost kernel: ACPI: Enabled 6 GPEs in block 00 to 7F
Feb 08 20:06:31 localhost kernel: ACPI: \_SB_.PC00.PAUD: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \_SB_.PC00.I2C1.PXTC: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \_SB_.PC00.CNVW.WRST: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \_TZ_.FN00: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \_TZ_.FN01: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \_TZ_.FN02: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \_TZ_.FN03: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \_TZ_.FN04: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \PIN_: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \SPR4: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \SPR5: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \SPR6: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: \SPR7: New power resource
Feb 08 20:06:31 localhost kernel: ACPI: PCI Root Bridge [PC00] (domain 0000 [bus 00-fe])
Feb 08 20:06:31 localhost kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI EDR HPX-Type3]
Feb 08 20:06:31 localhost kernel: acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug SHPCHotplug PME AER PCIeCapability LTR DPC]
Feb 08 20:06:31 localhost kernel: acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
Feb 08 20:06:31 localhost kernel: PCI host bridge to bus 0000:00
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7 window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: root bus resource [io  0x0d00-0xffff window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000fffff window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: root bus resource [mem 0x40400000-0xbfffffff window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: root bus resource [bus 00-fe]
Feb 08 20:06:31 localhost kernel: pci 0000:00:00.0: [8086:4648] type 00 class 0x060000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0: [8086:460d] type 01 class 0x060400 PCIe Root Port
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0:   bridge window [mem 0x42000000-0x430fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0:   bridge window [mem 0x60000000-0x71ffffff 64bit pref]
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0: PTM enabled (root), 4ns granularity
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: [8086:4680] type 00 class 0x038000 PCIe Root Complex Integrated Endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: BAR 0 [mem 0x41000000-0x41ffffff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: BAR 2 [mem 0x50000000-0x5fffffff 64bit pref]
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: BAR 4 [io  0x5000-0x503f]
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: DMAR: Skip IOMMU disabling for graphics
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x00ffffff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x00000000-0x06ffffff 64bit]: contains BAR 0 for 7 VFs
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0x1fffffff 64bit pref]
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 2 [mem 0x00000000-0xdfffffff 64bit pref]: contains BAR 2 for 7 VFs
Feb 08 20:06:31 localhost kernel: pci 0000:00:06.0: [8086:464d] type 01 class 0x060400 PCIe Root Port
Feb 08 20:06:31 localhost kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Feb 08 20:06:31 localhost kernel: pci 0000:00:06.0:   bridge window [mem 0x43300000-0x433fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
Feb 08 20:06:31 localhost kernel: pci 0000:00:06.0: PTM enabled (root), 4ns granularity
Feb 08 20:06:31 localhost kernel: pci 0000:00:0a.0: [8086:467d] type 00 class 0x118000 PCIe Root Complex Integrated Endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:0a.0: BAR 0 [mem 0x43410000-0x43417fff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:0a.0: enabling Extended Tags
Feb 08 20:06:31 localhost kernel: pci 0000:00:14.0: [8086:7ae0] type 00 class 0x0c0330 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:14.0: BAR 0 [mem 0x43400000-0x4340ffff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:14.0: PME# supported from D3hot D3cold
Feb 08 20:06:31 localhost kernel: pci 0000:00:14.2: [8086:7aa7] type 00 class 0x050000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:14.2: BAR 0 [mem 0x4341c000-0x4341ffff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:14.2: BAR 2 [mem 0x4342b000-0x4342bfff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.0: [8086:7acc] type 00 class 0x0c8000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.0: BAR 0 [mem 0xfe0f9000-0xfe0f9fff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.1: [8086:7acd] type 00 class 0x0c8000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.1: BAR 0 [mem 0xfe0fa000-0xfe0fafff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.2: [8086:7ace] type 00 class 0x0c8000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.2: BAR 0 [mem 0xfe0fb000-0xfe0fbfff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.3: [8086:7acf] type 00 class 0x0c8000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.3: BAR 0 [mem 0xfe0fc000-0xfe0fcfff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:16.0: [8086:7ae8] type 00 class 0x078000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:16.0: BAR 0 [mem 0x43427000-0x43427fff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:16.0: PME# supported from D3hot
Feb 08 20:06:31 localhost kernel: pci 0000:00:17.0: [8086:7ae2] type 00 class 0x010601 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:17.0: BAR 0 [mem 0x43420000-0x43421fff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:17.0: BAR 1 [mem 0x43426000-0x434260ff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:17.0: BAR 2 [io  0x5090-0x5097]
Feb 08 20:06:31 localhost kernel: pci 0000:00:17.0: BAR 3 [io  0x5080-0x5083]
Feb 08 20:06:31 localhost kernel: pci 0000:00:17.0: BAR 4 [io  0x5060-0x507f]
Feb 08 20:06:31 localhost kernel: pci 0000:00:17.0: BAR 5 [mem 0x43425000-0x434257ff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:17.0: PME# supported from D3hot
Feb 08 20:06:31 localhost kernel: pci 0000:00:19.0: [8086:7afc] type 00 class 0x0c8000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:19.0: BAR 0 [mem 0x43424000-0x43424fff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:19.1: [8086:7afd] type 00 class 0x0c8000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:19.1: BAR 0 [mem 0x43423000-0x43423fff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: [8086:7ab8] type 01 class 0x060400 PCIe Root Port
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2: [8086:7aba] type 01 class 0x060400 PCIe Root Port
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2:   bridge window [mem 0x43200000-0x432fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2: PTM enabled (root), 4ns granularity
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.0: [8086:7a84] type 00 class 0x060100 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.3: [8086:7ad0] type 00 class 0x040300 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.3: BAR 0 [mem 0x43418000-0x4341bfff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.3: BAR 4 [mem 0x43100000-0x431fffff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.3: PME# supported from D3hot D3cold
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.4: [8086:7aa3] type 00 class 0x0c0500 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.4: BAR 0 [mem 0x43422000-0x434220ff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.4: BAR 4 [io  0xefa0-0xefbf]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.5: [8086:7aa4] type 00 class 0x0c8000 conventional PCI endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: [10de:2489] type 00 class 0x030000 PCIe Legacy Endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: BAR 0 [mem 0x42000000-0x42ffffff]
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: BAR 1 [mem 0x60000000-0x6fffffff 64bit pref]
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: BAR 3 [mem 0x70000000-0x71ffffff 64bit pref]
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: BAR 5 [io  0x4000-0x407f]
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: ROM [mem 0x43000000-0x4307ffff pref]
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.1: [10de:228b] type 00 class 0x040300 PCIe Endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.1: BAR 0 [mem 0x43080000-0x43083fff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 08 20:06:31 localhost kernel: pci 0000:02:00.0: [144d:a808] type 00 class 0x010802 PCIe Endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:02:00.0: BAR 0 [mem 0x43300000-0x43303fff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Feb 08 20:06:31 localhost kernel: pci 0000:04:00.0: [10ec:8125] type 00 class 0x020000 PCIe Endpoint
Feb 08 20:06:31 localhost kernel: pci 0000:04:00.0: BAR 0 [io  0x3000-0x30ff]
Feb 08 20:06:31 localhost kernel: pci 0000:04:00.0: BAR 2 [mem 0x43200000-0x4320ffff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:04:00.0: BAR 4 [mem 0x43210000-0x43213fff 64bit]
Feb 08 20:06:31 localhost kernel: pci 0000:04:00.0: supports D1 D2
Feb 08 20:06:31 localhost kernel: pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Feb 08 20:06:31 localhost kernel: ACPI: PCI: Interrupt link LNKA configured for IRQ 0
Feb 08 20:06:31 localhost kernel: ACPI: PCI: Interrupt link LNKB configured for IRQ 1
Feb 08 20:06:31 localhost kernel: ACPI: PCI: Interrupt link LNKC configured for IRQ 0
Feb 08 20:06:31 localhost kernel: ACPI: PCI: Interrupt link LNKD configured for IRQ 0
Feb 08 20:06:31 localhost kernel: ACPI: PCI: Interrupt link LNKE configured for IRQ 0
Feb 08 20:06:31 localhost kernel: ACPI: PCI: Interrupt link LNKF configured for IRQ 0
Feb 08 20:06:31 localhost kernel: ACPI: PCI: Interrupt link LNKG configured for IRQ 0
Feb 08 20:06:31 localhost kernel: ACPI: PCI: Interrupt link LNKH configured for IRQ 0
Feb 08 20:06:31 localhost kernel: iommu: Default domain type: Translated
Feb 08 20:06:31 localhost kernel: iommu: DMA domain TLB invalidation policy: lazy mode
Feb 08 20:06:31 localhost kernel: SCSI subsystem initialized
Feb 08 20:06:31 localhost kernel: libata version 3.00 loaded.
Feb 08 20:06:31 localhost kernel: ACPI: bus type USB registered
Feb 08 20:06:31 localhost kernel: usbcore: registered new interface driver usbfs
Feb 08 20:06:31 localhost kernel: usbcore: registered new interface driver hub
Feb 08 20:06:31 localhost kernel: usbcore: registered new device driver usb
Feb 08 20:06:31 localhost kernel: EDAC MC: Ver: 3.0.0
Feb 08 20:06:31 localhost kernel: efivars: Registered efivars operations
Feb 08 20:06:31 localhost kernel: NetLabel: Initializing
Feb 08 20:06:31 localhost kernel: NetLabel:  domain hash size = 128
Feb 08 20:06:31 localhost kernel: NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
Feb 08 20:06:31 localhost kernel: NetLabel:  unlabeled traffic allowed by default
Feb 08 20:06:31 localhost kernel: mctp: management component transport protocol core
Feb 08 20:06:31 localhost kernel: NET: Registered PF_MCTP protocol family
Feb 08 20:06:31 localhost kernel: PCI: Using ACPI for IRQ routing
Feb 08 20:06:31 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.0: BAR 0 [mem 0xfe0f9000-0xfe0f9fff 64bit]: can't claim; no compatible bridge window
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.1: BAR 0 [mem 0xfe0fa000-0xfe0fafff 64bit]: can't claim; no compatible bridge window
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.2: BAR 0 [mem 0xfe0fb000-0xfe0fbfff 64bit]: can't claim; no compatible bridge window
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.3: BAR 0 [mem 0xfe0fc000-0xfe0fcfff 64bit]: can't claim; no compatible bridge window
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.5: BAR 0 [mem 0xfe010000-0xfe010fff]: can't claim; no compatible bridge window
Feb 08 20:06:31 localhost kernel: e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
Feb 08 20:06:31 localhost kernel: e820: reserve RAM buffer [mem 0x29bdc018-0x2bffffff]
Feb 08 20:06:31 localhost kernel: e820: reserve RAM buffer [mem 0x29ddc018-0x2bffffff]
Feb 08 20:06:31 localhost kernel: e820: reserve RAM buffer [mem 0x2e9fb000-0x2fffffff]
Feb 08 20:06:31 localhost kernel: e820: reserve RAM buffer [mem 0x32229000-0x33ffffff]
Feb 08 20:06:31 localhost kernel: e820: reserve RAM buffer [mem 0x36000000-0x37ffffff]
Feb 08 20:06:31 localhost kernel: e820: reserve RAM buffer [mem 0x4bfc00000-0x4bfffffff]
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: vgaarb: setting as boot VGA device
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none
Feb 08 20:06:31 localhost kernel: vgaarb: loaded
Feb 08 20:06:31 localhost kernel: clocksource: Switched to clocksource tsc-early
Feb 08 20:06:31 localhost kernel: VFS: Disk quotas dquot_6.6.0
Feb 08 20:06:31 localhost kernel: VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
Feb 08 20:06:31 localhost kernel: pnp: PnP ACPI init
Feb 08 20:06:31 localhost kernel: system 00:00: [io  0x0a00-0x0a2f] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:00: [io  0x0a30-0x0a3f] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:00: [io  0x0a40-0x0a4f] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:01: [io  0x0680-0x069f] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:01: [io  0x164e-0x164f] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:02: [io  0x1854-0x1857] has been reserved
Feb 08 20:06:31 localhost kernel: pnp 00:03: disabling [mem 0xc0000000-0xcfffffff] because it overlaps 0000:00:02.0 BAR 9 [mem 0x00000000-0xdfffffff 64bit pref]
Feb 08 20:06:31 localhost kernel: system 00:03: [mem 0xfedc0000-0xfedc7fff] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:03: [mem 0xfeda0000-0xfeda0fff] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:03: [mem 0xfeda1000-0xfeda1fff] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:03: [mem 0xfed20000-0xfed7ffff] could not be reserved
Feb 08 20:06:31 localhost kernel: system 00:03: [mem 0xfed90000-0xfed93fff] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:03: [mem 0xfed45000-0xfed8ffff] could not be reserved
Feb 08 20:06:31 localhost kernel: system 00:03: [mem 0xfee00000-0xfeefffff] could not be reserved
Feb 08 20:06:31 localhost kernel: system 00:04: [mem 0xfc000000-0xfc00ffff] has been reserved
Feb 08 20:06:31 localhost kernel: system 00:05: [io  0x2000-0x20fe] has been reserved
Feb 08 20:06:31 localhost kernel: pnp: PnP ACPI: found 7 devices
Feb 08 20:06:31 localhost kernel: clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
Feb 08 20:06:31 localhost kernel: NET: Registered PF_INET protocol family
Feb 08 20:06:31 localhost kernel: IP idents hash table entries: 262144 (order: 9, 2097152 bytes, linear)
Feb 08 20:06:31 localhost kernel: tcp_listen_portaddr_hash hash table entries: 8192 (order: 5, 131072 bytes, linear)
Feb 08 20:06:31 localhost kernel: Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
Feb 08 20:06:31 localhost kernel: TCP established hash table entries: 131072 (order: 8, 1048576 bytes, linear)
Feb 08 20:06:31 localhost kernel: TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
Feb 08 20:06:31 localhost kernel: TCP: Hash tables configured (established 131072 bind 65536)
Feb 08 20:06:31 localhost kernel: MPTCP token hash table entries: 16384 (order: 6, 393216 bytes, linear)
Feb 08 20:06:31 localhost kernel: UDP hash table entries: 8192 (order: 7, 524288 bytes, linear)
Feb 08 20:06:31 localhost kernel: UDP-Lite hash table entries: 8192 (order: 7, 524288 bytes, linear)
Feb 08 20:06:31 localhost kernel: NET: Registered PF_UNIX/PF_LOCAL protocol family
Feb 08 20:06:31 localhost kernel: NET: Registered PF_XDP protocol family
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 03] add_size 1000
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit pref] to [bus 03] add_size 200000 add_align 100000
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to [bus 03] add_size 200000 add_align 100000
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 2 [mem size 0xe0000000 64bit pref]: can't assign; no space
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 2 [mem size 0xe0000000 64bit pref]: failed to assign
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x44000000-0x4affffff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x40400000-0x405fffff]: assigned
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x40600000-0x407fffff 64bit pref]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.0: BAR 0 [mem 0x40800000-0x40800fff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.1: BAR 0 [mem 0x40801000-0x40801fff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.2: BAR 0 [mem 0x40802000-0x40802fff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.3: BAR 0 [mem 0x40803000-0x40803fff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: bridge window [io  0x6000-0x6fff]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.5: BAR 0 [mem 0x40804000-0x40804fff]: assigned
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 2 [mem size 0xe0000000 64bit pref]: can't assign; no space
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 2 [mem size 0xe0000000 64bit pref]: failed to assign
Feb 08 20:06:31 localhost kernel: pci 0000:00:02.0: VF BAR 0 [mem 0x44000000-0x4affffff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.0: BAR 0 [mem 0x40400000-0x40400fff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.1: BAR 0 [mem 0x40401000-0x40401fff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.2: BAR 0 [mem 0x40402000-0x40402fff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:15.3: BAR 0 [mem 0x40403000-0x40403fff 64bit]: assigned
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: resource: avoiding allocation from e820 entry [mem 0x000a0000-0x000fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1f.5: BAR 0 [mem 0x40404000-0x40404fff]: assigned
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x40500000-0x406fffff]: assigned
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: bridge window [mem 0x40700000-0x408fffff 64bit pref]: assigned
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01]
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0:   bridge window [io  0x4000-0x4fff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0:   bridge window [mem 0x42000000-0x430fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:01.0:   bridge window [mem 0x60000000-0x71ffffff 64bit pref]
Feb 08 20:06:31 localhost kernel: pci 0000:00:06.0: PCI bridge to [bus 02]
Feb 08 20:06:31 localhost kernel: pci 0000:00:06.0:   bridge window [mem 0x43300000-0x433fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0: PCI bridge to [bus 03]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0:   bridge window [io  0x6000-0x6fff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0:   bridge window [mem 0x40500000-0x406fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.0:   bridge window [mem 0x40700000-0x408fffff 64bit pref]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2: PCI bridge to [bus 04]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2:   bridge window [io  0x3000-0x3fff]
Feb 08 20:06:31 localhost kernel: pci 0000:00:1c.2:   bridge window [mem 0x43200000-0x432fffff]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: Some PCI device resources are unassigned, try booting with pci=realloc
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7 window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: resource 5 [io  0x0d00-0xffff window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000e0000-0x000fffff window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x40400000-0xbfffffff window]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:01: resource 0 [io  0x4000-0x4fff]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:01: resource 1 [mem 0x42000000-0x430fffff]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:01: resource 2 [mem 0x60000000-0x71ffffff 64bit pref]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:02: resource 1 [mem 0x43300000-0x433fffff]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:03: resource 0 [io  0x6000-0x6fff]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:03: resource 1 [mem 0x40500000-0x406fffff]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:03: resource 2 [mem 0x40700000-0x408fffff 64bit pref]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:04: resource 0 [io  0x3000-0x3fff]
Feb 08 20:06:31 localhost kernel: pci_bus 0000:04: resource 1 [mem 0x43200000-0x432fffff]
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.1: extending delay after power-on from D3hot to 20 msec
Feb 08 20:06:31 localhost kernel: pci 0000:01:00.1: D0 power state depends on 0000:01:00.0
Feb 08 20:06:31 localhost kernel: PCI: CLS 64 bytes, default 64
Feb 08 20:06:31 localhost kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
Feb 08 20:06:31 localhost kernel: software IO TLB: mapped [mem 0x0000000023092000-0x0000000027092000] (64MB)
Feb 08 20:06:31 localhost kernel: Trying to unpack rootfs image as initramfs...
Feb 08 20:06:31 localhost kernel: clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x6a464ae9873, max_idle_ns: 881590529744 ns
Feb 08 20:06:31 localhost kernel: clocksource: Switched to clocksource tsc
Feb 08 20:06:31 localhost kernel: platform rtc_cmos: registered platform RTC device (no PNP device found)
Feb 08 20:06:31 localhost kernel: Initialise system trusted keyrings
Feb 08 20:06:31 localhost kernel: Key type blacklist registered
Feb 08 20:06:31 localhost kernel: workingset: timestamp_bits=36 max_order=22 bucket_order=0
Feb 08 20:06:31 localhost kernel: fuse: init (API version 7.41)
Feb 08 20:06:31 localhost kernel: integrity: Platform Keyring initialized
Feb 08 20:06:31 localhost kernel: integrity: Machine keyring initialized
Feb 08 20:06:31 localhost kernel: Key type asymmetric registered
Feb 08 20:06:31 localhost kernel: Asymmetric key parser 'x509' registered
Feb 08 20:06:31 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 246)
Feb 08 20:06:31 localhost kernel: io scheduler mq-deadline registered
Feb 08 20:06:31 localhost kernel: io scheduler kyber registered
Feb 08 20:06:31 localhost kernel: io scheduler bfq registered
Feb 08 20:06:31 localhost kernel: ledtrig-cpu: registered to indicate activity on CPUs
Feb 08 20:06:31 localhost kernel: pcieport 0000:00:01.0: PME: Signaling with IRQ 120
Feb 08 20:06:31 localhost kernel: pcieport 0000:00:01.0: AER: enabled with IRQ 120
Feb 08 20:06:31 localhost kernel: pcieport 0000:00:06.0: PME: Signaling with IRQ 121
Feb 08 20:06:31 localhost kernel: pcieport 0000:00:06.0: AER: enabled with IRQ 121
Feb 08 20:06:31 localhost kernel: pcieport 0000:00:1c.0: PME: Signaling with IRQ 122
Feb 08 20:06:31 localhost kernel: pcieport 0000:00:1c.0: pciehp: Slot #0 AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Interlock- NoCompl+ IbPresDis- LLActRep+
Feb 08 20:06:31 localhost kernel: pcieport 0000:00:1c.2: PME: Signaling with IRQ 123
Feb 08 20:06:31 localhost kernel: pcieport 0000:00:1c.2: AER: enabled with IRQ 123
Feb 08 20:06:31 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
Feb 08 20:06:31 localhost kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0
Feb 08 20:06:31 localhost kernel: ACPI: button: Sleep Button [SLPB]
Feb 08 20:06:31 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
Feb 08 20:06:31 localhost kernel: ACPI: button: Power Button [PWRB]
Feb 08 20:06:31 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
Feb 08 20:06:31 localhost kernel: ACPI: button: Power Button [PWRF]
Feb 08 20:06:31 localhost kernel: Freeing initrd memory: 16980K
Feb 08 20:06:31 localhost kernel: ACPI: \_TZ_.TZ10: _PSL evaluation failure
Feb 08 20:06:31 localhost kernel: thermal LNXTHERM:00: registered as thermal_zone0
Feb 08 20:06:31 localhost kernel: ACPI: thermal: Thermal Zone [TZ10] (17 C)
Feb 08 20:06:31 localhost kernel: thermal LNXTHERM:01: registered as thermal_zone1
Feb 08 20:06:31 localhost kernel: ACPI: thermal: Thermal Zone [TZ00] (28 C)
Feb 08 20:06:31 localhost kernel: Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
Feb 08 20:06:31 localhost kernel: hpet_acpi_add: no address or irqs in _CRS
Feb 08 20:06:31 localhost kernel: Non-volatile memory driver v1.3
Feb 08 20:06:31 localhost kernel: Linux agpgart interface v0.103
Feb 08 20:06:31 localhost kernel: ACPI: bus type drm_connector registered
Feb 08 20:06:31 localhost kernel: ahci 0000:00:17.0: version 3.0
Feb 08 20:06:31 localhost kernel: ahci 0000:00:17.0: AHCI vers 0001.0301, 32 command slots, 6 Gbps, SATA mode
Feb 08 20:06:31 localhost kernel: ahci 0000:00:17.0: 8/8 ports implemented (port mask 0xff)
Feb 08 20:06:31 localhost kernel: ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum part ems deso sadm sds 
Feb 08 20:06:31 localhost kernel: scsi host0: ahci
Feb 08 20:06:31 localhost kernel: scsi host1: ahci
Feb 08 20:06:31 localhost kernel: scsi host2: ahci
Feb 08 20:06:31 localhost kernel: scsi host3: ahci
Feb 08 20:06:31 localhost kernel: scsi host4: ahci
Feb 08 20:06:31 localhost kernel: scsi host5: ahci
Feb 08 20:06:31 localhost kernel: scsi host6: ahci
Feb 08 20:06:31 localhost kernel: scsi host7: ahci
Feb 08 20:06:31 localhost kernel: ata1: SATA max UDMA/133 abar m2048@0x43425000 port 0x43425100 irq 124 lpm-pol 3
Feb 08 20:06:31 localhost kernel: ata2: SATA max UDMA/133 abar m2048@0x43425000 port 0x43425180 irq 124 lpm-pol 3
Feb 08 20:06:31 localhost kernel: ata3: SATA max UDMA/133 abar m2048@0x43425000 port 0x43425200 irq 124 lpm-pol 3
Feb 08 20:06:31 localhost kernel: ata4: SATA max UDMA/133 abar m2048@0x43425000 port 0x43425280 irq 124 lpm-pol 3
Feb 08 20:06:31 localhost kernel: ata5: SATA max UDMA/133 abar m2048@0x43425000 port 0x43425300 irq 124 lpm-pol 3
Feb 08 20:06:31 localhost kernel: ata6: SATA max UDMA/133 abar m2048@0x43425000 port 0x43425380 irq 124 lpm-pol 3
Feb 08 20:06:31 localhost kernel: ata7: SATA max UDMA/133 abar m2048@0x43425000 port 0x43425400 irq 124 lpm-pol 3
Feb 08 20:06:31 localhost kernel: ata8: SATA max UDMA/133 abar m2048@0x43425000 port 0x43425480 irq 124 lpm-pol 3
Feb 08 20:06:31 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 08 20:06:31 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1
Feb 08 20:06:31 localhost kernel: xhci_hcd 0000:00:14.0: hcc params 0x20007fc1 hci version 0x120 quirks 0x0000000200009810
Feb 08 20:06:31 localhost kernel: xhci_hcd 0000:00:14.0: xHCI Host Controller
Feb 08 20:06:31 localhost kernel: xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2
Feb 08 20:06:31 localhost kernel: xhci_hcd 0000:00:14.0: Host supports USB 3.2 Enhanced SuperSpeed
Feb 08 20:06:31 localhost kernel: usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 6.13
Feb 08 20:06:31 localhost kernel: usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 08 20:06:31 localhost kernel: usb usb1: Product: xHCI Host Controller
Feb 08 20:06:31 localhost kernel: usb usb1: Manufacturer: Linux 6.13.1-arch2-1 xhci-hcd
Feb 08 20:06:31 localhost kernel: usb usb1: SerialNumber: 0000:00:14.0
Feb 08 20:06:31 localhost kernel: hub 1-0:1.0: USB hub found
Feb 08 20:06:31 localhost kernel: hub 1-0:1.0: 16 ports detected
Feb 08 20:06:31 localhost kernel: usb usb2: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 6.13
Feb 08 20:06:31 localhost kernel: usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
Feb 08 20:06:31 localhost kernel: usb usb2: Product: xHCI Host Controller
Feb 08 20:06:31 localhost kernel: usb usb2: Manufacturer: Linux 6.13.1-arch2-1 xhci-hcd
Feb 08 20:06:31 localhost kernel: usb usb2: SerialNumber: 0000:00:14.0
Feb 08 20:06:31 localhost kernel: hub 2-0:1.0: USB hub found
Feb 08 20:06:31 localhost kernel: hub 2-0:1.0: 9 ports detected
Feb 08 20:06:31 localhost kernel: usbcore: registered new interface driver usbserial_generic
Feb 08 20:06:31 localhost kernel: usbserial: USB Serial support registered for generic
Feb 08 20:06:31 localhost kernel: rtc_cmos rtc_cmos: RTC can wake from S4
Feb 08 20:06:31 localhost kernel: rtc_cmos rtc_cmos: registered as rtc0
Feb 08 20:06:31 localhost kernel: rtc_cmos rtc_cmos: setting system clock to 2025-02-08T19:06:29 UTC (1739041589)
Feb 08 20:06:31 localhost kernel: rtc_cmos rtc_cmos: alarms up to one month, y3k, 114 bytes nvram
Feb 08 20:06:31 localhost kernel: intel_pstate: HWP not enabled
Feb 08 20:06:31 localhost kernel: intel_pstate: Intel P-state driver initializing
Feb 08 20:06:31 localhost kernel: intel_pstate: Problematic setup: Hybrid processor with disabled HWP
Feb 08 20:06:31 localhost kernel: hid: raw HID events driver (C) Jiri Kosina
Feb 08 20:06:31 localhost kernel: drop_monitor: Initializing network drop monitor service
Feb 08 20:06:31 localhost kernel: NET: Registered PF_INET6 protocol family
Feb 08 20:06:31 localhost kernel: Segment Routing with IPv6
Feb 08 20:06:31 localhost kernel: RPL Segment Routing with IPv6
Feb 08 20:06:31 localhost kernel: In-situ OAM (IOAM) with IPv6
Feb 08 20:06:31 localhost kernel: NET: Registered PF_PACKET protocol family
Feb 08 20:06:31 localhost kernel: microcode: Current revision: 0x00000037
Feb 08 20:06:31 localhost kernel: microcode: Updated early from: 0x00000015
Feb 08 20:06:31 localhost kernel: resctrl: L2 allocation detected
Feb 08 20:06:31 localhost kernel: IPI shorthand broadcast: enabled
Feb 08 20:06:31 localhost kernel: sched_clock: Marking stable (3517001067, 6324892)->(3552429453, -29103494)
Feb 08 20:06:31 localhost kernel: registered taskstats version 1
Feb 08 20:06:31 localhost kernel: Loading compiled-in X.509 certificates
Feb 08 20:06:31 localhost kernel: Loaded X.509 cert 'Build time autogenerated kernel key: abb2a7be1bce1d00b641a8af5f5454a44f32437a'
Feb 08 20:06:31 localhost kernel: Demotion targets for Node 0: null
Feb 08 20:06:31 localhost kernel: Key type .fscrypt registered
Feb 08 20:06:31 localhost kernel: Key type fscrypt-provisioning registered
Feb 08 20:06:31 localhost kernel: PM:   Magic number: 13:655:141
Feb 08 20:06:31 localhost kernel: acpi INT3472:07: hash matches
Feb 08 20:06:31 localhost kernel: acpi device:12: hash matches
Feb 08 20:06:31 localhost kernel: RAS: Correctable Errors collector initialized.
Feb 08 20:06:31 localhost kernel: clk: Disabling unused clocks
Feb 08 20:06:31 localhost kernel: PM: genpd: Disabling unused power domains
Feb 08 20:06:31 localhost kernel: usb 1-11: new high-speed USB device number 2 using xhci_hcd
Feb 08 20:06:31 localhost kernel: ata2: SATA link down (SStatus 4 SControl 300)
Feb 08 20:06:31 localhost kernel: ata1: SATA link down (SStatus 4 SControl 300)
Feb 08 20:06:31 localhost kernel: ata3: SATA link down (SStatus 4 SControl 300)
Feb 08 20:06:31 localhost kernel: ata5: SATA link down (SStatus 4 SControl 300)
Feb 08 20:06:31 localhost kernel: ata6: SATA link down (SStatus 4 SControl 300)
Feb 08 20:06:31 localhost kernel: ata8: SATA link down (SStatus 4 SControl 300)
Feb 08 20:06:31 localhost kernel: ata4: SATA link down (SStatus 4 SControl 300)
Feb 08 20:06:31 localhost kernel: ata7: SATA link down (SStatus 4 SControl 300)
Feb 08 20:06:31 localhost kernel: Freeing unused decrypted memory: 2028K
Feb 08 20:06:31 localhost kernel: Freeing unused kernel image (initmem) memory: 4300K
Feb 08 20:06:31 localhost kernel: Write protecting the kernel read-only data: 34816k
Feb 08 20:06:31 localhost kernel: Freeing unused kernel image (rodata/data gap) memory: 1936K
Feb 08 20:06:31 localhost kernel: x86/mm: Checked W+X mappings: passed, no W+X pages found.
Feb 08 20:06:31 localhost kernel: rodata_test: all tests were successful
Feb 08 20:06:31 localhost kernel: Run /init as init process
Feb 08 20:06:31 localhost kernel:   with arguments:
Feb 08 20:06:31 localhost kernel:     /init
Feb 08 20:06:31 localhost kernel:   with environment:
Feb 08 20:06:31 localhost kernel:     HOME=/
Feb 08 20:06:31 localhost kernel:     TERM=linux
Feb 08 20:06:31 localhost kernel: usb 1-11: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
Feb 08 20:06:31 localhost kernel: usb 1-11: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Feb 08 20:06:31 localhost kernel: usb 1-11: Product: USB2.0 Hub
Feb 08 20:06:31 localhost kernel: hub 1-11:1.0: USB hub found
Feb 08 20:06:31 localhost kernel: hub 1-11:1.0: 4 ports detected
Feb 08 20:06:31 localhost kernel: nvme 0000:02:00.0: platform quirk: setting simple suspend
Feb 08 20:06:31 localhost kernel: nvme nvme0: pci function 0000:02:00.0
Feb 08 20:06:31 localhost kernel: usb 1-12: new high-speed USB device number 3 using xhci_hcd
Feb 08 20:06:31 localhost kernel: nvme nvme0: D3 entry latency set to 10 seconds
Feb 08 20:06:31 localhost kernel: nvme nvme0: 16/0/0 default/read/poll queues
Feb 08 20:06:31 localhost kernel:  nvme0n1: p1 p2 p3
Feb 08 20:06:31 localhost kernel: usb 1-12: New USB device found, idVendor=05e3, idProduct=0608, bcdDevice=60.70
Feb 08 20:06:31 localhost kernel: usb 1-12: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Feb 08 20:06:31 localhost kernel: usb 1-12: Product: USB2.0 Hub
Feb 08 20:06:31 localhost kernel: hub 1-12:1.0: USB hub found
Feb 08 20:06:31 localhost kernel: hub 1-12:1.0: 4 ports detected
Feb 08 20:06:31 localhost kernel: usb 1-11.1: new full-speed USB device number 4 using xhci_hcd
Feb 08 20:06:31 localhost kernel: usb 1-11.1: New USB device found, idVendor=3434, idProduct=0914, bcdDevice= 1.00
Feb 08 20:06:31 localhost kernel: usb 1-11.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 08 20:06:31 localhost kernel: usb 1-11.1: Product: Keychron V1 Max
Feb 08 20:06:31 localhost kernel: usb 1-11.1: Manufacturer: Keychron
Feb 08 20:06:31 localhost kernel: usb 1-13: new full-speed USB device number 5 using xhci_hcd
Feb 08 20:06:31 localhost kernel: usb 1-13: New USB device found, idVendor=048d, idProduct=5702, bcdDevice= 0.01
Feb 08 20:06:31 localhost kernel: usb 1-13: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 08 20:06:31 localhost kernel: usb 1-13: Product: ITE Device
Feb 08 20:06:31 localhost kernel: usb 1-13: Manufacturer: ITE Tech. Inc.
Feb 08 20:06:31 localhost kernel: usbcore: registered new interface driver usbhid
Feb 08 20:06:31 localhost kernel: usbhid: USB HID core driver
Feb 08 20:06:31 localhost kernel: input: Keychron Keychron V1 Max as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.0/0003:3434:0914.0001/input/input3
Feb 08 20:06:31 localhost kernel: usb 1-11.2: new full-speed USB device number 6 using xhci_hcd
Feb 08 20:06:31 localhost kernel: hid-generic 0003:3434:0914.0001: input,hidraw0: USB HID v1.11 Keyboard [Keychron Keychron V1 Max] on usb-0000:00:14.0-11.1/input0
Feb 08 20:06:31 localhost kernel: hid-generic 0003:3434:0914.0002: hiddev96,hidraw1: USB HID v1.11 Device [Keychron Keychron V1 Max] on usb-0000:00:14.0-11.1/input1
Feb 08 20:06:31 localhost kernel: input: Keychron Keychron V1 Max Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0914.0003/input/input4
Feb 08 20:06:31 localhost kernel: input: Keychron Keychron V1 Max System Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0914.0003/input/input5
Feb 08 20:06:31 localhost kernel: usb 1-11.2: New USB device found, idVendor=04a5, idProduct=8004, bcdDevice= 1.04
Feb 08 20:06:31 localhost kernel: usb 1-11.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
Feb 08 20:06:31 localhost kernel: usb 1-11.2: Product: BenQ ZOWIE Gaming Mouse
Feb 08 20:06:31 localhost kernel: usb 1-11.2: Manufacturer: BenQ ZOWIE
Feb 08 20:06:31 localhost kernel: input: BenQ ZOWIE BenQ ZOWIE Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.0/0003:04A5:8004.0005/input/input8
Feb 08 20:06:31 localhost kernel: input: Keychron Keychron V1 Max Consumer Control as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0914.0003/input/input6
Feb 08 20:06:31 localhost kernel: hid-generic 0003:04A5:8004.0005: input,hidraw2: USB HID v1.11 Mouse [BenQ ZOWIE BenQ ZOWIE Gaming Mouse] on usb-0000:00:14.0-11.2/input0
Feb 08 20:06:31 localhost kernel: input: Keychron Keychron V1 Max Keyboard as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1/1-11.1:1.2/0003:3434:0914.0003/input/input7
Feb 08 20:06:31 localhost kernel: input: BenQ ZOWIE BenQ ZOWIE Gaming Mouse as /devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2/1-11.2:1.1/0003:04A5:8004.0006/input/input9
Feb 08 20:06:31 localhost kernel: hid-generic 0003:3434:0914.0003: input,hidraw3: USB HID v1.11 Mouse [Keychron Keychron V1 Max] on usb-0000:00:14.0-11.1/input2
Feb 08 20:06:31 localhost kernel: hid-generic 0003:048D:5702.0004: hiddev97,hidraw4: USB HID v1.12 Device [ITE Tech. Inc. ITE Device] on usb-0000:00:14.0-13/input0
Feb 08 20:06:31 localhost kernel: hid-generic 0003:04A5:8004.0006: input,hidraw5: USB HID v1.11 Keyboard [BenQ ZOWIE BenQ ZOWIE Gaming Mouse] on usb-0000:00:14.0-11.2/input1
Feb 08 20:06:31 localhost kernel: hid-generic 0003:04A5:8004.0007: hiddev98,hidraw6: USB HID v1.11 Device [BenQ ZOWIE BenQ ZOWIE Gaming Mouse] on usb-0000:00:14.0-11.2/input2
Feb 08 20:06:31 localhost kernel: EXT4-fs (nvme0n1p2): mounted filesystem 6a3fffe1-8661-45e5-ae68-628b3aac6676 r/w with ordered data mode. Quota mode: none.
Feb 08 20:06:31 localhost systemd[1]: systemd 257.2-2-arch running in system mode (+PAM +AUDIT -SELINUX -APPARMOR -IMA +IPE +SMACK +SECCOMP +GCRYPT +GNUTLS +OPENSSL +ACL +BLKID +CURL +ELFUTILS +FIDO2 +IDN2 -IDN +IPTC +KMOD +LIBCRYPTSETUP +LIBCRYPTSETUP_PLUGINS +LIBFDISK +PCRE2 +PWQUALITY +P11KIT +QRENCODE +TPM2 +BZIP2 +LZ4 +XZ +ZLIB +ZSTD +BPF_FRAMEWORK +BTF +XKBCOMMON +UTMP -SYSVINIT +LIBARCHIVE)
Feb 08 20:06:31 localhost systemd[1]: Detected architecture x86-64.
Feb 08 20:06:31 localhost systemd[1]: Hostname set to <localhost>.
Feb 08 20:06:31 localhost systemd[1]: bpf-restrict-fs: LSM BPF program attached
Feb 08 20:06:31 localhost systemd-fstab-generator[354]: Mount point  is not a valid path, ignoring.
Feb 08 20:06:31 localhost systemd-fstab-generator[354]: Mount point  is not a valid path, ignoring.
Feb 08 20:06:31 localhost systemd-fstab-generator[354]: Mount point  is not a valid path, ignoring.
Feb 08 20:06:31 localhost systemd[1]: Queued start job for default target Graphical Interface.
Feb 08 20:06:31 localhost systemd[1]: Created slice Slice /system/dirmngr.
Feb 08 20:06:31 localhost systemd[1]: Created slice Slice /system/getty.
Feb 08 20:06:31 localhost systemd[1]: Created slice Slice /system/gpg-agent.
Feb 08 20:06:31 localhost systemd[1]: Created slice Slice /system/gpg-agent-browser.
Feb 08 20:06:31 localhost systemd[1]: Created slice Slice /system/gpg-agent-extra.
Feb 08 20:06:31 localhost systemd[1]: Created slice Slice /system/gpg-agent-ssh.
Feb 08 20:06:31 localhost systemd[1]: Created slice Slice /system/keyboxd.
Feb 08 20:06:31 localhost systemd[1]: Created slice Slice /system/modprobe.
Feb 08 20:06:31 localhost systemd[1]: Created slice Slice /system/systemd-fsck.
Feb 08 20:06:31 localhost systemd[1]: Created slice User and Session Slice.
Feb 08 20:06:31 localhost systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
Feb 08 20:06:31 localhost systemd[1]: Started Forward Password Requests to Wall Directory Watch.
Feb 08 20:06:31 localhost systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
Feb 08 20:06:31 localhost systemd[1]: Expecting device /dev/disk/by-uuid/00A8-2ACA...
Feb 08 20:06:31 localhost systemd[1]: Expecting device /dev/disk/by-uuid/28b66789-b6c2-472e-8faa-09a4d151b415...
Feb 08 20:06:31 localhost systemd[1]: Reached target Local Encrypted Volumes.
Feb 08 20:06:31 localhost systemd[1]: Reached target Login Prompts.
Feb 08 20:06:31 localhost systemd[1]: Reached target Local Integrity Protected Volumes.
Feb 08 20:06:31 localhost systemd[1]: Reached target Path Units.
Feb 08 20:06:31 localhost systemd[1]: Reached target Remote File Systems.
Feb 08 20:06:31 localhost systemd[1]: Reached target Slice Units.
Feb 08 20:06:31 localhost systemd[1]: Reached target Swaps.
Feb 08 20:06:31 localhost systemd[1]: Reached target Local Verity Protected Volumes.
Feb 08 20:06:31 localhost systemd[1]: Listening on Device-mapper event daemon FIFOs.
Feb 08 20:06:31 localhost systemd[1]: Listening on LVM2 poll daemon socket.
Feb 08 20:06:31 localhost systemd[1]: Listening on Process Core Dump Socket.
Feb 08 20:06:31 localhost systemd[1]: Listening on Credential Encryption/Decryption.
Feb 08 20:06:31 localhost systemd[1]: Listening on Journal Socket (/dev/log).
Feb 08 20:06:31 localhost systemd[1]: Listening on Journal Sockets.
Feb 08 20:06:31 localhost systemd[1]: TPM PCR Measurements was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 08 20:06:31 localhost systemd[1]: Make TPM PCR Policy was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 08 20:06:31 localhost systemd[1]: Listening on udev Control Socket.
Feb 08 20:06:31 localhost systemd[1]: Listening on udev Kernel Socket.
Feb 08 20:06:31 localhost systemd[1]: Mounting Huge Pages File System...
Feb 08 20:06:31 localhost systemd[1]: Mounting POSIX Message Queue File System...
Feb 08 20:06:31 localhost systemd[1]: Mounting Kernel Debug File System...
Feb 08 20:06:31 localhost systemd[1]: Mounting Kernel Trace File System...
Feb 08 20:06:31 localhost systemd[1]: Mounting Temporary Directory /tmp...
Feb 08 20:06:31 localhost systemd[1]: Starting Create List of Static Device Nodes...
Feb 08 20:06:31 localhost systemd[1]: Starting Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling...
Feb 08 20:06:31 localhost systemd[1]: Starting Load Kernel Module configfs...
Feb 08 20:06:31 localhost systemd[1]: Starting Load Kernel Module dm_mod...
Feb 08 20:06:31 localhost systemd[1]: Starting Load Kernel Module drm...
Feb 08 20:06:31 localhost systemd[1]: Starting Load Kernel Module fuse...
Feb 08 20:06:31 localhost systemd[1]: Starting Load Kernel Module loop...
Feb 08 20:06:31 localhost systemd[1]: File System Check on Root Device was skipped because of an unmet condition check (ConditionPathIsReadWrite=!/).
Feb 08 20:06:31 localhost systemd[1]: Clear Stale Hibernate Storage Info was skipped because of an unmet condition check (ConditionPathExists=/sys/firmware/efi/efivars/HibernateLocation-8cf2644b-4b0b-428f-9387-6d876050dc67).
Feb 08 20:06:31 localhost systemd[1]: Starting Journal Service...
Feb 08 20:06:31 localhost systemd[1]: Starting Load Kernel Modules...
Feb 08 20:06:31 localhost systemd[1]: TPM PCR Machine ID Measurement was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 08 20:06:31 localhost systemd[1]: Starting Remount Root and Kernel File Systems...
Feb 08 20:06:31 localhost systemd[1]: Early TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 08 20:06:31 localhost systemd[1]: Starting Load udev Rules from Credentials...
Feb 08 20:06:31 localhost systemd[1]: Starting Coldplug All udev Devices...
Feb 08 20:06:31 localhost systemd[1]: Mounted Huge Pages File System.
Feb 08 20:06:31 localhost systemd[1]: Mounted POSIX Message Queue File System.
Feb 08 20:06:31 localhost systemd[1]: Mounted Kernel Debug File System.
Feb 08 20:06:31 localhost systemd[1]: Mounted Kernel Trace File System.
Feb 08 20:06:31 localhost systemd[1]: Mounted Temporary Directory /tmp.
Feb 08 20:06:31 localhost systemd[1]: Finished Create List of Static Device Nodes.
Feb 08 20:06:31 localhost kernel: device-mapper: uevent: version 1.0.3
Feb 08 20:06:31 localhost kernel: device-mapper: ioctl: 4.48.0-ioctl (2023-03-01) initialised: dm-devel@lists.linux.dev
Feb 08 20:06:31 localhost systemd[1]: modprobe@configfs.service: Deactivated successfully.
Feb 08 20:06:31 localhost systemd[1]: Finished Load Kernel Module configfs.
Feb 08 20:06:31 localhost systemd[1]: modprobe@dm_mod.service: Deactivated successfully.
Feb 08 20:06:31 localhost systemd[1]: Finished Load Kernel Module dm_mod.
Feb 08 20:06:31 localhost systemd[1]: modprobe@drm.service: Deactivated successfully.
Feb 08 20:06:31 localhost systemd[1]: Finished Load Kernel Module drm.
Feb 08 20:06:31 localhost systemd[1]: modprobe@fuse.service: Deactivated successfully.
Feb 08 20:06:31 localhost systemd[1]: Finished Load Kernel Module fuse.
Feb 08 20:06:31 localhost systemd[1]: Mounting FUSE Control File System...
Feb 08 20:06:31 localhost kernel: loop: module loaded
Feb 08 20:06:31 localhost systemd[1]: Mounting Kernel Configuration File System...
Feb 08 20:06:31 localhost systemd[1]: Starting Create Static Device Nodes in /dev gracefully...
Feb 08 20:06:31 localhost systemd[1]: modprobe@loop.service: Deactivated successfully.
Feb 08 20:06:31 localhost systemd[1]: Finished Load Kernel Module loop.
Feb 08 20:06:31 localhost systemd[1]: Finished Load udev Rules from Credentials.
Feb 08 20:06:31 localhost systemd[1]: Mounted FUSE Control File System.
Feb 08 20:06:31 localhost systemd[1]: Repartition Root Disk was skipped because no trigger condition checks were met.
Feb 08 20:06:31 localhost systemd[1]: Mounted Kernel Configuration File System.
Feb 08 20:06:31 localhost systemd-journald[379]: Collecting audit messages is disabled.
Feb 08 20:06:31 localhost systemd[1]: Finished Create Static Device Nodes in /dev gracefully.
Feb 08 20:06:31 localhost kernel: EXT4-fs (nvme0n1p2): re-mounted 6a3fffe1-8661-45e5-ae68-628b3aac6676 r/w. Quota mode: none.
Feb 08 20:06:31 localhost systemd[1]: Finished Remount Root and Kernel File Systems.
Feb 08 20:06:31 localhost systemd[1]: Rebuild Hardware Database was skipped because no trigger condition checks were met.
Feb 08 20:06:31 localhost systemd[1]: Starting Load/Save OS Random Seed...
Feb 08 20:06:31 localhost systemd[1]: Starting Create System Users...
Feb 08 20:06:31 localhost systemd[1]: TPM SRK Setup was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 08 20:06:31 localhost systemd-journald[379]: Journal started
Feb 08 20:06:31 localhost systemd-journald[379]: Runtime Journal (/run/log/journal/c7b06094183e44edab7f15f4700774de) is 8M, max 788.2M, 780.2M free.
Feb 08 20:06:31 localhost systemd[1]: Finished Monitoring of LVM2 mirrors, snapshots etc. using dmeventd or progress polling.
Feb 08 20:06:31 localhost systemd-modules-load[380]: Inserted module 'crypto_user'
Feb 08 20:06:31 localhost systemd-modules-load[380]: Inserted module 'sg'
Feb 08 20:06:31 localhost systemd[1]: Finished Coldplug All udev Devices.
Feb 08 20:06:31 localhost systemd[1]: Started Journal Service.
Feb 08 20:06:31 localhost systemd[1]: Starting Flush Journal to Persistent Storage...
Feb 08 20:06:31 localhost systemd-journald[379]: Time spent on flushing to /var/log/journal/c7b06094183e44edab7f15f4700774de is 34.296ms for 967 entries.
Feb 08 20:06:31 localhost systemd-journald[379]: System Journal (/var/log/journal/c7b06094183e44edab7f15f4700774de) is 1G, max 3.5G, 2.5G free.
Feb 08 20:06:31 localhost systemd-journald[379]: Received client request to flush runtime journal.
Feb 08 20:06:31 localhost kernel: nvidia: loading out-of-tree module taints kernel.
Feb 08 20:06:31 localhost kernel: nvidia: module license 'NVIDIA' taints kernel.
Feb 08 20:06:31 localhost kernel: Disabling lock debugging due to kernel taint
Feb 08 20:06:31 localhost kernel: nvidia: module verification failed: signature and/or required key missing - tainting kernel
Feb 08 20:06:31 localhost kernel: nvidia: module license taints kernel.
Feb 08 20:06:31 localhost kernel: input: Intel HID events as /devices/platform/INTC1070:00/input/input10
Feb 08 20:06:31 localhost kernel: intel-hid INTC1070:00: failed to enable HID power button
Feb 08 20:06:31 localhost mtp-probe[480]: checking bus 1, device 6: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.2"
Feb 08 20:06:31 localhost systemd[1]: Finished Load/Save OS Random Seed.
Feb 08 20:06:31 localhost mtp-probe[479]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-11/1-11.1"
Feb 08 20:06:31 localhost systemd[1]: Finished Create System Users.
Feb 08 20:06:31 localhost mtp-probe[480]: bus: 1, device: 6 was not an MTP device
Feb 08 20:06:31 localhost systemd[1]: Starting Network Time Synchronization...
Feb 08 20:06:31 localhost mtp-probe[479]: bus: 1, device: 4 was not an MTP device
Feb 08 20:06:31 localhost systemd[1]: Starting Create Static Device Nodes in /dev...
Feb 08 20:06:31 localhost systemd[1]: Finished Create Static Device Nodes in /dev.
Feb 08 20:06:31 localhost systemd[1]: Reached target Preparation for Local File Systems.
Feb 08 20:06:31 localhost systemd[1]: Starting Rule-based Manager for Device Events and Files...
Feb 08 20:06:31 localhost systemd-udevd[422]: Using default interface naming scheme 'v257'.
Feb 08 20:06:31 localhost systemd[1]: Started Network Time Synchronization.
Feb 08 20:06:31 localhost systemd[1]: Reached target System Time Set.
Feb 08 20:06:31 localhost systemd[1]: Started Rule-based Manager for Device Events and Files.
Feb 08 20:06:31 localhost systemd[1]: Condition check resulted in /dev/tpmrm0 being skipped.
Feb 08 20:06:31 localhost systemd[1]: Reached target Trusted Platform Module.
Feb 08 20:06:31 localhost kernel: mousedev: PS/2 mouse device common for all mice
Feb 08 20:06:31 localhost kernel: intel_pmc_core INT33A1:00:  initialized
Feb 08 20:06:31 localhost systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB primary.
Feb 08 20:06:31 localhost kernel: ACPI: video: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
Feb 08 20:06:31 localhost kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input11
Feb 08 20:06:31 localhost systemd[1]: Finished Flush Journal to Persistent Storage.
Feb 08 20:06:31 localhost mtp-probe[483]: checking bus 1, device 5: "/sys/devices/pci0000:00/0000:00:14.0/usb1/1-13"
Feb 08 20:06:31 localhost mtp-probe[483]: bus: 1, device: 5 was not an MTP device
Feb 08 20:06:31 localhost systemd[1]: Found device Samsung SSD 970 EVO Plus 1TB primary.
Feb 08 20:06:31 localhost systemd[1]: Starting File System Check on /dev/disk/by-uuid/00A8-2ACA...
Feb 08 20:06:31 localhost systemd[1]: Starting File System Check on /dev/disk/by-uuid/28b66789-b6c2-472e-8faa-09a4d151b415...
Feb 08 20:06:31 localhost systemd[1]: Starting Virtual Console Setup...
Feb 08 20:06:31 localhost systemd-fsck[508]: /dev/nvme0n1p3: clean, 229128/58613760 files, 33046850/234424832 blocks
Feb 08 20:06:31 localhost systemd-fsck[509]: fsck.fat 4.2 (2021-01-31)
Feb 08 20:06:31 localhost systemd-fsck[509]: /dev/nvme0n1p1: 16 files, 16540/123658 clusters
Feb 08 20:06:31 localhost systemd[1]: Finished File System Check on /dev/disk/by-uuid/00A8-2ACA.
Feb 08 20:06:31 localhost systemd[1]: Finished File System Check on /dev/disk/by-uuid/28b66789-b6c2-472e-8faa-09a4d151b415.
Feb 08 20:06:31 localhost systemd[1]: Finished Virtual Console Setup.
Feb 08 20:06:31 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input12
Feb 08 20:06:31 localhost kernel: idma64 idma64.0: Found Intel integrated DMA 64-bit
Feb 08 20:06:31 localhost kernel: mei_me 0000:00:16.0: enabling device (0000 -> 0002)
Feb 08 20:06:31 localhost kernel: nvidia-nvlink: Nvlink Core is being initialized, major device number 235
Feb 08 20:06:31 localhost kernel: 
Feb 08 20:06:31 localhost kernel: idma64 idma64.1: Found Intel integrated DMA 64-bit
Feb 08 20:06:31 localhost kernel: nvidia 0000:01:00.0: vgaarb: VGA decodes changed: olddecodes=io+mem,decodes=none:owns=none
Feb 08 20:06:31 localhost kernel: i801_smbus 0000:00:1f.4: SPD Write Disable is set
Feb 08 20:06:31 localhost kernel: i801_smbus 0000:00:1f.4: SMBus using PCI interrupt
Feb 08 20:06:31 localhost kernel: Creating 1 MTD partitions on "0000:00:1f.5":
Feb 08 20:06:31 localhost kernel: 0x000000000000-0x000002000000 : "BIOS"
Feb 08 20:06:31 localhost kernel: i2c i2c-1: Successfully instantiated SPD at 0x51
Feb 08 20:06:31 localhost kernel: idma64 idma64.2: Found Intel integrated DMA 64-bit
Feb 08 20:06:31 localhost kernel: i2c i2c-1: Successfully instantiated SPD at 0x53
Feb 08 20:06:31 localhost kernel: idma64 idma64.3: Found Intel integrated DMA 64-bit
Feb 08 20:06:31 localhost kernel: idma64 idma64.4: Found Intel integrated DMA 64-bit
Feb 08 20:06:31 localhost kernel: idma64 idma64.5: Found Intel integrated DMA 64-bit
Feb 08 20:06:31 localhost kernel: iTCO_vendor_support: vendor-support=0
Feb 08 20:06:31 localhost kernel: ee1004 1-0051: 512 byte EE1004-compliant SPD EEPROM, read-only
Feb 08 20:06:31 localhost kernel: RAPL PMU: API unit is 2^-32 Joules, 2 fixed counters, 655360 ms ovfl timer
Feb 08 20:06:31 localhost kernel: RAPL PMU: hw unit of domain pp0-core 2^-14 Joules
Feb 08 20:06:31 localhost kernel: RAPL PMU: hw unit of domain package 2^-14 Joules
Feb 08 20:06:31 localhost kernel: iTCO_wdt iTCO_wdt: Found a Intel PCH TCO device (Version=6, TCOBASE=0x0400)
Feb 08 20:06:31 localhost kernel: iTCO_wdt iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
Feb 08 20:06:31 localhost kernel: ee1004 1-0053: 512 byte EE1004-compliant SPD EEPROM, read-only
Feb 08 20:06:31 localhost kernel: r8169 0000:04:00.0: can't disable ASPM; OS doesn't have ASPM control
Feb 08 20:06:31 localhost kernel: cryptd: max_cpu_qlen set to 1000
Feb 08 20:06:31 localhost kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module  570.86.16  Fri Jan 24 21:25:51 UTC 2025
Feb 08 20:06:31 localhost kernel: r8169 0000:04:00.0 eth0: RTL8125B, d8:5e:d3:31:fb:3e, XID 641, IRQ 144
Feb 08 20:06:31 localhost kernel: r8169 0000:04:00.0 eth0: jumbo features [frames: 9194 bytes, tx checksumming: ko]
Feb 08 20:06:31 localhost kernel: AES CTR mode by8 optimization enabled
Feb 08 20:06:31 localhost kernel: r8169 0000:04:00.0 enp4s0: renamed from eth0
Feb 08 20:06:31 localhost kernel: snd_hda_intel 0000:00:1f.3: enabling device (0000 -> 0002)
Feb 08 20:06:31 localhost kernel: snd_hda_intel 0000:01:00.1: enabling device (0000 -> 0002)
Feb 08 20:06:31 localhost kernel: snd_hda_intel 0000:01:00.1: Disabling MSI
Feb 08 20:06:31 localhost kernel: snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
Feb 08 20:06:31 localhost kernel: nvidia_uvm: module uses symbols nvUvmInterfaceDisableAccessCntr from proprietary module nvidia, inheriting taint.
Feb 08 20:06:31 localhost kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  570.86.16  Fri Jan 24 20:44:10 UTC 2025
Feb 08 20:06:31 localhost kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Feb 08 20:06:32 localhost kernel: input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input13
Feb 08 20:06:32 localhost kernel: input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input14
Feb 08 20:06:32 localhost kernel: input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input15
Feb 08 20:06:32 localhost kernel: input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card0/input16
Feb 08 20:06:32 localhost systemd[1]: Reached target Sound Card.
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: enabling device (0006 -> 0007)
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] Found alderlake_s (device ID 4680) display version 12.00 stepping C0
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] Using Transparent Hugepages
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adls_dmc_ver2_01.bin (v2.1)
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] GT0: GuC firmware i915/tgl_guc_70.bin version 70.36.0
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] GT0: HuC: authenticated for all workloads
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] GT0: GUC: submission disabled
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] GT0: GUC: SLPC disabled
Feb 08 20:06:32 localhost kernel: mei_pxp 0000:00:16.0-fbf6fcf1-96cf-4e2e-a6a6-1bab8cbe36b1: bound 0000:00:02.0 (ops i915_pxp_tee_component_ops [i915])
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] Protected Xe Path (PXP) protected content support initialized
Feb 08 20:06:32 localhost kernel: [drm] Initialized i915 1.6.0 for 0000:00:02.0 on minor 1
Feb 08 20:06:32 localhost kernel: intel_tcc_cooling: TCC Offset locked
Feb 08 20:06:32 localhost kernel: intel_rapl_msr: PL4 support detected.
Feb 08 20:06:32 localhost kernel: intel_rapl_common: Found RAPL domain package
Feb 08 20:06:32 localhost kernel: intel_rapl_common: Found RAPL domain core
Feb 08 20:06:32 localhost kernel: intel_rapl_common: Found RAPL domain uncore
Feb 08 20:06:32 localhost kernel: snd_hda_intel 0000:00:1f.3: bound 0000:00:02.0 (ops i915_audio_component_bind_ops [i915])
Feb 08 20:06:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:line
Feb 08 20:06:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
Feb 08 20:06:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
Feb 08 20:06:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0:    mono: mono_out=0x0
Feb 08 20:06:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0:    dig-out=0x1e/0x0
Feb 08 20:06:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0:    inputs:
Feb 08 20:06:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0:      Front Mic=0x19
Feb 08 20:06:32 localhost kernel: snd_hda_codec_realtek hdaudioC1D0:      Rear Mic=0x18
Feb 08 20:06:32 localhost kernel: input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input17
Feb 08 20:06:32 localhost kernel: input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1f.3/sound/card1/input18
Feb 08 20:06:32 localhost kernel: input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1f.3/sound/card1/input19
Feb 08 20:06:32 localhost kernel: input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1f.3/sound/card1/input20
Feb 08 20:06:32 localhost kernel: input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input21
Feb 08 20:06:32 localhost kernel: input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input22
Feb 08 20:06:32 localhost kernel: input: HDA Intel PCH HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input23
Feb 08 20:06:32 localhost kernel: input: HDA Intel PCH HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:1f.3/sound/card1/input24
Feb 08 20:06:32 localhost kernel: Console: switching to colour frame buffer device 240x67
Feb 08 20:06:32 localhost kernel: i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Feb 08 20:06:32 localhost systemd[1]: systemd-vconsole-setup.service: Deactivated successfully.
Feb 08 20:06:32 localhost systemd[1]: Stopped Virtual Console Setup.
Feb 08 20:06:32 localhost systemd[1]: Stopping Virtual Console Setup...
Feb 08 20:06:32 localhost systemd[1]: Starting Virtual Console Setup...
Feb 08 20:06:32 localhost systemd[1]: Mounting /boot...
Feb 08 20:06:32 localhost systemd[1]: Mounting /home...
Feb 08 20:06:32 localhost systemd[1]: Virtual Machine and Container Storage (Compatibility) was skipped because of an unmet condition check (ConditionPathExists=/var/lib/machines.raw).
Feb 08 20:06:32 localhost systemd[1]: Listening on Disk Image Download Service Socket.
Feb 08 20:06:32 localhost systemd-timesyncd[417]: Network configuration changed, trying to establish connection.
Feb 08 20:06:32 localhost kernel: EXT4-fs (nvme0n1p3): mounted filesystem 28b66789-b6c2-472e-8faa-09a4d151b415 r/w with ordered data mode. Quota mode: none.
Feb 08 20:06:32 localhost systemd[1]: Mounted /boot.
Feb 08 20:06:32 localhost systemd[1]: Mounted /home.
Feb 08 20:06:32 localhost systemd[1]: Reached target Local File Systems.
Feb 08 20:06:32 localhost systemd[1]: Listening on Boot Entries Service Socket.
Feb 08 20:06:32 localhost systemd-timesyncd[417]: Network configuration changed, trying to establish connection.
Feb 08 20:06:32 localhost systemd[1]: Listening on System Extension Image Management.
Feb 08 20:06:32 localhost systemd-timesyncd[417]: Network configuration changed, trying to establish connection.
Feb 08 20:06:32 localhost systemd[1]: Set Up Additional Binary Formats was skipped because no trigger condition checks were met.
Feb 08 20:06:32 localhost systemd[1]: Starting Update Boot Loader Random Seed...
Feb 08 20:06:32 localhost systemd[1]: Starting Create System Files and Directories...
Feb 08 20:06:32 localhost systemd[1]: Finished Virtual Console Setup.
Feb 08 20:06:32 localhost bootctl[586]: ! Mount point '/boot' which backs the random seed file is world accessible, which is a security hole! !
Feb 08 20:06:32 localhost bootctl[586]: ! Random seed file '/boot/loader/random-seed' is world accessible, which is a security hole! !
Feb 08 20:06:32 localhost bootctl[586]: Random seed file /boot/loader/random-seed successfully refreshed (32 bytes).
Feb 08 20:06:32 localhost systemd[1]: Finished Update Boot Loader Random Seed.
Feb 08 20:06:32 localhost systemd-timesyncd[417]: Network configuration changed, trying to establish connection.
Feb 08 20:06:32 localhost systemd-timesyncd[417]: Network configuration changed, trying to establish connection.
Feb 08 20:06:32 localhost systemd-timesyncd[417]: Network configuration changed, trying to establish connection.
Feb 08 20:06:32 localhost systemd-timesyncd[417]: Network configuration changed, trying to establish connection.
Feb 08 20:06:32 localhost systemd[1]: Finished Create System Files and Directories.
Feb 08 20:06:32 localhost systemd[1]: Starting Rebuild Dynamic Linker Cache...
Feb 08 20:06:32 localhost systemd[1]: First Boot Wizard was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 08 20:06:32 localhost systemd[1]: First Boot Complete was skipped because of an unmet condition check (ConditionFirstBoot=yes).
Feb 08 20:06:32 localhost systemd[1]: Starting Rebuild Journal Catalog...
Feb 08 20:06:32 localhost systemd[1]: Save Transient machine-id to Disk was skipped because of an unmet condition check (ConditionPathIsMountPoint=/etc/machine-id).
Feb 08 20:06:32 localhost systemd[1]: Starting Record System Boot/Shutdown in UTMP...
Feb 08 20:06:32 localhost systemd[1]: Finished Record System Boot/Shutdown in UTMP.
Feb 08 20:06:32 localhost systemd[1]: Finished Rebuild Journal Catalog.
Feb 08 20:06:32 localhost systemd[1]: Finished Rebuild Dynamic Linker Cache.
Feb 08 20:06:32 localhost systemd[1]: Starting Update is Completed...
Feb 08 20:06:32 localhost systemd[1]: Finished Update is Completed.
Feb 08 20:06:33 localhost kernel: nvidia-uvm: Loaded the UVM driver, major device number 511.
Feb 08 20:06:33 localhost systemd-modules-load[380]: Inserted module 'nvidia_uvm'
Feb 08 20:06:33 localhost systemd-modules-load[380]: Inserted module 'pkcs8_key_parser'
Feb 08 20:06:33 localhost systemd[1]: Finished Load Kernel Modules.
Feb 08 20:06:33 localhost kernel: Asymmetric key parser 'pkcs8' registered
Feb 08 20:06:33 localhost systemd[1]: Starting Apply Kernel Variables...
Feb 08 20:06:33 localhost systemd[1]: Finished Apply Kernel Variables.
Feb 08 20:06:33 localhost systemd[1]: Reached target System Initialization.
Feb 08 20:06:33 localhost systemd[1]: Started Refresh existing PGP keys of archlinux-keyring regularly.
Feb 08 20:06:33 localhost systemd[1]: Started Daily man-db regeneration.
Feb 08 20:06:33 localhost systemd[1]: Started Daily verification of password and group files.
Feb 08 20:06:33 localhost systemd[1]: Started Daily Cleanup of Temporary Directories.
Feb 08 20:06:33 localhost systemd[1]: Reached target Timer Units.
Feb 08 20:06:33 localhost systemd[1]: Listening on D-Bus System Message Bus Socket.
Feb 08 20:06:33 localhost systemd[1]: Listening on GnuPG network certificate management daemon for /etc/pacman.d/gnupg.
Feb 08 20:06:33 localhost systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers) for /etc/pacman.d/gnupg.
Feb 08 20:06:33 localhost systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache (restricted) for /etc/pacman.d/gnupg.
Feb 08 20:06:33 localhost systemd[1]: Listening on GnuPG cryptographic agent (ssh-agent emulation) for /etc/pacman.d/gnupg.
Feb 08 20:06:33 localhost systemd[1]: Listening on GnuPG cryptographic agent and passphrase cache for /etc/pacman.d/gnupg.
Feb 08 20:06:33 localhost systemd[1]: Listening on GnuPG public key management service for /etc/pacman.d/gnupg.
Feb 08 20:06:33 localhost systemd[1]: Listening on OpenSSH Server Socket (systemd-ssh-generator, AF_UNIX Local).
Feb 08 20:06:33 localhost systemd[1]: Listening on Hostname Service Socket.
Feb 08 20:06:33 localhost systemd[1]: Reached target Socket Units.
Feb 08 20:06:33 localhost systemd[1]: Starting D-Bus System Message Bus...
Feb 08 20:06:33 localhost systemd[1]: TPM PCR Barrier (Initialization) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 08 20:06:33 localhost systemd[1]: Started D-Bus System Message Bus.
Feb 08 20:06:33 localhost systemd[1]: Reached target Basic System.
Feb 08 20:06:33 localhost systemd[1]: Starting Network Manager...
Feb 08 20:06:33 localhost dbus-broker-launch[617]: Ready
Feb 08 20:06:33 localhost systemd[1]: Starting User Login Management...
Feb 08 20:06:33 localhost systemd[1]: TPM PCR Barrier (User) was skipped because of an unmet condition check (ConditionSecurity=measured-uki).
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2438] NetworkManager (version 1.50.2-1) is starting... (boot:da483b78-b67e-40d9-8639-a18b43de859d)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2439] Read config: /etc/NetworkManager/NetworkManager.conf (lib: 20-connectivity.conf)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2462] manager[0x5dda7c9b34b0]: monitoring kernel firmware directory '/lib/firmware'.
Feb 08 20:06:33 localhost systemd[1]: Starting Hostname Service...
Feb 08 20:06:33 localhost systemd-logind[620]: New seat seat0.
Feb 08 20:06:33 localhost systemd-logind[620]: Watching system buttons on /dev/input/event2 (Power Button)
Feb 08 20:06:33 localhost systemd-logind[620]: Watching system buttons on /dev/input/event1 (Power Button)
Feb 08 20:06:33 localhost systemd-logind[620]: Watching system buttons on /dev/input/event0 (Sleep Button)
Feb 08 20:06:33 localhost systemd-logind[620]: Watching system buttons on /dev/input/event3 (Keychron Keychron V1 Max)
Feb 08 20:06:33 localhost systemd-logind[620]: Watching system buttons on /dev/input/event5 (Keychron Keychron V1 Max System Control)
Feb 08 20:06:33 localhost systemd-logind[620]: Watching system buttons on /dev/input/event7 (Keychron Keychron V1 Max Consumer Control)
Feb 08 20:06:33 localhost systemd-logind[620]: Watching system buttons on /dev/input/event8 (Keychron Keychron V1 Max Keyboard)
Feb 08 20:06:33 localhost systemd-logind[620]: Watching system buttons on /dev/input/event9 (BenQ ZOWIE BenQ ZOWIE Gaming Mouse)
Feb 08 20:06:33 localhost systemd-logind[620]: Watching system buttons on /dev/input/event10 (Intel HID events)
Feb 08 20:06:33 localhost systemd[1]: Started User Login Management.
Feb 08 20:06:33 localhost systemd[1]: Started Hostname Service.
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2668] hostname: hostname: using hostnamed
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2669] hostname: static hostname changed from (none) to "localhost"
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2671] dns-mgr: init: dns=default,systemd-resolved rc-manager=symlink
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2732] manager[0x5dda7c9b34b0]: rfkill: Wi-Fi hardware radio set enabled
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2732] manager[0x5dda7c9b34b0]: rfkill: WWAN hardware radio set enabled
Feb 08 20:06:33 localhost systemd[1]: Listening on Load/Save RF Kill Switch Status /dev/rfkill Watch.
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2786] Loaded device plugin: NMWwanFactory (/usr/lib/NetworkManager/1.50.2-1/libnm-device-plugin-wwan.so)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2791] Loaded device plugin: NMWifiFactory (/usr/lib/NetworkManager/1.50.2-1/libnm-device-plugin-wifi.so)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2894] Loaded device plugin: NMTeamFactory (/usr/lib/NetworkManager/1.50.2-1/libnm-device-plugin-team.so)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2897] Loaded device plugin: NMAtmManager (/usr/lib/NetworkManager/1.50.2-1/libnm-device-plugin-adsl.so)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2900] Loaded device plugin: NMBluezManager (/usr/lib/NetworkManager/1.50.2-1/libnm-device-plugin-bluetooth.so)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2904] Loaded device plugin: NMOvsFactory (/usr/lib/NetworkManager/1.50.2-1/libnm-device-plugin-ovs.so)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2905] manager: rfkill: Wi-Fi enabled by radio killswitch; enabled by state file
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2906] manager: rfkill: WWAN enabled by radio killswitch; enabled by state file
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2906] manager: Networking is enabled by state file
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2908] settings: Loaded settings plugin: keyfile (internal)
Feb 08 20:06:33 localhost systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2925] dhcp: init: Using DHCP client 'internal'
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2926] manager: (lo): new Loopback device (/org/freedesktop/NetworkManager/Devices/1)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2931] device (lo): state change: unmanaged -> unavailable (reason 'connection-assumed', managed-type: 'external')
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2934] device (lo): state change: unavailable -> disconnected (reason 'connection-assumed', managed-type: 'external')
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2937] device (lo): Activation: starting connection 'lo' (b91761f9-fe34-4b0e-b8eb-d115e036eaeb)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2939] manager: (enp4s0): new Ethernet device (/org/freedesktop/NetworkManager/Devices/2)
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.2940] device (enp4s0): state change: unmanaged -> unavailable (reason 'managed', managed-type: 'external')
Feb 08 20:06:33 localhost systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 08 20:06:33 localhost kernel: Realtek Internal NBASE-T PHY r8169-0-400:00: attached PHY driver (mii_bus:phy_addr=r8169-0-400:00, irq=MAC)
Feb 08 20:06:33 localhost kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Feb 08 20:06:33 localhost kernel: nvidia 0000:01:00.0: vgaarb: deactivate vga console
Feb 08 20:06:33 localhost kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
Feb 08 20:06:33 localhost kernel: r8169 0000:04:00.0 enp4s0: Link is Down
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4629] manager: (se-sto-wg-014): new WireGuard device (/org/freedesktop/NetworkManager/Devices/3)
Feb 08 20:06:33 localhost systemd[1]: Started Network Manager.
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4636] bus-manager: acquired D-Bus service "org.freedesktop.NetworkManager"
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4643] ovsdb: disconnected from ovsdb
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4645] device (lo): state change: disconnected -> prepare (reason 'none', managed-type: 'external')
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4646] device (lo): state change: prepare -> config (reason 'none', managed-type: 'external')
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4647] device (lo): state change: config -> ip-config (reason 'none', managed-type: 'external')
Feb 08 20:06:33 localhost systemd[1]: Reached target Network.
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4650] device (lo): state change: ip-config -> ip-check (reason 'none', managed-type: 'external')
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4659] device (lo): state change: ip-check -> secondaries (reason 'none', managed-type: 'external')
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4659] device (lo): state change: secondaries -> activated (reason 'none', managed-type: 'external')
Feb 08 20:06:33 localhost NetworkManager[619]: <info>  [1739041593.4661] device (lo): Activation: successful, device activated.
Feb 08 20:06:33 localhost systemd[1]: Starting Permit User Sessions...
Feb 08 20:06:33 localhost systemd[1]: Finished Permit User Sessions.
Feb 08 20:06:33 localhost systemd[1]: Reached target Multi-User System.
Feb 08 20:06:33 localhost systemd[1]: Starting GNOME Display Manager...
Feb 08 20:06:33 localhost systemd[1]: Started GNOME Display Manager.
Feb 08 20:06:33 localhost systemd[1]: Reached target Graphical Interface.
Feb 08 20:06:33 localhost systemd[1]: Startup finished in 12.185s (firmware) + 3.321s (loader) + 4.906s (kernel) + 2.604s (userspace) = 23.017s.
Feb 08 20:06:33 localhost systemd[1]: Reached target User and Group Name Lookups.
Feb 08 20:06:33 localhost systemd[1]: Starting Accounts Service...
Feb 08 20:06:33 localhost systemd[1]: Starting Authorization Manager...
Feb 08 20:06:33 localhost polkitd[685]: Started polkitd version 126
Feb 08 20:06:33 localhost polkitd[685]: Loading rules from directory /etc/polkit-1/rules.d
Feb 08 20:06:33 localhost polkitd[685]: Loading rules from directory /run/polkit-1/rules.d
Feb 08 20:06:33 localhost polkitd[685]: Error opening rules directory: Error opening directory “/run/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Feb 08 20:06:33 localhost polkitd[685]: Loading rules from directory /usr/local/share/polkit-1/rules.d
Feb 08 20:06:33 localhost polkitd[685]: Error opening rules directory: Error opening directory “/usr/local/share/polkit-1/rules.d”: No such file or directory (g-file-error-quark, 4)
Feb 08 20:06:33 localhost polkitd[685]: Loading rules from directory /usr/share/polkit-1/rules.d
Feb 08 20:06:33 localhost polkitd[685]: Finished loading, compiling and executing 12 rules
Feb 08 20:06:33 localhost systemd[1]: Started Authorization Manager.
Feb 08 20:06:33 localhost polkitd[685]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
Feb 08 20:06:33 localhost accounts-daemon[679]: started daemon version 23.13.0
Feb 08 20:06:33 localhost systemd[1]: Started Accounts Service.
Feb 08 20:06:33 localhost systemd-logind[620]: New session 1 of user gdm.
Feb 08 20:06:33 localhost systemd[1]: Created slice User Slice of UID 120.
Feb 08 20:06:33 localhost systemd[1]: Starting User Runtime Directory /run/user/120...
Feb 08 20:06:33 localhost systemd[1]: Finished User Runtime Directory /run/user/120.
Feb 08 20:06:33 localhost systemd[1]: Starting User Manager for UID 120...
Feb 08 20:06:33 localhost dbus-broker-launch[617]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Feb 08 20:06:33 localhost (systemd)[711]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[gdm] ruser=[<unknown>] rhost=[<unknown>]
Feb 08 20:06:33 localhost (systemd)[711]: pam_unix(systemd-user:session): session opened for user gdm(uid=120) by gdm(uid=0)
Feb 08 20:06:33 localhost systemd-logind[620]: New session 2 of user gdm.
Feb 08 20:06:33 localhost systemd[711]: Queued start job for default target Main User Target.
Feb 08 20:06:33 localhost systemd[711]: Created slice User Application Slice.
Feb 08 20:06:33 localhost systemd[711]: Reached target Paths.
Feb 08 20:06:33 localhost systemd[711]: Reached target Timers.
Feb 08 20:06:33 localhost systemd[711]: Starting D-Bus User Message Bus Socket...
Feb 08 20:06:33 localhost systemd[711]: Listening on GnuPG network certificate management daemon.
Feb 08 20:06:33 localhost systemd[711]: Starting GCR ssh-agent wrapper...
Feb 08 20:06:33 localhost systemd[711]: Listening on GNOME Keyring daemon.
Feb 08 20:06:33 localhost systemd[711]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 08 20:06:33 localhost systemd[711]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 08 20:06:33 localhost systemd[711]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 08 20:06:33 localhost systemd[711]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 08 20:06:33 localhost systemd[711]: Listening on GnuPG public key management service.
Feb 08 20:06:33 localhost systemd[711]: Listening on p11-kit server.
Feb 08 20:06:33 localhost systemd[711]: Listening on PipeWire PulseAudio.
Feb 08 20:06:33 localhost systemd[711]: Listening on PipeWire Multimedia System Sockets.
Feb 08 20:06:33 localhost systemd[711]: Listening on D-Bus User Message Bus Socket.
Feb 08 20:06:33 localhost systemd[711]: Listening on GCR ssh-agent wrapper.
Feb 08 20:06:33 localhost systemd[711]: Reached target Sockets.
Feb 08 20:06:33 localhost systemd[711]: Reached target Basic System.
Feb 08 20:06:33 localhost systemd[1]: Started User Manager for UID 120.
Feb 08 20:06:33 localhost systemd[711]: Starting Update XDG user dir configuration...
Feb 08 20:06:33 localhost systemd[1]: Started Session 1 of User gdm.
Feb 08 20:06:33 localhost systemd[711]: Finished Update XDG user dir configuration.
Feb 08 20:06:33 localhost systemd[711]: Reached target Main User Target.
Feb 08 20:06:33 localhost systemd[711]: Startup finished in 123ms.
Feb 08 20:06:33 localhost systemd[711]: Created slice User Core Session Slice.
Feb 08 20:06:33 localhost systemd[711]: Starting D-Bus User Message Bus...
Feb 08 20:06:33 localhost dbus-broker-launch[728]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Feb 08 20:06:33 localhost dbus-broker-launch[728]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Feb 08 20:06:33 localhost systemd[711]: Started D-Bus User Message Bus.
Feb 08 20:06:33 localhost dbus-broker-launch[728]: Ready
Feb 08 20:06:33 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.2' (uid=120 pid=733 comm="/usr/lib/gnome-session-binary --autostart /usr/sha")
Feb 08 20:06:33 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 08 20:06:33 localhost gnome-session[733]: gnome-session-binary[733]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Feb 08 20:06:33 localhost gnome-session-binary[733]: WARNING: Could not check if unit gnome-session-wayland@gnome-login.target is active: Error calling StartServiceByName for org.freedesktop.systemd1: Process org.freedesktop.systemd1 exited with status 1
Feb 08 20:06:34 localhost gnome-shell[745]: Running GNOME Shell (using mutter 47.5) as a Wayland display server
Feb 08 20:06:34 localhost systemd[1]: Starting RealtimeKit Scheduling Policy Service...
Feb 08 20:06:34 localhost rtkit-daemon[764]: Successfully called chroot.
Feb 08 20:06:34 localhost rtkit-daemon[764]: Successfully dropped privileges.
Feb 08 20:06:34 localhost systemd[1]: Started RealtimeKit Scheduling Policy Service.
Feb 08 20:06:34 localhost rtkit-daemon[764]: Successfully limited resources.
Feb 08 20:06:34 localhost rtkit-daemon[764]: Running.
Feb 08 20:06:34 localhost rtkit-daemon[764]: Watchdog thread running.
Feb 08 20:06:34 localhost rtkit-daemon[764]: Canary thread running.
Feb 08 20:06:34 localhost rtkit-daemon[764]: Supervising 0 threads of 0 processes of 0 users.
Feb 08 20:06:34 localhost rtkit-daemon[764]: Successfully made thread 763 of process 745 owned by '120' high priority at nice level -15.
Feb 08 20:06:34 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:34 localhost gnome-shell[745]: Thread 'KMS thread' will be using high priority scheduling
Feb 08 20:06:34 localhost gnome-shell[745]: Device '/dev/dri/card0' prefers shadow buffer
Feb 08 20:06:34 localhost gnome-shell[745]: Added device '/dev/dri/card0' (nvidia-drm) using atomic mode setting.
Feb 08 20:06:34 localhost gnome-shell[745]: Device '/dev/dri/card1' prefers shadow buffer
Feb 08 20:06:34 localhost gnome-shell[745]: Added device '/dev/dri/card1' (i915) using atomic mode setting.
Feb 08 20:06:34 localhost gnome-shell[745]: Created gbm renderer for '/dev/dri/card0'
Feb 08 20:06:34 localhost gnome-shell[745]: Created gbm renderer for '/dev/dri/card1'
Feb 08 20:06:34 localhost gnome-shell[745]: Boot VGA GPU /dev/dri/card0 selected as primary
Feb 08 20:06:34 localhost gnome-shell[745]: Obtained a high priority EGL context
Feb 08 20:06:34 localhost gnome-shell[745]: Failed to create view for GIGA-BYTE TECHNOLOGY CO., LTD. 29" on DP-1: Failed to allocate onscreen framebuffer for /dev/dri/card1: Failed to allocate surface: Function not implemented
Feb 08 20:06:34 localhost gnome-shell[745]: Failed to create view for GIGA-BYTE TECHNOLOGY CO., LTD. 29" on DP-1: Failed to allocate onscreen framebuffer for /dev/dri/card1: Failed to allocate surface: Function not implemented
Feb 08 20:06:34 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.a11y.Bus' requested by ':1.4' (uid=120 pid=745 comm="/usr/bin/gnome-shell")
Feb 08 20:06:34 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Successfully activated service 'org.a11y.Bus'
Feb 08 20:06:34 localhost gnome-shell[745]: Using public X11 display :1024, (using :1025 for managed services)
Feb 08 20:06:34 localhost gnome-shell[745]: Using Wayland display name 'wayland-0'
Feb 08 20:06:34 localhost /usr/lib/gdm-wayland-session[799]: dbus-daemon[799]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=120 pid=745 comm="/usr/bin/gnome-shell")
Feb 08 20:06:34 localhost systemd[1]: Starting Manage, Install and Generate Color Profiles...
Feb 08 20:06:34 localhost /usr/lib/gdm-wayland-session[799]: dbus-daemon[799]: Successfully activated service 'org.a11y.atspi.Registry'
Feb 08 20:06:34 localhost /usr/lib/gdm-wayland-session[802]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Feb 08 20:06:34 localhost systemd[1]: Started Manage, Install and Generate Color Profiles.
Feb 08 20:06:34 localhost dbus-broker-launch[617]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Feb 08 20:06:34 localhost gnome-shell[745]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Feb 08 20:06:34 localhost gnome-shell[745]: Will monitor session 1
Feb 08 20:06:34 localhost systemd[1]: Starting Locale Service...
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.gnome.Shell.Screencast' requested by ':1.3' (uid=120 pid=745 comm="/usr/bin/gnome-shell")
Feb 08 20:06:35 localhost systemd[1]: Started Locale Service.
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.freedesktop.impl.portal.PermissionStore' requested by ':1.3' (uid=120 pid=745 comm="/usr/bin/gnome-shell")
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.PermissionStore'
Feb 08 20:06:35 localhost systemd[1]: Starting Network Manager Wait Online...
Feb 08 20:06:35 localhost systemd[1]: Starting PackageKit Daemon...
Feb 08 20:06:35 localhost systemd[1]: Starting Daemon for power management...
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.gnome.Shell.Notifications' requested by ':1.3' (uid=120 pid=745 comm="/usr/bin/gnome-shell")
Feb 08 20:06:35 localhost gnome-shell[745]: Extension system-monitor@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/system-monitor@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension light-style@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/light-style@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension status-icons@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/status-icons@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/status-icons@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension apps-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension drive-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/drive-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension native-window-placement@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/native-window-placement@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension places-menu@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/places-menu@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/screenshot-window-sizer@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension user-theme@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/user-theme@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension window-list@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/window-list@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension windowsNavigator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/windowsNavigator@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost gnome-shell[745]: Extension workspace-indicator@gnome-shell-extensions.gcampax.github.com already installed in /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/workspace-indicator@gnome-shell-extensions.gcampax.github.com will not be loaded
Feb 08 20:06:35 localhost org.gnome.Shell.desktop[745]: Window manager warning: Failed to parse saved session file: Failed to open file “/var/lib/gdm/.config/mutter/sessions/101e62feaa350c4b35173904159392717900000007330000.ms”: No such file or directory
Feb 08 20:06:35 localhost PackageKit[847]: daemon start
Feb 08 20:06:35 localhost gnome-shell[745]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Feb 08 20:06:35 localhost kernel: rfkill: input handler disabled
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.12' (uid=120 pid=865 comm="/usr/lib/gsd-sharing")
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Successfully activated service 'org.gnome.Shell.Notifications'
Feb 08 20:06:35 localhost gsd-sharing[865]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Feb 08 20:06:35 localhost gsd-sharing[865]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Feb 08 20:06:35 localhost systemd[1]: Started PackageKit Daemon.
Feb 08 20:06:35 localhost polkitd[685]: Registered Authentication Agent for unix-session:1 (system bus name :1.17 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
Feb 08 20:06:35 localhost gnome-shell[745]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Feb 08 20:06:35 localhost NetworkManager[619]: <info>  [1739041595.1402] agent-manager: agent[f156741f0daa75dc,:1.17/org.gnome.Shell.NetworkAgent/120]: agent registered
Feb 08 20:06:35 localhost systemd[1]: Started Daemon for power management.
Feb 08 20:06:35 localhost systemd[711]: Started PipeWire Multimedia Service.
Feb 08 20:06:35 localhost systemd[711]: Started Multimedia Service Session Manager.
Feb 08 20:06:35 localhost systemd[711]: Started PipeWire PulseAudio.
Feb 08 20:06:35 localhost systemd[1]: Starting Location Lookup Service...
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 1 threads of 1 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Successfully made thread 1037 of process 1037 owned by '120' high priority at nice level -11.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 2 threads of 2 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Successfully made thread 1036 of process 1036 owned by '120' high priority at nice level -11.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 3 threads of 3 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Successfully made thread 1046 of process 1046 owned by '120' high priority at nice level -11.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 4 threads of 4 processes of 1 users.
Feb 08 20:06:35 localhost wireplumber[1037]: wp-internal-comp-loader: Loading profile 'main'
Feb 08 20:06:35 localhost rtkit-daemon[764]: Successfully made thread 1059 of process 1036 owned by '120' RT at priority 20.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 5 threads of 4 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Successfully made thread 1060 of process 1046 owned by '120' RT at priority 20.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 6 threads of 4 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Successfully made thread 1072 of process 1037 owned by '120' RT at priority 20.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 7 threads of 4 processes of 1 users.
Feb 08 20:06:35 localhost systemd[1]: Starting WPA supplicant...
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Successfully activated service 'org.gnome.Shell.Screencast'
Feb 08 20:06:35 localhost systemd[1]: Started WPA supplicant.
Feb 08 20:06:35 localhost wpa_supplicant[1075]: Successfully initialized wpa_supplicant
Feb 08 20:06:35 localhost geoclue[1047]: Failed to connect to avahi service: Daemon not running
Feb 08 20:06:35 localhost systemd[1]: Started Location Lookup Service.
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.gnome.ScreenSaver' requested by ':1.23' (uid=120 pid=917 comm="/usr/lib/gsd-power")
Feb 08 20:06:35 localhost gnome-session-binary[733]: Entering running state
Feb 08 20:06:35 localhost gsd-media-keys[892]: Failed to grab accelerator for keybinding settings:playback-repeat
Feb 08 20:06:35 localhost gsd-media-keys[892]: Failed to grab accelerator for keybinding settings:hibernate
Feb 08 20:06:35 localhost xbrlapi.desktop[1087]: openConnection: connect: No such file or directory
Feb 08 20:06:35 localhost xbrlapi.desktop[1087]: cannot connect to braille devices daemon brltty at :0
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Successfully activated service 'org.gnome.ScreenSaver'
Feb 08 20:06:35 localhost gnome-shell[745]: Failed to launch ibus-daemon: Failed to execute child process “ibus-daemon” (No such file or directory)
Feb 08 20:06:35 localhost org.gnome.Shell.desktop[1110]: The XKEYBOARD keymap compiler (xkbcomp) reports:
Feb 08 20:06:35 localhost org.gnome.Shell.desktop[1110]: > Warning:          Unsupported maximum keycode 708, clipping.
Feb 08 20:06:35 localhost org.gnome.Shell.desktop[1110]: >                   X11 cannot support keycodes above 255.
Feb 08 20:06:35 localhost org.gnome.Shell.desktop[1110]: > Warning:          Could not resolve keysym XF86KbdInputAssistPrevgrou
Feb 08 20:06:35 localhost org.gnome.Shell.desktop[1110]: > Warning:          Could not resolve keysym XF86KbdInputAssistNextgrou
Feb 08 20:06:35 localhost org.gnome.Shell.desktop[1110]: Errors from xkbcomp are not fatal to the X server
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.freedesktop.portal.Desktop' requested by ':1.33' (uid=120 pid=1107 comm="/usr/lib/mutter-x11-frames")
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.freedesktop.portal.Documents' requested by ':1.34' (uid=120 pid=1117 comm="/usr/lib/xdg-desktop-portal")
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Successfully activated service 'org.freedesktop.portal.Documents'
Feb 08 20:06:35 localhost wireplumber[1037]: spa.bluez5: BlueZ system service is not available
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.freedesktop.impl.portal.desktop.gnome' requested by ':1.34' (uid=120 pid=1117 comm="/usr/lib/xdg-desktop-portal")
Feb 08 20:06:35 localhost wireplumber[1037]: wp-device: SPA handle 'api.libcamera.enum.manager' could not be loaded; is it installed?
Feb 08 20:06:35 localhost wireplumber[1037]: s-monitors-libcamera: PipeWire's libcamera SPA plugin is missing or broken. Some camera types may not be supported.
Feb 08 20:06:35 localhost gsd-media-keys[892]: Unable to get default sink
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gnome'
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 7 threads of 4 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 7 threads of 4 processes of 1 users.
Feb 08 20:06:35 localhost rtkit-daemon[764]: Supervising 7 threads of 4 processes of 1 users.
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.freedesktop.impl.portal.desktop.gtk' requested by ':1.34' (uid=120 pid=1117 comm="/usr/lib/xdg-desktop-portal")
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Successfully activated service 'org.freedesktop.impl.portal.desktop.gtk'
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.freedesktop.secrets' requested by ':1.34' (uid=120 pid=1117 comm="/usr/lib/xdg-desktop-portal")
Feb 08 20:06:35 localhost systemd[711]: Started GNOME Keyring daemon.
Feb 08 20:06:35 localhost gnome-keyring-daemon[1161]: GNOME_KEYRING_CONTROL=/run/user/120/keyring
Feb 08 20:06:35 localhost gnome-keyring-daemon[1161]: The Secret Service was already initialized
Feb 08 20:06:35 localhost gnome-keyring-d[1161]: The Secret Service was already initialized
Feb 08 20:06:35 localhost gnome-keyring-daemon[1160]: discover_other_daemon: 1
Feb 08 20:06:35 localhost /usr/lib/gdm-wayland-session[1160]: GNOME_KEYRING_CONTROL=/run/user/120/keyring
Feb 08 20:06:36 localhost kernel: r8169 0000:04:00.0 enp4s0: Link is Up - 1Gbps/Full - flow control off
Feb 08 20:06:36 localhost NetworkManager[619]: <info>  [1739041596.3338] device (enp4s0): carrier: link connected
Feb 08 20:06:36 localhost NetworkManager[619]: <info>  [1739041596.3340] device (enp4s0): state change: unavailable -> disconnected (reason 'carrier-changed', managed-type: 'full')
Feb 08 20:06:36 localhost NetworkManager[619]: <info>  [1739041596.3343] policy: auto-activating connection 'Wired connection 2' (ac409852-e923-4e79-92f5-72edd0d75cd0)
Feb 08 20:06:36 localhost NetworkManager[619]: <info>  [1739041596.3344] device (enp4s0): Activation: starting connection 'Wired connection 2' (ac409852-e923-4e79-92f5-72edd0d75cd0)
Feb 08 20:06:36 localhost NetworkManager[619]: <info>  [1739041596.3345] device (enp4s0): state change: disconnected -> prepare (reason 'none', managed-type: 'full')
Feb 08 20:06:36 localhost NetworkManager[619]: <info>  [1739041596.3346] manager: NetworkManager state is now CONNECTING
Feb 08 20:06:36 localhost NetworkManager[619]: <info>  [1739041596.3346] device (enp4s0): state change: prepare -> config (reason 'none', managed-type: 'full')
Feb 08 20:06:36 localhost NetworkManager[619]: <info>  [1739041596.3349] device (enp4s0): state change: config -> ip-config (reason 'none', managed-type: 'full')
Feb 08 20:06:36 localhost NetworkManager[619]: <info>  [1739041596.3351] dhcp4 (enp4s0): activation: beginning transaction (timeout in 45 seconds)
Feb 08 20:06:38 localhost dbus-broker-launch[617]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Feb 08 20:06:43 localhost systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.5775] dhcp4 (enp4s0): state changed new lease, address=192.168.1.21, acd pending
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.7558] dhcp4 (enp4s0): state changed new lease, address=192.168.1.21
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.7567] policy: set 'Wired connection 2' (enp4s0) as default for IPv4 routing and DNS
Feb 08 20:06:45 localhost /usr/lib/gdm-wayland-session[1160]: discover_other_daemon: 1
Feb 08 20:06:45 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activating service name='org.freedesktop.systemd1' requested by ':1.12' (uid=120 pid=865 comm="/usr/lib/gsd-sharing")
Feb 08 20:06:45 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Activated service 'org.freedesktop.systemd1' failed: Process org.freedesktop.systemd1 exited with status 1
Feb 08 20:06:45 localhost gsd-sharing[865]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Feb 08 20:06:45 localhost gsd-sharing[865]: Failed to StopUnit service: GDBus.Error:org.freedesktop.DBus.Error.Spawn.ChildExited: Process org.freedesktop.systemd1 exited with status 1
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.7878] device (enp4s0): state change: ip-config -> ip-check (reason 'none', managed-type: 'full')
Feb 08 20:06:45 localhost systemd[1]: Starting Network Manager Script Dispatcher Service...
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.8002] policy: set-hostname: set hostname to 'pc-28.home' (from address lookup)
Feb 08 20:06:45 localhost systemd[1]: Started Network Manager Script Dispatcher Service.
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.8158] device (enp4s0): state change: ip-check -> secondaries (reason 'none', managed-type: 'full')
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.8159] device (enp4s0): state change: secondaries -> activated (reason 'none', managed-type: 'full')
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.8160] manager: NetworkManager state is now CONNECTED_SITE
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.8161] policy: set-hostname: set hostname to 'pc-28.home' (from address lookup)
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.8161] device (enp4s0): Activation: successful, device activated.
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.8164] manager: startup complete
Feb 08 20:06:45 localhost systemd[1]: Finished Network Manager Wait Online.
Feb 08 20:06:45 localhost systemd[1]: Reached target Network is Online.
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.8624] manager: NetworkManager state is now CONNECTED_GLOBAL
Feb 08 20:06:45 localhost NetworkManager[619]: <info>  [1739041605.8626] policy: set-hostname: set hostname to 'pc-28.home' (from address lookup)
Feb 08 20:06:51 localhost kernel: rfkill: input handler enabled
Feb 08 20:06:51 localhost systemd[1]: Started Getty on tty2.
Feb 08 20:06:51 localhost gsd-media-keys[892]: Unable to get default source
Feb 08 20:06:51 localhost gsd-media-keys[892]: Unable to get default sink
Feb 08 20:06:55 localhost systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Feb 08 20:06:58 localhost login[1223]: pam_unix(login:session): session opened for user xxx(uid=1000) by xxx(uid=0)
Feb 08 20:06:58 localhost systemd-logind[620]: New session 3 of user xxx.
Feb 08 20:06:58 localhost systemd[1]: Created slice User Slice of UID 1000.
Feb 08 20:06:58 localhost systemd[1]: Starting User Runtime Directory /run/user/1000...
Feb 08 20:06:58 localhost systemd[1]: Finished User Runtime Directory /run/user/1000.
Feb 08 20:06:58 localhost systemd[1]: Starting User Manager for UID 1000...
Feb 08 20:06:58 localhost (systemd)[1235]: pam_warn(systemd-user:setcred): function=[pam_sm_setcred] flags=0x8002 service=[systemd-user] terminal=[] user=[xxx] ruser=[<unknown>] rhost=[<unknown>]
Feb 08 20:06:58 localhost (systemd)[1235]: pam_unix(systemd-user:session): session opened for user xxx(uid=1000) by xxx(uid=0)
Feb 08 20:06:58 localhost systemd-logind[620]: New session 4 of user xxx.
Feb 08 20:06:58 localhost systemd[1235]: Queued start job for default target Main User Target.
Feb 08 20:06:58 localhost systemd[1235]: Created slice User Application Slice.
Feb 08 20:06:58 localhost systemd[1235]: Reached target Paths.
Feb 08 20:06:58 localhost systemd[1235]: Reached target Timers.
Feb 08 20:06:58 localhost systemd[1235]: Starting D-Bus User Message Bus Socket...
Feb 08 20:06:58 localhost systemd[1235]: Listening on GnuPG network certificate management daemon.
Feb 08 20:06:58 localhost systemd[1235]: Starting GCR ssh-agent wrapper...
Feb 08 20:06:58 localhost systemd[1235]: Listening on GNOME Keyring daemon.
Feb 08 20:06:58 localhost systemd[1235]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Feb 08 20:06:58 localhost systemd[1235]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Feb 08 20:06:58 localhost systemd[1235]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Feb 08 20:06:58 localhost systemd[1235]: Listening on GnuPG cryptographic agent and passphrase cache.
Feb 08 20:06:58 localhost systemd[1235]: Listening on GnuPG public key management service.
Feb 08 20:06:58 localhost systemd[1235]: Listening on p11-kit server.
Feb 08 20:06:58 localhost systemd[1235]: Listening on PipeWire PulseAudio.
Feb 08 20:06:58 localhost systemd[1235]: Listening on PipeWire Multimedia System Sockets.
Feb 08 20:06:58 localhost systemd[1235]: Listening on D-Bus User Message Bus Socket.
Feb 08 20:06:58 localhost systemd[1235]: Listening on GCR ssh-agent wrapper.
Feb 08 20:06:58 localhost systemd[1235]: Reached target Sockets.
Feb 08 20:06:58 localhost systemd[1235]: Reached target Basic System.
Feb 08 20:06:58 localhost systemd[1]: Started User Manager for UID 1000.
Feb 08 20:06:58 localhost systemd[1235]: Starting Update XDG user dir configuration...
Feb 08 20:06:58 localhost systemd[1]: Started Session 3 of User xxx.
Feb 08 20:06:58 localhost login[1223]: LOGIN ON tty2 BY xxx
Feb 08 20:06:58 localhost systemd[1235]: Finished Update XDG user dir configuration.
Feb 08 20:06:58 localhost systemd[1235]: Reached target Main User Target.
Feb 08 20:06:58 localhost systemd[1235]: Startup finished in 108ms.
Feb 08 20:07:00 localhost mutter-x11-fram[1107]: Using GtkSettings:gtk-application-prefer-dark-theme with libadwaita is unsupported. Please use AdwStyleManager:color-scheme instead.
Feb 08 20:07:00 localhost xdg-desktop-por[1117]: Failed to create secret proxy: Error calling StartServiceByName for org.freedesktop.secrets: Timeout was reached
Feb 08 20:07:00 localhost xdg-desktop-por[1117]: No skeleton to export
Feb 08 20:07:00 localhost /usr/lib/gdm-wayland-session[732]: dbus-daemon[732]: [session uid=120 pid=732 pidfd=5] Successfully activated service 'org.freedesktop.portal.Desktop'
Feb 08 20:07:02 localhost systemd-timesyncd[417]: Contacted time server 212.99.225.86:123 (2.arch.pool.ntp.org).
Feb 08 20:07:02 localhost systemd-timesyncd[417]: Initial clock synchronization to Sat 2025-02-08 20:07:02.635939 CET.
Feb 08 20:07:05 localhost systemd[1]: systemd-localed.service: Deactivated successfully.
Feb 08 20:07:15 localhost systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Feb 08 20:07:20 localhost sudo[1465]: xxx : TTY=tty2 ; PWD=/home/xxx ; USER=root ; COMMAND=/usr/bin/journalctl -b
Feb 08 20:07:20 localhost sudo[1465]: pam_unix(sudo:session): session opened for user root(uid=0) by xxx(uid=1000)
xerxes_ wrote:

Don't update by 'pacman -Syyu', it is not needed, you overloading update servers and you may end with partial update, which is not supported here. Single y, like 'pacman -Syu' in normally enough.

Microcode is needed for CPU to work correctly, especially newer CPU's require it. You may check if it is installed by command: 'pacman -Qs microcode'.

Here you go:

~ pacman -Qs microcode
local/intel-ucode 20241112-1
    Microcode update files for Intel CPUs

Offline

#7 2025-02-08 22:31:17

loqs
Member
Registered: 2014-03-06
Posts: 18,444

Re: [SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

....
Feb 08 20:06:31 localhost kernel: microcode: Current revision: 0x00000037
Feb 08 20:06:31 localhost kernel: microcode: Updated early from: 0x00000015
....
Feb 08 20:06:33 localhost kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Feb 08 20:06:33 localhost kernel: nvidia 0000:01:00.0: vgaarb: deactivate vga console
Feb 08 20:06:33 localhost kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
....

ucode is updated. Do you get the same nvidia messages under 6.12.9-arch1-1?

Offline

#8 2025-02-08 22:45:27

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

loqs wrote:
....
Feb 08 20:06:31 localhost kernel: microcode: Current revision: 0x00000037
Feb 08 20:06:31 localhost kernel: microcode: Updated early from: 0x00000015
....
Feb 08 20:06:33 localhost kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Feb 08 20:06:33 localhost kernel: nvidia 0000:01:00.0: vgaarb: deactivate vga console
Feb 08 20:06:33 localhost kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
....

ucode is updated. Do you get the same nvidia messages under 6.12.9-arch1-1?

I've just upgraded to 6.12.10-arch1-1 and it works fine as well.

I can see these messages in both 6.12.9-arch1-1 and 6.12.10-arch1-1:

Feb 08 20:09:31 localhost kernel: microcode: Current revision: 0x00000037
Feb 08 20:09:31 localhost kernel: microcode: Updated early from: 0x00000015

But not the nvidia messages. The only nvidia related message is this:

Feb 08 14:16:11 localhost systemd-modules-load[379]: Failed to find module 'nvidia-uvm'

Offline

#9 2025-05-16 02:18:06

dusty_kernel
Member
Registered: 2025-05-16
Posts: 1

Re: [SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

Had a very similar issue. Figured the fault was related to the

nvidia-container-toolkit

package and uninstalled it, after disabling docker in systemd as well. Without that any Gnome app would not open (Console, Settings, et al). Did not downgrade anything at all. Hope this helps.

Last edited by dusty_kernel (2025-05-16 02:18:55)

Offline

#10 2025-05-18 20:46:11

bettyblue
Member
Registered: 2025-02-08
Posts: 14

Re: [SOLVED] Linux kernel 6.13.1-arch2-1 gives a black screen

For me, the problem disappeared by itself at some point between Linux kernel 6.13.3 and 6.14. They must have changed/fixed something in the kernel.

Offline

Board footer

Powered by FluxBB