System does not boot after interrupted update

Hello everyone, laptop battery died during the process of system update

I tried all steps from here but it did not help. Then, I realised it was done for bios/legacy system but I have EFI. So here what I did in this exact order:

lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0         7:0    0 148.8M  1 loop 
loop1         7:1    0     1G  1 loop 
loop2         7:2    0   1.4G  1 loop 
loop3         7:3    0 834.6M  1 loop 
sda           8:0    1  15.1G  0 disk 
|-sda1        8:1    1   3.6G  0 part 
`-sda2        8:2    1     4M  0 part 
nvme0n1     259:0    0 238.5G  0 disk 
|-nvme0n1p1 259:1    0   300M  0 part /boot/efi
|-nvme0n1p2 259:2    0 229.4G  0 part /
`-nvme0n1p3 259:3    0   8.8G  0 part 
manjaro-chroot -a
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
==> Mounting (Manjaro) [/dev/nvme0n1p2]
 --> mount: [/mnt]
 --> mount: [/mnt/boot/efi]
[ -f /var/lib/pacman/db.lck ] && rm -f /var/lib/pacman/db.lck

Does not produce any output but, I suppose this is a lock file, so it does not exist after this command was run

pacman-mirrors -f 10 && pacman -Syyu
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
  1.624 Canada         : https://muug.ca/mirror/manjaro/
  0.356 United_Kingdom : https://mirror.vinehost.net/manjaro/
  ..... Taiwan         : http://free.nchc.org.tw/manjaro/
  ..... South_Africa   : http://mirror.is.co.za/mirrors/manjaro.org/
  1.239 United_States  : https://mnvoip.mm.fcix.net/manjaro/
  1.295 Canada         : https://mirror.xenyth.net/manjaro/
  1.320 United_States  : https://mirrors.gigenet.com/manjaro/
  2.541 China          : https://mirror.nju.edu.cn/manjaro/
  0.703 United_Kingdom : https://www.mirrorservice.org/sites/repo.manjaro.org/re
  0.203 Germany        : https://mirror.23m.com/manjaro/
::INFO Writing mirror list
::Germany         : https://mirror.23m.com/manjaro/stable
::United_Kingdom  : https://mirror.vinehost.net/manjaro/stable
::United_Kingdom  : https://www.mirrorservice.org/sites/repo.manjaro.org/repos/sta
::United_States   : https://mnvoip.mm.fcix.net/manjaro/stable
::Canada          : https://mirror.xenyth.net/manjaro/stable
::United_States   : https://mirrors.gigenet.com/manjaro/stable
::Canada          : https://muug.ca/mirror/manjaro/stable
::China           : https://mirror.nju.edu.cn/manjaro/stable
::South_Africa    : http://mirror.is.co.za/mirrors/manjaro.org/stable
::Taiwan          : http://free.nchc.org.tw/manjaro/stable
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
:: Synchronizing package databases...
 core                  138.5 KiB   707 KiB/s 00:00 [######################] 100%
 extra                   8.1 MiB  6.74 MiB/s 00:01 [######################] 100%
 multilib              143.0 KiB   681 KiB/s 00:00 [######################] 100%
:: Starting full system upgrade...
 there is nothing to do

Looks like update was finished successfully before outage had happened :thinking:

So grub command in EFI case:

grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=manjaro --recheck 
my grub output
Installing for x86_64-efi platform.
Installation finished. No error reported.

then

mkinitcpio -P
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64.img
==> Starting build: '6.11.10-2-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
Fontconfig error: "/etc/fonts/conf.d/46-noto-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/46-noto-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/46-noto-serif.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-serif.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-mono.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-sans.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-serif.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-mono.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-sans.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-serif.conf", line 1: no element found
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64-fallback.img -S autodetect
==> Starting build: '6.11.10-2-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
Fontconfig error: "/etc/fonts/conf.d/46-noto-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/46-noto-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/46-noto-serif.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-serif.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-mono.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-sans.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-serif.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-mono.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-sans.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-serif.conf", line 1: no element found
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful

update-grub
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.11-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.11-x86_64.img
Found initrd fallback image: /boot/initramfs-6.11-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
ERROR: mkdir /var/lock/dmraid
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.

I suppose this error can be ignored completely, since it is a Manjaro USB stick:

Exiting chroot and rebooting does not help. There are no errors when trying to boot from a SSD, display is just remaining to be black. No errors or anything else and system does not shutdown, just stays in this state.

Kernel looks to be installed correctly as well

mhwd-kernel -li
Currently running: 6.10.13-3-MANJARO (linux610)
The following kernels are installed in your system:
   * linux611

That kernel is EOL, and will be removed in the future. I recommend you switch to version 6.6, the latest LTS.

It might also solve your issue.

Not sure why it is like this :thinking: Running this command while still being chrooted

mhwd-kernel -i linux66
:: Synchronizing package databases...
 core is up to date
 extra is up to date
 multilib is up to date
error: no targets specified (use -h for help)
mhwd-kernel -l
available kernels:
   * linux419
   * linux510
   * linux515
   * linux54
   * linux61
   * linux611
   * linux612
   * linux613
   * linux66
   * linux61-rt
   * linux611-rt
   * linux66-rt

nvm, installed it like this:

pacman -S linux66
resolving dependencies...
looking for conflicting packages...

Packages (1) linux66-6.6.63-1

Total Download Size:   129.92 MiB
Total Installed Size:  134.86 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 linux66-6.6.63-1...   129.9 MiB  34.3 MiB/s 00:04 [######################] 100%
(1/1) checking keys in keyring                     [######################] 100%
(1/1) checking package integrity                   [######################] 100%
(1/1) loading package files                        [######################] 100%
(1/1) checking for file conflicts                  [######################] 100%
(1/1) checking available disk space                [######################] 100%
:: Processing package changes...
(1/1) installing linux66                           [######################] 100%
Optional dependencies for linux66
    wireless-regdb: to set the correct wireless channels of your country
    [installed]
ldconfig: File /usr/lib32/libnss_systemd.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libudev.so.1.7.9 is empty, not checked.
ldconfig: File /usr/lib32/libxatracker.so.2.5.0 is empty, not checked.
ldconfig: File /usr/lib32/libgallium-24.2.8-arch1.1.so is empty, not checked.
ldconfig: File /usr/lib32/libvulkan_radeon.so is empty, not checked.
ldconfig: File /usr/lib32/libxatracker.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libgbm.so.1 is empty, not checked.
ldconfig: File /usr/lib32/libEGL_mesa.so is empty, not checked.
ldconfig: File /usr/lib32/libglapi.so is empty, not checked.
ldconfig: File /usr/lib32/libgbm.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libOSMesa.so is empty, not checked.
ldconfig: File /usr/lib32/libgbm.so is empty, not checked.
ldconfig: File /usr/lib32/libOSMesa.so.8 is empty, not checked.
ldconfig: File /usr/lib32/libGLX_mesa.so is empty, not checked.
ldconfig: File /usr/lib32/libvulkan_nouveau.so is empty, not checked.
ldconfig: File /usr/lib32/libsystemd.so is empty, not checked.
ldconfig: File /usr/lib32/libGLX_mesa.so.0 is empty, not checked.
ldconfig: File /usr/lib32/libnss_mymachines.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libudev.so is empty, not checked.
ldconfig: File /usr/lib32/libvulkan_intel.so is empty, not checked.
ldconfig: File /usr/lib32/libsystemd.so.0.39.0 is empty, not checked.
ldconfig: File /usr/lib32/libnss_resolve.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libglapi.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libnss_myhostname.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libvulkan_intel_hasvk.so is empty, not checked.
ldconfig: File /usr/lib32/libudev.so.1 is empty, not checked.
ldconfig: File /usr/lib32/libsystemd.so.0 is empty, not checked.
ldconfig: File /usr/lib32/libEGL_mesa.so.0 is empty, not checked.
ldconfig: File /usr/lib32/libGLX_indirect.so.0 is empty, not checked.
ldconfig: File /usr/lib32/libxatracker.so is empty, not checked.
ldconfig: File /usr/lib32/libOSMesa.so.8.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libGLX_mesa.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libEGL_mesa.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libglapi.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgsttranscoder-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6 is empty, not checked.
ldconfig: file /usr/lib/libgallium-24.2.8-arch1.1.so is truncated

ldconfig: File /usr/lib/libQt6WaylandClient.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libetonyek-0.1.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlNetwork.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so is empty, not checked.
ldconfig: File /usr/lib/libvulkan_radeon.so is empty, not checked.
ldconfig: File /usr/lib/libbpf.so.1 is empty, not checked.
ldconfig: File /usr/lib/libstilview.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorPresentationTime.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libpkgconf.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so is empty, not checked.
ldconfig: File /usr/lib/libwireplumber-0.5.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgsttranscoder-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlMeta.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtcnice-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorWLShell.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libopenal.so.1.24.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstva-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libgstva-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libbpf.so.1.5.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstwayland-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so is empty, not checked.
ldconfig: File /usr/lib/libpkgconf.so.5.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorIviapplication.so is empty, not checked.
ldconfig: File /usr/lib/libsynctex.so.2 is empty, not checked.
ldconfig: File /usr/lib/libstilview.so.0.0.6 is empty, not checked.
ldconfig: File /usr/lib/libcdr-0.1.so.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorXdgShell.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsPlatform.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstvulkan-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtcnice-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so is empty, not checked.
ldconfig: File /usr/lib/libgsturidownloader-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtc-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libsidplayfp.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorPresentationTime.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtc-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgsturidownloader-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorPresentationTime.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so is empty, not checked.
ldconfig: File /usr/lib/libgstwayland-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libgsturidownloader-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorIviapplication.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libvulkan_nouveau.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6 is empty, not checked.
ldconfig: File /usr/lib/libltdl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorIviapplication.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so is empty, not checked.
ldconfig: File /usr/lib/libgstsctp-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlNetwork.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libgstvulkan-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libsynctex.so.2.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libvulkan_intel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsPlatform.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so is empty, not checked.
ldconfig: File /usr/lib/libcdr-0.1.so.1.0.8 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlMeta.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libvulkan_intel_hasvk.so is empty, not checked.
ldconfig: File /usr/lib/libltdl.so.7.3.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libsynctex.so is empty, not checked.
ldconfig: File /usr/lib/libbpf.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorXdgShell.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libopenal.so.1 is empty, not checked.
ldconfig: File /usr/lib/libpkgconf.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgstvulkan-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorWLShell.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so is empty, not checked.
ldconfig: File /usr/lib/libsidplayfp.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorWLShell.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6 is empty, not checked.
ldconfig: File /usr/lib/libcdr-0.1.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlMeta.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6 is empty, not checked.
ldconfig: File /usr/lib/libwireplumber-0.5.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorXdgShell.so is empty, not checked.
ldconfig: File /usr/lib/libgstsctp-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libwireplumber-0.5.so.0.507.0 is empty, not checked.
ldconfig: File /usr/lib/libetonyek-0.1.so.1.0.12 is empty, not checked.
ldconfig: File /usr/lib/libetonyek-0.1.so.1 is empty, not checked.
ldconfig: File /usr/lib/libltdl.so.7 is empty, not checked.
ldconfig: File /usr/lib/libopenal.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtcnice-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgstwayland-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlNetwork.so is empty, not checked.
ldconfig: File /usr/lib/libgstva-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so is empty, not checked.
ldconfig: File /usr/lib/libstilview.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstsctp-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtc-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so is empty, not checked.
ldconfig: File /usr/lib/libsidplayfp.so.6.5.37 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsPlatform.so.6 is empty, not checked.
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Updating module dependencies...
(3/4) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
==> Starting build: '6.6.63-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
Fontconfig error: "/etc/fonts/conf.d/46-noto-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/46-noto-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/46-noto-serif.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-serif.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-mono.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-sans.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-serif.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-mono.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-sans.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-serif.conf", line 1: no element found
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
==> Starting build: '6.6.63-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
Fontconfig error: "/etc/fonts/conf.d/46-noto-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/46-noto-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/46-noto-serif.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-mono.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-sans.conf", line 1: no element found
Fontconfig error: "/etc/fonts/conf.d/66-noto-serif.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-mono.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-sans.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/46-noto-serif.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-mono.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-sans.conf", line 1: no element found
Fontconfig error: "/usr/share/fontconfig/conf.avail/66-noto-serif.conf", line 1: no element found
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
(4/4) Updating Grub-Bootmenu
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.11-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.11-x86_64.img
Found initrd fallback image: /boot/initramfs-6.11-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.6-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
ERROR: mkdir /var/lock/dmraid
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done

I cannot tell you why, but:
mhwd-kernel -i ...
will not work in chroot

You’d have to use pacman:
pacman -S linux
(as you did)

and then create the initrd and grub configuration:
mkinitcpio -P linux
update-grub

I looks like that, the last two steps, was done as part of the install process already.

1 Like

After that I exited chroot and rebooted. The issue persists

Probably because 6.11 kernel is still being used?

Tried to delete linux611 from chroot and it has linux-meta deps :cry:

mhwd-kernel -r linux611
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: removing linux611 breaks dependency 'linux611' required by linux-meta

But can you not choose and boot the kernel linux66 that you just installed - from the grub menu that should be shown briefly at boot?

I would not worry about not being able to delete one kernel - not right now.
Just don’t use it when you have another option.

grub menu did not appear at all

however, I do have two kernels installed:

mhwd-kernel -li
Currently running: 6.10.13-3-MANJARO (linux610)
The following kernels are installed in your system:
   * linux611
   * linux66

It may be set to be hidden (I don’t know whether that was done by you or whether it is default).
But you can make it show up by hitting ESC right after the BIOS/UEFI firmware flash …

1 Like

Indeed, ESC has opened the menu and I selected 6.6 kernel. However, issue is still to be there

There are no errors, only black screen

Could it be that there is “something going on on the background and I just need to wait”? e.g. GPU drivers compilation or smth else. Just that is not visible

I doubt it. Chroot again, and provide logs here:

journalctl --priority=warning..crit --no-pager --boot=-1

Where:

  • The --priority=warning..err argument limits the output to warnings and errors only;
  • and the --no-pager formats the output nicely for use here, on the forum;
  • the --boot=-1 argument limits the output to log messages from the previous boot. This can be adjusted to -2 for the boot before that, -3 to the boot before that, and so on and so forth.
journalctl --priority=warning..crit --no-pager --boot=-1
Sep 29 12:23:19 th-man-manjaro kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
Sep 29 12:23:19 th-man-manjaro kernel: x86/cpu: SGX disabled by BIOS.
Sep 29 12:23:19 th-man-manjaro kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
Sep 29 12:23:19 th-man-manjaro kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
Sep 29 12:23:19 th-man-manjaro kernel: ACPI Warning: GPE type mismatch (level/edge) (20230628/evxface-791)
Sep 29 12:23:19 th-man-manjaro kernel: hpet_acpi_add: no address or irqs in _CRS
Sep 29 12:23:19 th-man-manjaro kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
Sep 29 12:23:19 th-man-manjaro kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
Sep 29 12:23:19 th-man-manjaro kernel: sd 1:0:0:0: [sda] No Caching mode page found
Sep 29 12:23:19 th-man-manjaro kernel: sd 1:0:0:0: [sda] Assuming drive cache: write through
Sep 29 12:23:20 th-man-manjaro kernel: i801_smbus 0000:00:1f.4: Transaction timeout
Sep 29 12:23:20 th-man-manjaro kernel: i801_smbus 0000:00:1f.4: Failed terminating the transaction
Sep 29 12:23:20 th-man-manjaro kernel: i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
Sep 29 12:23:20 th-man-manjaro kernel: thermal thermal_zone6: failed to read out thermal zone (-61)
Sep 29 12:23:21 th-man-manjaro bluetoothd[599]: src/plugin.c:init_plugin() System does not support bap plugin
Sep 29 12:23:21 th-man-manjaro bluetoothd[599]: src/plugin.c:init_plugin() System does not support bass plugin
Sep 29 12:23:21 th-man-manjaro bluetoothd[599]: src/plugin.c:init_plugin() System does not support mcp plugin
Sep 29 12:23:21 th-man-manjaro bluetoothd[599]: src/plugin.c:init_plugin() System does not support vcp plugin
Sep 29 12:23:21 th-man-manjaro bluetoothd[599]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
Sep 29 12:23:21 th-man-manjaro bluetoothd[599]: src/plugin.c:init_plugin() System does not support micp plugin
Sep 29 12:23:21 th-man-manjaro bluetoothd[599]: src/plugin.c:init_plugin() System does not support ccp plugin
Sep 29 12:23:21 th-man-manjaro bluetoothd[599]: src/plugin.c:init_plugin() System does not support csip plugin
Sep 29 12:23:21 th-man-manjaro bluetoothd[599]: src/plugin.c:init_plugin() System does not support asha plugin
Sep 29 12:23:21 th-man-manjaro kernel: kauditd_printk_skb: 55 callbacks suppressed
Sep 29 12:23:25 th-man-manjaro lightdm[753]: gkr-pam: no password is available for user
Sep 29 12:23:25 th-man-manjaro dbus-broker-launch[594]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Sep 29 12:23:25 th-man-manjaro kernel: Ignoring NSS change in VHT Operating Mode Notification from 58:68:7a:9d:5a:b0 with invalid nss 3
Sep 29 12:23:25 th-man-manjaro systemd-xdg-autostart-generator[779]: Configuration file /home/th-man/.config/autostart/xfce-pbw.sh is marked executable. Please remove executable permission bits. Proceeding anyway.
Sep 29 12:23:26 th-man-manjaro dbus-broker-launch[790]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
Sep 29 12:23:26 th-man-manjaro dbus-broker-launch[790]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
Sep 29 12:23:26 th-man-manjaro dbus-broker-launch[790]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
Sep 29 12:23:26 th-man-manjaro dbus-broker-launch[790]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
Sep 29 12:23:26 th-man-manjaro dbus-broker-launch[790]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
Sep 29 12:23:26 th-man-manjaro dbus-broker-launch[790]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
Sep 29 12:23:26 th-man-manjaro lightdm[753]: gkr-pam: couldn't unlock the login keyring.
Sep 29 12:23:26 th-man-manjaro dbus-broker-launch[594]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Sep 29 12:23:27 th-man-manjaro wireplumber[874]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
Sep 29 12:23:27 th-man-manjaro xfconfd[839]: Error parsing xfconf config file "/home/th-man/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml": Błąd w 22. wierszu przy 11. znaku: Element „channel” został zamknięty, ale obecnie otwartym elementem jest „property”
Sep 29 12:23:27 th-man-manjaro tumblerd[964]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
Sep 29 12:24:57 th-man-manjaro kernel: warning: `ThreadPoolForeg' uses wireless extensions which will stop working for Wi-Fi 7 hardware; use nl80211
Sep 29 12:33:09 th-man-manjaro tumblerd[2389]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
Sep 29 12:33:19 th-man-manjaro kernel: Ignoring NSS change in VHT Operating Mode Notification from 58:68:7a:9d:5a:b0 with invalid nss 4
Sep 29 12:33:31 th-man-manjaro kernel: ....ready
Sep 29 12:33:31 th-man-manjaro kernel: sd 1:0:0:0: [sda] No Caching mode page found
Sep 29 12:33:31 th-man-manjaro kernel: sd 1:0:0:0: [sda] Assuming drive cache: write through
Sep 29 12:33:31 th-man-manjaro udisksd[1051]: Error probing device: Error sending ATA command IDENTIFY DEVICE to '/dev/sda': Unexpected sense data returned:
                                                0000: f0 00 01 00  00 00 00 0a  00 00 00 00  00 1d 00 00    ................
                                                0010: 00 00 00 00  00 00 00 00  00 00 00 00  00 00 00 00    ................
                                                 (g-io-error-quark, 0)
Sep 29 12:59:12 th-man-manjaro systemd-coredump[3692]: [LNK] Process 3563 (pamac-manager) of user 1000 dumped core.
                                                         
                                                         Stack trace of thread 3684:
                                                         #0  0x00007698656363f4 n/a (libc.so.6 + 0x963f4)
                                                         #1  0x00007698655dd120 raise (libc.so.6 + 0x3d120)
                                                         #2  0x00007698655c44c3 abort (libc.so.6 + 0x244c3)
                                                         #3  0x00007698655c5354 n/a (libc.so.6 + 0x25354)
                                                         #4  0x0000769865640765 n/a (libc.so.6 + 0xa0765)
                                                         #5  0x0000769865645164 malloc (libc.so.6 + 0xa5164)
                                                         #6  0x0000769863f7ab32 CRYPTO_malloc (libcrypto.so.3 + 0x17ab32)
                                                         #7  0x0000769863f221e7 ERR_set_debug (libcrypto.so.3 + 0x1221e7)
                                                         #8  0x000076986406ae38 n/a (libcrypto.so.3 + 0x26ae38)
                                                         #9  0x0000769863f427c3 EVP_CIPHER_fetch (libcrypto.so.3 + 0x1427c3)
                                                         #10 0x000076986371b17e n/a (libssl.so.3 + 0x3017e)
                                                         #11 0x0000769863717369 SSL_CTX_new_ex (libssl.so.3 + 0x2c369)
                                                         #12 0x0000769863cffb2f n/a (libcurl.so.4 + 0x99b2f)
                                                         #13 0x0000769863ceeffa n/a (libcurl.so.4 + 0x88ffa)
                                                         #14 0x0000769863ce598f n/a (libcurl.so.4 + 0x7f98f)
                                                         #15 0x0000769863c87aa0 n/a (libcurl.so.4 + 0x21aa0)
                                                         #16 0x0000769863c7398e n/a (libcurl.so.4 + 0xd98e)
                                                         #17 0x0000769863c7d4c6 n/a (libcurl.so.4 + 0x174c6)
                                                         #18 0x0000769863cbc6e0 n/a (libcurl.so.4 + 0x566e0)
                                                         #19 0x0000769863cbedc4 curl_multi_perform (libcurl.so.4 + 0x58dc4)
                                                         #20 0x0000769864a89a6e n/a (libalpm.so.14 + 0x1ea6e)
                                                         #21 0x0000769864a7d958 alpm_db_update (libalpm.so.14 + 0x12958)
                                                         #22 0x000076986335ec70 n/a (libpamac-aur.so + 0x6c70)
                                                         #23 0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #24 0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #25 0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3569:
                                                         #0  0x00007698656b71fd syscall (libc.so.6 + 0x1171fd)
                                                         #1  0x000076986599ca10 g_cond_wait (libglib-2.0.so.0 + 0xb7a10)
                                                         #2  0x000076986590a90c n/a (libglib-2.0.so.0 + 0x2590c)
                                                         #3  0x00007698659766b7 n/a (libglib-2.0.so.0 + 0x916b7)
                                                         #4  0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #5  0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #6  0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3682:
                                                         #0  0x000076986596f3b9 g_str_tokenize_and_fold (libglib-2.0.so.0 + 0x8a3b9)
                                                         #1  0x0000769861544c69 n/a (libappstream.so.5 + 0x3dc69)
                                                         #2  0x0000769861544ed0 n/a (libappstream.so.5 + 0x3ded0)
                                                         #3  0x0000769861544fe9 n/a (libappstream.so.5 + 0x3dfe9)
                                                         #4  0x000076986154506d as_component_search_matches (libappstream.so.5 + 0x3e06d)
                                                         #5  0x000076986154518c as_component_search_matches_all (libappstream.so.5 + 0x3e18c)
                                                         #6  0x00007698615bf430 n/a (libpamac-appstream.so + 0x6430)
                                                         #7  0x00007698657c6675 n/a (libpamac.so.11 + 0x35675)
                                                         #8  0x00007698657c6972 n/a (libpamac.so.11 + 0x35972)
                                                         #9  0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #10 0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #11 0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3571:
                                                         #0  0x00007698656ab63d __poll (libc.so.6 + 0x10b63d)
                                                         #1  0x00007698659a392d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                         #2  0x00007698659427b7 g_main_loop_run (libglib-2.0.so.0 + 0x5d7b7)
                                                         #3  0x0000769865b45574 n/a (libgio-2.0.so.0 + 0x112574)
                                                         #4  0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #5  0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #6  0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3688:
                                                         #0  0x0000769863f6f137 n/a (libcrypto.so.3 + 0x16f137)
                                                         #1  0x0000769863f8b400 n/a (libcrypto.so.3 + 0x18b400)
                                                         #2  0x00007698640751b2 n/a (libcrypto.so.3 + 0x2751b2)
                                                         #3  0x000076986406ad8e n/a (libcrypto.so.3 + 0x26ad8e)
                                                         #4  0x0000769863f2a983 EVP_MD_fetch (libcrypto.so.3 + 0x12a983)
                                                         #5  0x000076986371b20e n/a (libssl.so.3 + 0x3020e)
                                                         #6  0x00007698637173e7 SSL_CTX_new_ex (libssl.so.3 + 0x2c3e7)
                                                         #7  0x0000769863cffb2f n/a (libcurl.so.4 + 0x99b2f)
                                                         #8  0x0000769863ceeffa n/a (libcurl.so.4 + 0x88ffa)
                                                         #9  0x0000769863ce598f n/a (libcurl.so.4 + 0x7f98f)
                                                         #10 0x0000769863c87aa0 n/a (libcurl.so.4 + 0x21aa0)
                                                         #11 0x0000769863c7398e n/a (libcurl.so.4 + 0xd98e)
                                                         #12 0x0000769863c7d4c6 n/a (libcurl.so.4 + 0x174c6)
                                                         #13 0x0000769863cbc6e0 n/a (libcurl.so.4 + 0x566e0)
                                                         #14 0x0000769863cbedc4 curl_multi_perform (libcurl.so.4 + 0x58dc4)
                                                         #15 0x0000769864a89a6e n/a (libalpm.so.14 + 0x1ea6e)
                                                         #16 0x0000769864a7d958 alpm_db_update (libalpm.so.14 + 0x12958)
                                                         #17 0x000076986335ec70 n/a (libpamac-aur.so + 0x6c70)
                                                         #18 0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #19 0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #20 0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3685:
                                                         #0  0x0000769865630c70 n/a (libc.so.6 + 0x90c70)
                                                         #1  0x0000769865637b68 pthread_mutex_lock (libc.so.6 + 0x97b68)
                                                         #2  0x00007698657c6391 n/a (libpamac.so.11 + 0x35391)
                                                         #3  0x00007698657c6972 n/a (libpamac.so.11 + 0x35972)
                                                         #4  0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #5  0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #6  0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3683:
                                                         #0  0x0000769865630a19 n/a (libc.so.6 + 0x90a19)
                                                         #1  0x00007698656361a3 n/a (libc.so.6 + 0x961a3)
                                                         #2  0x00007698659762ee g_thread_join (libglib-2.0.so.0 + 0x912ee)
                                                         #3  0x0000769863360c79 n/a (libpamac-aur.so + 0x8c79)
                                                         #4  0x0000769863360831 n/a (libpamac-aur.so + 0x8831)
                                                         #5  0x0000769863361205 n/a (libpamac-aur.so + 0x9205)
                                                         #6  0x00007698657c6a0b n/a (libpamac.so.11 + 0x35a0b)
                                                         #7  0x00007698657c6d62 n/a (libpamac.so.11 + 0x35d62)
                                                         #8  0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #9  0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #10 0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3574:
                                                         #0  0x00007698656b71fd syscall (libc.so.6 + 0x1171fd)
                                                         #1  0x000076986599ca10 g_cond_wait (libglib-2.0.so.0 + 0xb7a10)
                                                         #2  0x000076986590a90c n/a (libglib-2.0.so.0 + 0x2590c)
                                                         #3  0x000076986590a97d g_async_queue_pop (libglib-2.0.so.0 + 0x2597d)
                                                         #4  0x00007698663f35fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
                                                         #5  0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #6  0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #7  0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3686:
                                                         #0  0x0000769865630a19 n/a (libc.so.6 + 0x90a19)
                                                         #1  0x00007698656361a3 n/a (libc.so.6 + 0x961a3)
                                                         #2  0x00007698659762ee g_thread_join (libglib-2.0.so.0 + 0x912ee)
                                                         #3  0x0000769863360c79 n/a (libpamac-aur.so + 0x8c79)
                                                         #4  0x0000769863360831 n/a (libpamac-aur.so + 0x8831)
                                                         #5  0x0000769863361205 n/a (libpamac-aur.so + 0x9205)
                                                         #6  0x00007698657c6a0b n/a (libpamac.so.11 + 0x35a0b)
                                                         #7  0x00007698657c6d62 n/a (libpamac.so.11 + 0x35d62)
                                                         #8  0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #9  0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #10 0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3570:
                                                         #0  0x00007698656ab63d __poll (libc.so.6 + 0x10b63d)
                                                         #1  0x00007698659a392d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                         #2  0x0000769865940fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                         #3  0x000076986594101a n/a (libglib-2.0.so.0 + 0x5c01a)
                                                         #4  0x0000769865971266 n/a (libglib-2.0.so.0 + 0x8c266)
                                                         #5  0x000076986563439d n/a (libc.so.6 + 0x9439d)
                                                         #6  0x00007698656b949c n/a (libc.so.6 + 0x11949c)
                                                         
                                                         Stack trace of thread 3563:
                                                         #0  0x00007698656ab63d __poll (libc.so.6 + 0x10b63d)
                                                         #1  0x00007698659a392d n/a (libglib-2.0.so.0 + 0xbe92d)
                                                         #2  0x0000769865940fc5 g_main_context_iteration (libglib-2.0.so.0 + 0x5bfc5)
                                                         #3  0x0000769865b10c66 g_application_run (libgio-2.0.so.0 + 0xddc66)
                                                         #4  0x00005a4160afa416 n/a (pamac-manager + 0xc416)
                                                         #5  0x00007698655c5e08 n/a (libc.so.6 + 0x25e08)
                                                         #6  0x00007698655c5ecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                         #7  0x00005a4160afa545 n/a (pamac-manager + 0xc545)
                                                         ELF object binary architecture: AMD x86-64
Sep 29 13:03:06 th-man-manjaro tumblerd[3998]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
Sep 29 13:05:13 th-man-manjaro kernel: Ignoring NSS change in VHT Operating Mode Notification from 58:68:7a:9d:5a:b0 with invalid nss 3
Sep 29 13:16:35 th-man-manjaro tumblerd[10316]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
Sep 29 13:17:26 th-man-manjaro gnome-keyring-daemon[784]: asked to register item /org/freedesktop/secrets/collection/Domy_c5_9blna_5fbaza_5fkluczy/1, but it's already registered
Sep 29 13:17:26 th-man-manjaro gnome-keyring-d[784]: asked to register item /org/freedesktop/secrets/collection/Domy_c5_9blna_5fbaza_5fkluczy/1, but it's already registered
Sep 29 13:17:59 th-man-manjaro systemd[762]: dbus-:1.11-org.a11y.atspi.Registry@0.service: Failed with result 'exit-code'.
Sep 29 13:17:59 th-man-manjaro systemd[762]: xfce4-notifyd.service: Failed with result 'exit-code'.
Sep 29 13:17:59 th-man-manjaro systemd[762]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Sep 29 13:17:59 th-man-manjaro tumblerd[10316]: Owner of volume monitor org.gtk.vfs.AfcVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Sep 29 13:17:59 th-man-manjaro dbus-broker[595]: A security policy denied :1.5 to send method call /midi/profile:org.bluez.GattProfile1.Release to :1.32.
Sep 29 13:17:59 th-man-manjaro dbus-broker-launch[594]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
Sep 29 13:17:59 th-man-manjaro NetworkManager[596]: <warn>  [1727608679.8143] dispatcher: (10) failed (after 0.008 sec): Could not activate remote peer 'org.freedesktop.nm_dispatcher': activation request failed: unit is invalid
Sep 29 13:17:59 th-man-manjaro kernel: Ignoring NSS change in VHT Operating Mode Notification from 58:68:7a:9d:5a:b0 with invalid nss 4
Sep 29 13:18:00 th-man-manjaro dbus-broker-launch[594]: Activation request for 'org.freedesktop.nm_dispatcher' failed.

I suspect a damaged disk. Possibly because the battery died while it was busy, or maybe not even that.

Disconnect the SATA disk and see if you can boot.

but this disk is the only disk the laptop has. If I’ll remove it what we will boot in this case?

btw, the disk in question now is a SSD. Hopefully it did not die

hmm, seems like it could happen because of the kernel - Error probing device: Error sending ATA command IDENTIFY PACKET DEVICE to '/dev/sr0 · Issue #732 · storaged-project/udisks · GitHub

you have a lot of these empty not checked:

your system is completely messed up… run:
pacman-mirrors --fasttrack 5 && pacman -Syyu
pacman -Qqn | pacman --overwrite=* -S -

4 Likes
pacman-mirrors --fasttrack 5 && pacman -Syyu
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
::INFO Using default mirror file
::INFO Querying mirrors - This may take some time
  0.725 Spain          : https://ftp.caliu.cat/pub/distribucions/manjaro/
  ..... China          : https://mirrors.pku.edu.cn/manjaro/
  0.813 United_States  : https://cofractal-ewr.mm.fcix.net/manjaro/
  0.260 Germany        : https://mirror.alpix.eu/manjaro/
  ..... Japan          : https://mirror.phoepsilonix.love/manjaro/
::INFO Writing mirror list
::Germany         : https://mirror.alpix.eu/manjaro/stable
::Spain           : https://ftp.caliu.cat/pub/distribucions/manjaro/stable
::United_States   : https://cofractal-ewr.mm.fcix.net/manjaro/stable
::China           : https://mirrors.pku.edu.cn/manjaro/stable
::Japan           : https://mirror.phoepsilonix.love/manjaro/stable
::INFO Mirror list generated and saved to: /etc/pacman.d/mirrorlist
:: Synchronizing package databases...
 core                                           138.5 KiB   563 KiB/s 00:00 [###########################################] 100%
 extra                                            8.1 MiB  11.0 MiB/s 00:01 [###########################################] 100%
 multilib                                       143.0 KiB   472 KiB/s 00:00 [###########################################] 100%
:: Starting full system upgrade...
 there is nothing to do
pacman -Qqn | pacman --overwrite=* -S -
...
warning: zxing-cpp-2.2.1-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...
warning: dependency cycle detected:
warning: pam will be installed before its systemd-libs dependency
warning: dependency cycle detected:
warning: harfbuzz will be installed before its freetype2 dependency
warning: dependency cycle detected:
warning: mesa will be installed before its libglvnd dependency
warning: dependency cycle detected:
warning: lib32-keyutils will be installed before its lib32-krb5 dependency
warning: dependency cycle detected:
warning: lib32-systemd will be installed before its lib32-libcap dependency
warning: dependency cycle detected:
warning: lib32-mesa will be installed before its lib32-libglvnd dependency
warning: dependency cycle detected:
warning: mhwd-nvidia will be installed before its mhwd dependency
warning: dependency cycle detected:
warning: mhwd-nvidia-390xx will be installed before its mhwd dependency
warning: dependency cycle detected:
warning: mhwd-nvidia-470xx will be installed before its mhwd dependency

Packages (1148) a52dec-0.8.0-2  aalib-1.4rc5-18  abseil-cpp-20240722.0-1  accountsservice-23.13.9-2  acl-2.3.2-1  acpi-1.7-4
                acpid-2.0.34-2  adobe-source-code-pro-fonts-2.042u+1.062i+1.026vf-2  adobe-source-han-sans-cn-fonts-2.004-2
                adobe-source-han-sans-jp-fonts-2.004-2  adobe-source-han-sans-kr-fonts-2.004-2
                adobe-source-sans-fonts-3.052-2  adwaita-cursors-47.0-1  adwaita-icon-theme-47.0-1
                adwaita-icon-theme-legacy-46.2-3  alsa-card-profiles-1:1.2.7-1  alsa-firmware-1.2.4-4  alsa-lib-1.2.13-1
                alsa-oss-1.1.8-6  alsa-plugins-1:1.2.12-4  alsa-topology-conf-1.2.5.1-4  alsa-ucm-conf-1.2.13-2
                alsa-utils-1.2.13-2  amd-ucode-20241111.b5885ec5-1  android-tools-35.0.2-7  android-udev-20241109-1
                aom-3.11.0-1  apparmor-4.0.3-1  appstream-1.0.3-1  archlinux-appstream-data-20240914-1
                archlinux-keyring-20241203-1  argon2-20190702-6  aribb24-1.0.3-4  at-spi2-core-2.54.0-2  atkmm-2.28.4-1
                attr-2.5.2-1  audacious-4.4.2-1  audacious-plugins-4.4.2-2  audit-4.0.2-2  autoconf-2.72-1  automake-1.17-1
                avahi-1:0.8+r194+g3f79789-2  b43-fwcutter-019-5  babl-0.1.110-1  base-3-3  base-devel-1-3  bash-5.2.037-1
                bash-completion-2.15.0-1  bc-1.07.1-5  binutils-2.43+r4+g7999dae6961-1  bison-3.8.2-8  blas-3.12.0-5
                blueman-2.4.3-1  bluez-5.79-1  bluez-libs-5.79-1  boost-libs-1.86.0-3  botan2-2.19.5-1  box2d-3.0.0-1
                brave-browser-1.73.91-1  brotli-1.1.0-2  btrfs-progs-6.12-1  bubblewrap-0.11.0-1  bzip2-1.0.8-6
                ca-certificates-20240618-1  ca-certificates-mozilla-3.107-1  ca-certificates-utils-20240618-1  cairo-1.18.2-2
                cairo-perl-1.109-5  cairomm-1.14.5-1  cairomm-1.16-1.18.0-1  cantarell-fonts-1:0.303.1-2  catfish-4.18.0-3
                cdparanoia-10.2-9  chromaprint-1.5.1-9  cifs-utils-7.1-1  ckbcomp-1.227-1  clucene-2.3.3.4-15  colord-1.4.7-2
                composefs-1.0.4-1  confuse-3.3-4  coreutils-9.5-2  cpupower-6.12-1  cronie-1.7.2-1  cryptsetup-2.7.5-1
                cups-2:2.4.11-1  cups-filters-2.0.1-1  cups-pdf-3.0.1-8  curl-8.11.0-3  dav1d-1.5.0-1  db5.3-5.3.28-5
                dbus-1.14.10-2  dbus-broker-36-4  dbus-broker-units-36-4  dbus-glib-0.112-4  dbus-units-36-4  dconf-0.40.0-3
                debugedit-5.1-1  default-cursors-3-1  desktop-file-utils-0.28-1  device-mapper-2.03.28-1  diffutils-3.10-1
                ding-libs-0.6.2-2  djvulibre-3.5.28-6  dmidecode-3.6-1  dmraid-1.0.0.rc16.3-15  dnsmasq-2.90-1
                dosfstools-4.2-5  double-conversion-3.3.0-2  duktape-2.7.0-7  e2fsprogs-1.47.1-4  ecryptfs-utils-111-9
                efibootmgr-18-3  efivar-39-1  elementary-icon-theme-8.0.0-1  enchant-2.8.2-1  engrampa-1.28.2-2
                evince-46.3.1-2  exfatprogs-1.2.6-1  exiv2-0.28.3-1  exo-4.18.0-4  expat-2.6.4-1  f2fs-tools-1.16.0-3
                faac-1.30-5  faad2-2.11.1-1  fakeroot-1.36-1  farstream-0.2.9-3  ffmpeg-2:7.1-3  ffmpeg4.4-4.4.5-1
                ffmpegthumbnailer-2.2.3-3  fftw-3.3.10-7  file-5.46-1  filesystem-2024.11.25-2  findutils-4.10.0-2
                flac-1.4.3-2  flatpak-1:1.15.12-1  flex-2.6.4-5  fluidsynth-2.4.1-1  fmt-11.0.2-1  fontconfig-2:2.15.0-2
                foomatic-db-3:20240209-1  foomatic-db-engine-5:20200131-1  foomatic-db-gutenprint-ppds-5.3.4-3
                foomatic-db-nonfree-3:20240209-1  foomatic-db-nonfree-ppds-3:20240209-1  foomatic-db-ppds-3:20240209-1
                freeglut-3.6.0-1  freetype2-2.13.3-1  fribidi-1.0.16-1  fuse-common-3.16.2-1  fuse2-2.9.9-5  fuse3-3.16.2-1
                galculator-2.1.4-10  garcon-4.18.2-3  gawk-5.3.1-1  gc-8.2.8-2  gcc-14.2.1+r134+gab884fffe3fc-1
                gcc-libs-14.2.1+r134+gab884fffe3fc-1  gcolor3-2.4.0-8  gcr-3.41.2-2  gcr-4-4.3.0-1  gd-2.3.3-8  gdbm-1.24-1
                gdk-pixbuf2-2.42.12-2  gegl-0.4.50-3  geoclue-2.7.2-1  gettext-0.22.5-2  ghostscript-10.04.0-1
                giflib-5.2.2-1  gimp-2.10.38-5  git-2.47.1-1  glib-networking-1:2.80.0-3  glib-perl-1.329.4-2  glib2-2.82.2-1
                glibc-2.40+r16+gaa533d58ff-2  glibc-locales-2.40+r16+gaa533d58ff-2  glibmm-2.66.7-1  glibmm-2.68-2.82.0-1
                glslang-15.0.0-2  glu-9.0.3-2  gmp-6.3.0-2  gnome-desktop-1:44.1-1  gnome-desktop-common-1:44.1-1
                gnome-keyring-1:46.2-1  gnome-menus-3.36.0-3  gnome-themes-extra-3.28+r6+g45b1d457-2  gnupg-2.4.7-1
                gnutls-3.8.8-1  gobject-introspection-runtime-1.82.0-1  goocanvas-3.0.0-6  gparted-1.6.0-2  gperftools-2.16-1
                gpgme-1.24.0-1  gpm-1.20.7.r38.ge82d1a6-6  graphene-1.10.8-2  graphite-1:1.3.14-4  grep-3.11-1
                groff-1.23.0-7  grub-2:2.12-3  grub-btrfs-4.13-2  grub-theme-manjaro-20.2-16
                gsettings-desktop-schemas-47.1-2  gsettings-system-schemas-47.1-2  gsfonts-20200910-4  gsm-1.0.22-2
                gspell-1.14.0-1  gssdp-1.6.3-2  gssproxy-0.9.2-1  gst-libav-1.24.10-1  gst-plugin-pipewire-1:1.2.7-1
                gst-plugins-bad-1.24.10-1  gst-plugins-bad-libs-1.24.10-1  gst-plugins-base-1.24.10-1
                gst-plugins-base-libs-1.24.10-1  gst-plugins-good-1.24.10-1  gst-plugins-ugly-1.24.10-1  gstreamer-1.24.10-1
                gtest-1.15.2-1  gtk-layer-shell-0.9.0-1  gtk-update-icon-cache-1:4.16.7-1  gtk2-2.24.33-5  gtk3-1:3.24.43-4
                gtk4-1:4.16.7-1  gtkmm-4.0-4.16.0-1  gtkmm3-3.24.9-1  gtksourceview3-1:3.24.11+r28+g73e57b57-2
                gtksourceview4-4.8.4-1  gtkspell-2.0.16-9  gufw-24.04-2  guile-3.0.10-1  gupnp-1:1.6.7-1  gupnp-igd-1.6.0-1
                gutenprint-5.3.4-3  gvfs-1.56.1-1  gvfs-afc-1.56.1-1  gvfs-gphoto2-1.56.1-1  gvfs-mtp-1.56.1-1
                gvfs-nfs-1.56.1-1  gvfs-smb-1.56.1-1  gzip-1.13-4  harfbuzz-10.1.0-1  harfbuzz-icu-10.1.0-1
                hicolor-icon-theme-0.18-1  hidapi-0.14.0-3  highway-1.2.0-1  htop-3.3.0-3  hunspell-1.7.2-2  hwdata-0.389-1
                hwinfo-23.3-1  hyphen-2.8.8-6  iana-etc-20241016-1  icu-75.1-1  ijs-0.35-6  illyria-wallpaper-1.4-1
                imagemagick-7.1.1.41-1  imath-3.1.12-1  imlib2-1.12.3-2  inetutils-2.5-1  install-grub-2:2.12-3
                intel-ucode-20241112-1  inxi-3.3.36.1-2  iproute2-6.12.0-1  iptables-1:1.8.10-2  iputils-20240905-1
                iso-codes-4.17.0-1  iw-6.9-1  jack2-1.9.22-1  jansson-2.14-4  jasper-4.2.4-2  jbig2dec-0.20-1  jbigkit-2.1-8
                jfsutils-1.1.15-9  jq-1.7.1-2  json-c-0.18-1  json-glib-1.10.0-1  kauth5-5.116.0-1  kbd-2.6.4-3
                kcolorpicker-qt5-0.3.1-4  kcoreaddons5-5.116.0-1  keyutils-1.6.3-3  kimageannotator-qt5-0.7.1-3
                kitemmodels5-5.116.0-1  kmod-33-3  krb5-1.21.3-1  ksnip-1.10.1-4  kvantum-1.1.3-1
                kvantum-theme-matcha-20190810-4  kwindowsystem-6.8.0-1  l-smash-2.14.5-4  lame-3.100-5  lapack-3.12.0-5
                lcms2-2.16-1  ldb-2:4.21.2-1  lensfun-1:0.3.4-4  less-1:668-1  lib32-brotli-1.1.0-1  lib32-bzip2-1.0.8-4
                lib32-curl-8.11.0-1  lib32-e2fsprogs-1.47.1-1  lib32-expat-2.6.4-1
                lib32-gcc-libs-14.2.1+r134+gab884fffe3fc-1  lib32-glibc-2.40+r16+gaa533d58ff-2  lib32-icu-75.1-1
                lib32-json-c-0.18-1  lib32-keyutils-1.6.3-2  lib32-krb5-1.21.3-1  lib32-libcap-2.71-1  lib32-libdrm-2.4.123-1
                lib32-libelf-0.192-1  lib32-libffi-3.4.6-1  lib32-libgcrypt-1.11.0-1  lib32-libglvnd-1.7.0-1
                lib32-libgpg-error-1.50-1  lib32-libidn2-2.3.7-1  lib32-libldap-2.6.8-1  lib32-libnghttp2-1.64.0-1
                lib32-libnghttp3-1.6.0-1  lib32-libnsl-2.0.1-1  lib32-libpciaccess-0.18.1-1  lib32-libpsl-0.21.5-1
                lib32-libssh2-1.11.0-2  lib32-libtirpc-1.3.5-1  lib32-libunistring-1.2-1  lib32-libva-2.22.0-1
                lib32-libva-intel-driver-2.4.1-2  lib32-libvdpau-1.5-3  lib32-libx11-1.8.10-1  lib32-libxau-1.0.11-2
                lib32-libxcb-1.17.0-1  lib32-libxcrypt-4.4.36-2  lib32-libxdmcp-1.1.5-1  lib32-libxext-1.3.6-1
                lib32-libxfixes-6.0.1-2  lib32-libxml2-2.13.5-1  lib32-libxshmfence-1.3.2-2  lib32-libxxf86vm-1.1.5-2
                lib32-llvm-libs-18.1.8-1  lib32-lm_sensors-1:3.6.0.r41.g31d1f125-3  lib32-mesa-1:24.2.8-1
                lib32-mesa-utils-9.0.0-2  lib32-ncurses-6.5-1  lib32-openssl-1:3.4.0-1  lib32-pam-1.6.1-1
                lib32-systemd-256.9-1  lib32-vulkan-icd-loader-1.3.295-1  lib32-vulkan-intel-1:24.2.8-1
                lib32-vulkan-nouveau-1:24.2.8-1  lib32-vulkan-radeon-1:24.2.8-1  lib32-wayland-1.23.1-1
                lib32-xcb-util-keysyms-0.4.1-2  lib32-xz-5.6.3-1  lib32-zlib-1.3.1-1  lib32-zstd-1.5.6-1  libabw-0.1.3-4
                libadwaita-1:1.6.2-1  libaio-0.3.113-3  libappindicator-gtk3-12.10.0.r298-4  libarchive-3.7.7-1
                libass-0.17.3-1  libassuan-3.0.0-1  libasyncns-1:0.8+r3+g68cd5af-3  libatasmart-0.19-6  libatomic_ops-7.8.2-1
                libavc1394-0.5.4-6  libavif-1.1.1-2  libavtp-0.2.0-3  libb2-0.98.1-3  libblockdev-3.2.1-2
                libblockdev-crypto-3.2.1-2  libblockdev-fs-3.2.1-2  libblockdev-loop-3.2.1-2  libblockdev-mdraid-3.2.1-2
                libblockdev-nvme-3.2.1-2  libblockdev-part-3.2.1-2  libblockdev-swap-3.2.1-2  libbluray-1.3.4-2
                libbpf-1.5.0-1  libbs2b-3.1.0-9  libbsd-0.12.2-2  libburn-1.5.6-1  libbytesize-2.8-3  libcaca-0.99.beta20-4
                libcanberra-1:0.30+r2+gc0620e4-4  libcap-2.71-1  libcap-ng-0.8.5-2  libcddb-1.3.2-7  libcdio-2.1.0-4
                libcdio-paranoia-10.2+2.0.2-1  libcdr-0.1.8-1  libcloudproviders-0.3.6-1  libcmis-0.6.2-2  libcolord-1.4.7-2
                libcue-2.3.0-1  libcups-2:2.4.11-1  libcupsfilters-2.1.0-1  libdaemon-0.14-6  libdatrie-0.2.13-4
                libdbusmenu-glib-16.04.0.r498-2  libdbusmenu-gtk3-16.04.0.r498-2  libdc1394-2.2.7-1  libdca-0.0.7-2
                libde265-1.0.15-3  libdecor-0.2.2-1  libdeflate-1.22-1  libdovi-3.3.1-1  libdrm-2.4.123-1  libdv-1.0.0-11
                libdvbpsi-1:1.3.3-3  libdvdcss-1.4.3-2  libdvdnav-6.1.1-2  libdvdread-6.1.3-2  libe-book-0.1.3-16
                libebml-1.4.5-1  libedit-20240517_3.1-1  libei-1.3.0-1  libelf-0.192-2  libepoxy-1.5.10-3  libepubgen-0.1.1-5
                libetonyek-0.1.12-1  libevdev-1.13.3-1  libevent-2.1.12-4  libexif-0.6.24-3  libexttextcat-3.4.7-1
                libfdk-aac-2.0.3-1  libffi-3.4.6-1  libfontenc-1.1.8-1  libfreeaptx-0.1.1-2  libfreehand-0.1.2-5
                libftdi-1.5-6  libgadu-1.12.2-14  libgcrypt-1.11.0-2  libgee-0.20.6-2  libgexiv2-0.14.3-1
                libgirepository-1.82.0-1  libglvnd-1.7.0-1  libgme-0.6.3-5  libgnomekbd-1:3.28.1-1  libgpg-error-1.51-1
                libgphoto2-2.5.31-3  libgsf-1.14.53-1  libgtop-2.41.3-2  libgudev-238-1  libgusb-0.4.9-1  libgxps-0.3.2-5
                libhandy-1.8.3-2  libheif-1.19.5-1  libice-1.1.1-3  libid3tag-0.16.3-2  libidn-1.42-1  libidn2-2.3.7-1
                libiec61883-1.2.0-8  libimobiledevice-1.3.0-14  libimobiledevice-glue-1.3.1-1  libinih-58-1
                libinput-1.27.0-1  libinstpatch-1.1.6-3  libisl-0.27-1  libisofs-1.5.6-1  libixion-0.19.0-3
                libjpeg-turbo-3.0.4-1  libjxl-0.11.1-1  libkeybinder3-0.3.2-5  libksba-1.6.7-1  liblangtag-0.6.7-1
                liblc3-1.1.1-1  libldac-2.0.2.3-2  libldap-2.6.9-1  liblqr-0.4.3-1  liblrdf-0.6.1-5  libltc-1.3.2-2
                libmad-0.15.1b-10  libmalcontent-0.13.0-1  libmanette-0.2.9-2  libmatroska-1.7.1-2  libmbim-1.30.0-1
                libmd-1.1.0-2  libmfx-23.2.2-3  libmicrodns-0.2.0-2  libmm-glib-1.22.0-1  libmms-0.6.4-5  libmng-2.0.3-4
                libmnl-1.0.5-2  libmodplug-0.8.9.0-6  libmpc-1.3.1-2  libmpcdec-1:0.1+r475-6  libmpd-11.8.17-6
                libmpeg2-0.5.1-10  libmspub-0.1.4-16  libmtp-1.1.22-1  libmwaw-0.3.22-3  libmypaint-1.6.1-2
                libmysofa-1.3.3-1  libndp-1.9-1  libnetfilter_conntrack-1.0.9-2  libnewt-0.52.24-2  libnfnetlink-1.0.2-2
                libnfs-5.0.3-1  libnftnl-1.2.8-1  libnghttp2-1.64.0-1  libnghttp3-1.6.0-1  libnice-0.1.22-1  libnl-3.11.0-1
                libnm-1.50.0-1  libnma-1.10.6-3  libnma-common-1.10.6-3  libnotify-0.8.3-1  libnsl-2.0.1-1
                libnumbertext-1.0.11-2  libnvme-1.11.1-1  libodfgen-0.1.8-3  libogg-1.3.5-2  libomxil-bellagio-0.9.3-5
                libopenmpt-0.7.11-1  libopenraw-0.3.7-2  liborcus-0.19.2-3  libp11-kit-0.25.5-1  libpagemaker-0.0.4-4
                libpamac-11.7.0-2  libpamac-flatpak-plugin-11.7.0-2  libpamac-snap-plugin-11.7.0-2  libpaper-2.2.5-1
                libpcap-1.10.5-2  libpciaccess-0.18.1-2  libpgm-5.3.128-3  libpipeline-1.5.8-1  libpipewire-1:1.2.7-1
                libplacebo-7.349.0-3  libplist-2.6.0-1  libpng-1.6.44-1  libportal-0.8.1-1  libportal-gtk3-0.8.1-1
                libppd-2.1.0-1  libproxy-0.5.9-1  libpsl-0.21.5-2  libpulse-17.0-3  libpurple-2.14.13-2  libqmi-1.34.0-2
                libqrtr-glib-1.2.2-3  libqxp-0.0.2-12  libraqm-0.10.2-1  libraw-0.21.3-1  libraw1394-2.1.2-4
                libreoffice-still-24.2.7-2  librevenge-0.0.5-3  librsvg-2:2.59.2-1  libsamplerate-0.2.2-3  libsasl-2.1.28-5
                libseccomp-2.5.5-3  libsecret-0.21.4-1  libshout-1:2.4.6-3  libsidplayfp-2.12.0-1  libsigc++-2.12.1-1
                libsigc++-3.0-3.6.0-1  libsm-1.2.4-2  libsndfile-1.2.2-2  libsodium-1.0.20-1  libsoup-2.74.3-1
                libsoup3-3.6.1-1  libsoxr-0.1.3-4  libspectre-0.2.12-2  libspiro-1:20240903-1  libsrtp-1:2.6.0-1
                libssh-0.11.1-1  libssh2-1.11.0-1  libstaroffice-0.0.7-3  libstemmer-2.2.0-2  libsynctex-2024.2-5
                libsysprof-capture-47.2-1  libtar-1.2.20-7  libtasn1-4.19.0-2  libteam-1.32-2  libthai-0.1.29-3
                libtheora-1.1.1-6  libtiff-4.7.0-1  libtirpc-1.3.6-1  libtommath-1.3.0-1  libtool-2.5.4+r1+gbaa1fe41-1
                libunibreak-6.1-1  libunistring-1.2-1  libunwind-1.8.1-3  libupnp-1.14.20-1  liburcu-0.14.1-1  liburing-2.8-1
                libusb-1.0.27-1  libusb-compat-0.1.8-2  libusbmuxd-2.1.0-1  libva-2.22.0-1  libva-intel-driver-2.4.1-3
                libvdpau-1.5-3  libverto-0.3.2-5  libvisio-0.1.8-1  libvlc-3.0.21-9  libvorbis-1.3.7-3  libvpl-2.13.0-1
                libvpx-1.14.1-1  libwacom-2.13.0-1  libwbclient-2:4.21.2-1  libwebp-1.4.0-3  libwireplumber-0.5.7-1
                libwmf-0.2.13-4  libwnck3-43.1-1  libwpd-0.10.3-5  libwps-0.4.14-2  libx11-1.8.10-1  libx86emu-3.5-4
                libxau-1.0.11-3  libxcb-1.17.0-1  libxcomposite-0.4.6-2  libxcrypt-4.4.36-2  libxcursor-1.2.3-1
                libxcvt-0.1.2-2  libxdamage-1.1.6-2  libxdmcp-1.1.5-1  libxext-1.3.6-1  libxfce4ui-4.18.6-3
                libxfce4util-4.18.2-3  libxfixes-6.0.1-2  libxfont2-2.0.7-1  libxft-2.3.8-2  libxi-1.8.2-1
                libxinerama-1.1.5-2  libxkbcommon-1.7.0-2  libxkbcommon-x11-1.7.0-2  libxkbfile-1.1.3-1  libxklavier-5.4-5
                libxml2-2.13.5-1  libxmlb-0.3.21-1  libxmu-1.2.1-1  libxpm-3.5.17-2  libxpresent-1.0.1-2  libxrandr-1.5.4-1
                libxrender-0.9.11-2  libxres-1.2.2-2  libxshmfence-1.3.2-2  libxslt-1.1.42-1  libxss-1.2.4-2  libxt-1.3.1-1
                libxtst-1.2.5-1  libxv-1.0.12-2  libxvmc-1.0.14-1  libxxf86vm-1.1.5-2  libyaml-0.2.5-3
                libyuv-r2426+464c51a03-1  libzmf-0.0.2-16  licenses-20240728-1  lightdm-1:1.32.0-6
                lightdm-gtk-greeter-1:2.0.9-1  lightdm-gtk-greeter-settings-1.2.3-2  lilv-0.24.24-2  linux-api-headers-6.10-1
                linux-firmware-20241111.b5885ec5-1  linux-firmware-whence-20241111.b5885ec5-1  linux-meta-6.11-1
                linux611-6.11.10-2  linux66-6.6.63-1  lirc-1:0.10.2-4  llvm-libs-18.1.8-4  lm_sensors-1:3.6.0.r41.g31d1f125-3
                lmdb-0.9.33-1  logrotate-3.22.0-1  lpsolve-5.5.2.11-3  lsb-release-2.0.r53.a86f885-1  lua-5.4.7-1
                luajit-2.1.1731601260-1  lv2-1.18.10-1  lvm2-2.03.28-1  lz4-1:1.10.0-2  lzo-2.10-5  m4-1.4.19-3
                mailcap-2.1.54-2  make-4.4.1-2  man-db-2.13.0-1  man-pages-6.9.1-1  manjaro-alsa-20221002-1
                manjaro-application-utility-1.3.3-11  manjaro-base-skel-20171029-4  manjaro-browser-settings-20231111-1
                manjaro-gstreamer-20221002-1  manjaro-hello-0.7.2-9  manjaro-icons-20240502-1  manjaro-keyring-20230719-3
                manjaro-modem-20240312-1  manjaro-pipewire-20231009-1  manjaro-printer-20240827-1  manjaro-release-24.2.0-1
                manjaro-settings-manager-0.5.7-22  manjaro-settings-manager-notifier-0.5.7-22  manjaro-system-20230401-1
                manjaro-wallpapers-18.0-1.4-4  manjaro-xfce-settings-20240216-1  manjaro-zsh-config-0.26-1
                matcha-gtk-theme-20240501-1  md4c-0.5.2-1  mdadm-4.3-2  memtest86+-7.00-1  memtest86+-efi-7.00-1
                menulibre-2.4.0-2  mesa-1:24.2.8-1  mesa-utils-9.0.0-5  mhwd-0.6.6-2  mhwd-amdgpu-19.1.0-1  mhwd-ati-19.1.0-1
                mhwd-db-20241117-1  mhwd-nvidia-550.135-1  mhwd-nvidia-390xx-390.157-17  mhwd-nvidia-470xx-470.256.02-9
                mjpegtools-2.2.1-2  mkinitcpio-39.2-3  mkinitcpio-busybox-1.36.1-1  mkinitcpio-openswap-0.1.0-4
                mobile-broadband-provider-info-20240407-1  modemmanager-1.22.0-1  mousepad-0.6.3-2  mpdecimal-4.0.0-2
                mpfr-4.2.1-4  mpg123-1.32.9-1  mtdev-1.1.7-1  mtpfs-1.1-5  mugshot-0.4.3-6  mypaint-brushes1-1.3.1-2
                nano-8.2-1  nano-syntax-highlighting-2022.11.02.r102.gbb94603-1  ncurses-6.5-3  neon-0.34.0-1  nettle-3.10-1
                network-manager-applet-1.36.0-1  networkmanager-1.50.0-1  networkmanager-openconnect-1.2.10-2
                networkmanager-openvpn-1.12.0-1  networkmanager-pptp-1.2.12-4  networkmanager-vpnc-1.4.0-1  nfs-utils-2.8.1-1
                nfsidmap-2.8.1-1  nftables-1:1.1.1-1  nm-connection-editor-1.36.0-1  noto-fonts-1:2024.12.01-1  npth-1.8-1
                nspr-4.36-1  nss-3.107-1  nss-mdns-0.15.1-2  ntfs-3g-2022.10.3-1  ntp-4.2.8.p18-2  numlockx-1.2-6
                oath-toolkit-2.6.12-1  ocl-icd-2.3.2-2  oniguruma-6.9.9-1  openal-1.24.1-1  openconnect-1:9.12-2
                opencore-amr-0.1.6-2  openexr-3.3.2-1  openh264-2.5.0-1  openjpeg2-2.5.2-1  openresolv-3.13.2-2
                openssh-9.9p1-2  openssl-3.4.0-1  openvpn-2.6.12-1  opus-1.5.2-1  opusfile-0.12-4  orc-0.4.40-1
                os-prober-1.81-1  ostree-2024.9-1  p11-kit-0.25.5-1  p7zip-1:17.05-2  pacman-7.0.0.r10.ga2d0293-1
                pacman-mirrors-4.28-1  pam-1.7.0-1  pamac-cli-11.7.1-1  pamac-gtk3-10.7.0-1  pambase-20230918-2
                pango-1:1.54.0-1  pango-perl-1.227-18  pangomm-2.46.4-1  pangomm-2.48-2.54.0-1  papirus-icon-theme-20240501-1
                papirus-maia-icon-theme-20200702-1  parted-3.6-2  patch-2.7.6-10  pavucontrol-1:6.1-1  pciutils-3.13.0-2
                pcre-8.45-4  pcre2-10.44-1  pcsclite-2.3.0-1  perl-5.40.0-1  perl-alien-build-2.83-2
                perl-alien-libxml2-0.19-4  perl-cairo-gobject-1.005-4  perl-capture-tiny-0.48-9  perl-carp-always-0.16-5
                perl-cgi-4.66-2  perl-class-method-modifiers-2.15-4  perl-clone-0.47-1  perl-data-optlist-0.114-4
                perl-dbi-1.645-1  perl-devel-globaldestruction-0.14-11  perl-encode-locale-1.05-13  perl-error-0.17029-7
                perl-ffi-checklib-0.31-5  perl-file-basedir-0.09-5  perl-file-chdir-0.1011-6  perl-file-copy-recursive-0.45-8
                perl-file-desktopentry-0.22-13  perl-file-listing-6.16-4  perl-file-mimeinfo-0.35-2
                perl-file-slurp-tiny-0.004-11  perl-file-which-1.27-5  perl-glib-object-introspection-0.051-2
                perl-goocanvas2-0.06-7  perl-goocanvas2-cairotypes-0.001-9  perl-gtk3-0.038-5  perl-gtk3-imageview-12-1
                perl-html-form-6.12-1  perl-html-parser-3.83-1  perl-html-tagset-3.24-2  perl-http-cookiejar-0.014-3
                perl-http-cookies-6.11-2  perl-http-daemon-6.16-4  perl-http-date-6.06-3  perl-http-message-6.46-2
                perl-http-negotiate-6.01-14  perl-http-response-encoding-0.06-8  perl-http-server-simple-0.52-6
                perl-import-into-1.002005-11  perl-io-html-1.004-6  perl-ipc-system-simple-1.30-7  perl-json-4.10-2
                perl-json-maybexs-1.004008-1  perl-libwww-6.77-2  perl-locale-gettext-1.07-15  perl-lwp-mediatypes-6.04-6
                perl-mailtools-2.21-9  perl-module-runtime-0.016-4  perl-moo-2.005005-4  perl-net-dbus-1.2.0-7
                perl-net-http-6.23-4  perl-number-bytes-human-0.11-9  perl-params-util-1.102-6  perl-path-tiny-0.146-2
                perl-proc-processtable-0.636-3  perl-proc-simple-1.32-11  perl-readonly-2.05-5  perl-role-tiny-2.002004-6
                perl-sort-naturally-1.03-11  perl-sub-exporter-0.991-2  perl-sub-exporter-progressive-0.001013-11
                perl-sub-install-0.929-2  perl-sub-quote-1:2.006008-4  perl-sub-uplevel-0.2800-5  perl-test-warn-0.37-2
                perl-text-iconv-1.7-25  perl-timedate-2.33-7  perl-tree-dag-node-1.32-2  perl-try-tiny-0.32-2
                perl-uri-5.29-1  perl-www-mechanize-2.19-1  perl-www-robotrules-6.02-14  perl-x11-protocol-0.56-16
                perl-xml-libxml-2.0210-2  perl-xml-namespacesupport-1.12-6  perl-xml-parser-2.47-2  perl-xml-sax-1.02-2
                perl-xml-sax-base-1.09-6  perl-xml-sax-expat-0.51-8  perl-xml-simple-2.25-10  perl-xml-twig-3.52-13
                perl-xml-writer-0.900-4  pidgin-2.14.13-2  pinentry-1.3.1-5  pipewire-1:1.2.7-1  pipewire-alsa-1:1.2.7-1
                pipewire-audio-1:1.2.7-1  pipewire-pulse-1:1.2.7-1  pipewire-session-manager-1:1.2.7-1  pixman-0.44.2-1
                pkcs11-helper-1.30.0-1  pkgconf-2.3.0-1  plocate-1.1.23-1  plymouth-22.02.122-18
                plymouth-theme-manjaro-2.2-1  polkit-125-1  polkit-gnome-0.105-11  polkit-qt5-0.200.0-1  poppler-24.11.0-2
                poppler-data-0.4.12-2  poppler-glib-24.11.0-2  popt-1.19-2  portaudio-1:19.7.0-3  powertop-2.15-2
                ppp-2.5.1-1  pptpclient-1.10.0-3  procps-ng-4.0.4-3  protobuf-28.3-1  protobuf-c-1.5.0-8  psmisc-23.7-1
                python-3.12.7-1  python-cairo-1.27.0-1  python-charset-normalizer-3.4.0-1  python-dbus-1.3.2-4
                python-docopt-0.6.2-13  python-gobject-3.50.0-1  python-idna-3.10-1  python-keyutils-0.6-10
                python-npyscreen-4.10.5-9  python-pexpect-4.9.0-2  python-psutil-6.1.0-1  python-ptyprocess-0.7.0-6
                python-pyxdg-0.28-3  python-requests-2.32.3-1  python-urllib3-1.26.20-3  python-yaml-6.0.2-1  qpdf-11.9.1-1
                qrencode-4.1.1-3  qt5-base-5.15.16+kde+r130-3  qt5-declarative-5.15.16+kde+r22-3  qt5-svg-5.15.16+kde+r5-3
                qt5-translations-5.15.16-3  qt5-x11extras-5.15.16-3  qt5ct-1.8-2  qt6-base-6.8.1-1  qt6-declarative-6.8.1-1
                qt6-imageformats-6.8.1-1  qt6-svg-6.8.1-1  qt6-translations-6.8.1-1  qt6-wayland-6.8.1-1  raptor-2.0.16-5
                rasqal-1:0.9.33-7  rav1e-0.7.1-1  readline-8.2.013-1  redland-1:1.0.17-9  reiserfsprogs-3.6.27-5
                rpcbind-1.2.7-1  rsync-3.3.0-2  rtkit-0.13-3  rtmpdump-1:2.4.r105.6f6bb13-1  rubberband-4.0.0-1
                run-parts-5.17-1  s-nail-14.9.24-2  samba-2:4.21.2-1  sbc-2.0-2  screenfetch-3.9.9-1  sdl2-2.30.9-1
                sed-4.9-3  serd-0.32.2-1  shaderc-2024.3-2  shadow-4.16.0-1  shared-mime-info-2.4-1  slang-2.3.3-3
                smbclient-2:4.21.2-1  snapd-2.66.1-1  snapd-glib-1.66-1  snappy-1.2.1-2  sof-firmware-2024.09.1-1
                sord-0.16.16-1  sound-theme-freedesktop-0.8-6  soundtouch-2.3.3-1  spandsp-0.0.6-5  speex-1.2.1-2
                speexdsp-1.2.1-2  spirv-tools-2024.4.rc1-1  sqlite-3.47.1-1  squashfs-tools-4.6.1-2  sratom-0.6.16-1
                srt-1.5.4-1  startup-notification-0.12-8  stoken-0.92-4  sudo-1.9.16.p2-1  suitesparse-7.8.3-1
                svt-av1-2.2.1-1  svt-hevc-1.5.1-3  sysfsutils-2.1.1-2  systemd-256.9-1  systemd-libs-256.9-1
                systemd-sysvcompat-256.9-1  taglib-2.0.2-1  talloc-2.4.2-3  tar-1.35-2  tcl-8.6.14-4  tdb-1.4.12-1
                terminus-font-4.49.1-7  tevent-1:0.16.1-3  texinfo-7.1.1-1  thin-provisioning-tools-1.1.0-1  thunar-4.18.11-3
                thunar-archive-plugin-0.5.2-3  thunar-media-tags-plugin-0.4.0-4  thunar-volman-4.18.0-4  timeshift-24.06.4-1
                timeshift-autosnap-manjaro-0.10-1  tinysparql-3.8.1-1  tpm2-tss-4.1.3-1  tslib-1.23-1
                ttf-dejavu-2.37+18+g9b5d1b2f-7  ttf-droid-20121017-11  ttf-inconsolata-1:3.000-4  ttf-indic-otf-0.2-12
                ttf-liberation-2.1.5-2  ttf-meslo-nerd-font-powerlevel10k-20230403-2  tumbler-4.18.2-3  twolame-0.4.0-4
                tzdata-2024b-2  udiskie-2.5.3-1  udisks2-2.10.1-5  ufw-0.36.2-4  unace-2.5-11  unrar-1:7.1.2-1  unzip-6.0-21
                update-grub-2:2.12-3  upower-1.90.6-1  usb_modeswitch-2.6.1-4  usbmuxd-1.1.1-4  usbutils-018-1
                util-linux-2.40.2-1  util-linux-libs-2.40.2-1  v4l-utils-1.28.1-1  vapoursynth-R70-1  vi-1:070224-6
                vid.stab-1.1.1-2  viewnior-1.8-5  vlc-3.0.21-9  vmaf-3.0.0-1  volume_key-0.3.12-9  vpnc-1:0.5.3.r539.r239-1
                vte-common-0.78.2-1  vte3-0.78.2-1  vulkan-headers-1:1.3.295-1  vulkan-icd-loader-1.3.295-1
                vulkan-intel-1:24.2.8-1  vulkan-nouveau-1:24.2.8-1  vulkan-radeon-1:24.2.8-1  wallpapers-2018-1.2-2
                wallpapers-juhraya-1.1-3  wavpack-5.7.0-1  wayland-1.23.1-1  webkit2gtk-2.46.4-1  webkit2gtk-4.1-2.46.4-1
                webrtc-audio-processing-1-1.3-3  wget-1.25.0-1  which-2.21-6  wildmidi-0.4.6-1  wireless-regdb-2024.10.07-1
                wireplumber-0.5.7-1  woff2-1.0.2-5  wpa_supplicant-2:2.11-2  x264-3:0.164.r3108.31e19f9-2  x265-4.0-1
                xapp-2.8.6-1  xcape-1.2-5  xcb-proto-1.17.0-2  xcb-util-0.4.1-2  xcb-util-cursor-0.1.5-1
                xcb-util-image-0.4.1-3  xcb-util-keysyms-0.4.1-5  xcb-util-renderutil-0.3.10-2  xcb-util-wm-0.4.2-2
                xclip-0.13-6  xcursor-breeze-5.27.11-1  xcursor-simpleandsoft-0.2-10  xcursor-vanilla-dmz-aa-0.4.5-3
                xdg-dbus-proxy-0.1.6-1  xdg-desktop-portal-1.18.4-2  xdg-desktop-portal-gtk-1.15.1-2  xdg-user-dirs-0.18-2
                xdg-utils-1.2.1-1  xf86-input-elographics-1.4.4-1  xf86-input-evdev-2.11.0-1  xf86-input-libinput-1.5.0-1
                xf86-input-void-1.4.2-2  xf86-video-amdgpu-23.0.0-2  xf86-video-ati-1:22.0.0-2
                xf86-video-intel-1:2.99.917+923+gb74b67f0-2  xf86-video-nouveau-1.0.18-1  xfburn-0.7.2-3
                xfce4-appfinder-4.18.1-4  xfce4-battery-plugin-1.1.5-4  xfce4-clipman-plugin-1.6.6-3
                xfce4-cpufreq-plugin-1.2.8-4  xfce4-cpugraph-plugin-1.2.10-3  xfce4-dict-0.8.8-2
                xfce4-diskperf-plugin-2.7.0-4  xfce4-fsguard-plugin-1.1.3-4  xfce4-genmon-plugin-4.2.0-4
                xfce4-mailwatch-plugin-1.3.1-4  xfce4-mount-plugin-1.1.6-4  xfce4-mpc-plugin-0.5.3-4
                xfce4-netload-plugin-1.4.1-4  xfce4-notes-plugin-1.11.0-3  xfce4-notifyd-0.9.6-3  xfce4-panel-4.18.6-3
                xfce4-power-manager-4.18.4-3  xfce4-pulseaudio-plugin-0.4.8-3  xfce4-screensaver-4.18.3-3
                xfce4-screenshooter-1.11.1-3  xfce4-sensors-plugin-1.4.4-4  xfce4-session-4.18.4-3  xfce4-settings-4.18.6-4
                xfce4-smartbookmark-plugin-0.5.2-4  xfce4-systemload-plugin-1.3.2-4  xfce4-taskmanager-1.5.7-3
                xfce4-terminal-1.1.3-3  xfce4-time-out-plugin-1.1.3-4  xfce4-timer-plugin-1.7.2-4  xfce4-verve-plugin-2.0.3-4
                xfce4-wavelan-plugin-0.6.3-4  xfce4-weather-plugin-0.11.3-1  xfce4-whiskermenu-plugin-2.8.3-2
                xfce4-xkb-plugin-0.8.3-4  xfconf-4.18.3-3  xfdesktop-4.18.1-4  xfsprogs-6.11.0-1  xfwm4-4.18.0-4
                xiccd-0.3.0-2  xkeyboard-config-2.43-1  xmlsec-1.3.6-1  xorg-fonts-encodings-1.1.0-1  xorg-iceauth-1.0.10-1
                xorg-mkfontscale-1.2.3-1  xorg-server-21.1.14-1  xorg-server-common-21.1.14-1  xorg-setxkbmap-1.3.4-2
                xorg-twm-1.0.12-2  xorg-xauth-1.1.3-1  xorg-xinit-1.4.2-2  xorg-xkbcomp-1.4.7-1  xorg-xkill-1.0.6-2
                xorg-xmodmap-1.0.11-2  xorg-xprop-1.2.8-1  xorg-xrdb-1.2.2-2  xorg-xset-1.2.5-2  xorgproto-2024.1-2
                xvidcore-1.3.7-3  xxhash-0.8.2-1  xz-5.6.3-1  yelp-42.2-2  yelp-xsl-42.1-2  zbar-0.23.93-3  zenity-4.0.3-1
                zeromq-4.3.5-2  zimg-3.0.5-1  zip-3.0-11  zix-0.4.2-2  zlib-1:1.3.1-2  zsh-5.9-5  zsh-autosuggestions-0.7.1-1
                zsh-completions-0.35.0-2  zsh-history-substring-search-1.1.0-2  zsh-syntax-highlighting-0.8.0-1
                zsh-theme-powerlevel10k-1.20.0-2  zstd-1.5.6-1  zvbi-0.2.42-1  zxing-cpp-2.2.1-1

Total Download Size:    561.00 MiB
Total Installed Size:  7373.81 MiB
Net Upgrade Size:       585.60 MiB

:: Proceed with installation? [Y/n] Y
:: Retrieving packages...
 foomatic-db-ppds-3:20240209-1-any               48.8 MiB  11.1 MiB/s 00:04 [###########################################] 100%
...
(1148/1148) checking for file conflicts                                     [###########################################] 100%
(1148/1148) checking available disk space                                   [###########################################] 100%
:: Running pre-transaction hooks...
(1/1) Creating Timeshift snapshot before upgrade...
==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
:: Processing package changes...
(   1/1148) reinstalling linux-api-headers                                  [###########################################] 100%
(   2/1148) reinstalling tzdata                                             [###########################################] 100%
(   3/1148) reinstalling iana-etc                                           [###########################################] 100%
(   4/1148) reinstalling filesystem                                         [###########################################] 100%
warning: directory permissions differ on /root/
filesystem: 755  package: 750
(   5/1148) reinstalling glibc                                              [###########################################] 100%
Generating locales...
  en_US.UTF-8... done
  pl_PL.UTF-8... done
Generation complete.
ldconfig: File /usr/lib32/libnss_systemd.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libudev.so.1.7.9 is empty, not checked.
ldconfig: File /usr/lib32/libxatracker.so.2.5.0 is empty, not checked.
ldconfig: File /usr/lib32/libgallium-24.2.8-arch1.1.so is empty, not checked.
ldconfig: File /usr/lib32/libvulkan_radeon.so is empty, not checked.
ldconfig: File /usr/lib32/libxatracker.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libgbm.so.1 is empty, not checked.
ldconfig: File /usr/lib32/libEGL_mesa.so is empty, not checked.
ldconfig: File /usr/lib32/libglapi.so is empty, not checked.
ldconfig: File /usr/lib32/libgbm.so.1.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libOSMesa.so is empty, not checked.
ldconfig: File /usr/lib32/libgbm.so is empty, not checked.
ldconfig: File /usr/lib32/libOSMesa.so.8 is empty, not checked.
ldconfig: File /usr/lib32/libGLX_mesa.so is empty, not checked.
ldconfig: File /usr/lib32/libvulkan_nouveau.so is empty, not checked.
ldconfig: File /usr/lib32/libsystemd.so is empty, not checked.
ldconfig: File /usr/lib32/libGLX_mesa.so.0 is empty, not checked.
ldconfig: File /usr/lib32/libnss_mymachines.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libudev.so is empty, not checked.
ldconfig: File /usr/lib32/libvulkan_intel.so is empty, not checked.
ldconfig: File /usr/lib32/libsystemd.so.0.39.0 is empty, not checked.
ldconfig: File /usr/lib32/libnss_resolve.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libglapi.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libnss_myhostname.so.2 is empty, not checked.
ldconfig: File /usr/lib32/libvulkan_intel_hasvk.so is empty, not checked.
ldconfig: File /usr/lib32/libudev.so.1 is empty, not checked.
ldconfig: File /usr/lib32/libsystemd.so.0 is empty, not checked.
ldconfig: File /usr/lib32/libEGL_mesa.so.0 is empty, not checked.
ldconfig: File /usr/lib32/libGLX_indirect.so.0 is empty, not checked.
ldconfig: File /usr/lib32/libxatracker.so is empty, not checked.
ldconfig: File /usr/lib32/libOSMesa.so.8.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libGLX_mesa.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libEGL_mesa.so.0.0.0 is empty, not checked.
ldconfig: File /usr/lib32/libglapi.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgsttranscoder-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6 is empty, not checked.
ldconfig: file /usr/lib/libgallium-24.2.8-arch1.1.so is truncated

ldconfig: File /usr/lib/libQt6WaylandClient.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libetonyek-0.1.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlNetwork.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so is empty, not checked.
ldconfig: File /usr/lib/libvulkan_radeon.so is empty, not checked.
ldconfig: File /usr/lib/libbpf.so.1 is empty, not checked.
ldconfig: File /usr/lib/libstilview.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorPresentationTime.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libpkgconf.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so is empty, not checked.
ldconfig: File /usr/lib/libwireplumber-0.5.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgsttranscoder-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlMeta.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtcnice-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Qml.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorWLShell.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libopenal.so.1.24.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstva-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libgstva-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandClient.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libbpf.so.1.5.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstwayland-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so is empty, not checked.
ldconfig: File /usr/lib/libpkgconf.so.5.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorIviapplication.so is empty, not checked.
ldconfig: File /usr/lib/libsynctex.so.2 is empty, not checked.
ldconfig: File /usr/lib/libstilview.so.0.0.6 is empty, not checked.
ldconfig: File /usr/lib/libcdr-0.1.so.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorXdgShell.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsPlatform.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstvulkan-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtcnice-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so is empty, not checked.
ldconfig: File /usr/lib/libgsturidownloader-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtc-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libsidplayfp.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorPresentationTime.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtc-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickLayouts.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgsturidownloader-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsQmlModels.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorPresentationTime.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so is empty, not checked.
ldconfig: File /usr/lib/libgstwayland-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libgsturidownloader-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6SvgWidgets.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorIviapplication.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libvulkan_nouveau.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6 is empty, not checked.
ldconfig: File /usr/lib/libltdl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGL.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorIviapplication.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so is empty, not checked.
ldconfig: File /usr/lib/libgstsctp-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsGbmSupport.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlNetwork.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libgstvulkan-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libsynctex.so.2.0.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTest.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickWidgets.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Test.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickTemplates2.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSettings.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libvulkan_intel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WlShellIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsPlatform.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so is empty, not checked.
ldconfig: File /usr/lib/libcdr-0.1.so.1.0.8 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlMeta.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Concurrent.so is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFSDeviceIntegration.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Widgets.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libvulkan_intel_hasvk.so is empty, not checked.
ldconfig: File /usr/lib/libltdl.so.7.3.3 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickParticles.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libsynctex.so is empty, not checked.
ldconfig: File /usr/lib/libbpf.so is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorXdgShell.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libopenal.so.1 is empty, not checked.
ldconfig: File /usr/lib/libpkgconf.so.5 is empty, not checked.
ldconfig: File /usr/lib/libQt6Core.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Svg.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgstvulkan-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorWLShell.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Sql.so is empty, not checked.
ldconfig: File /usr/lib/libsidplayfp.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickEffects.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorWLShell.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsAnimation.so.6 is empty, not checked.
ldconfig: File /usr/lib/libcdr-0.1.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlMeta.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6 is empty, not checked.
ldconfig: File /usr/lib/libwireplumber-0.5.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositorXdgShell.so is empty, not checked.
ldconfig: File /usr/lib/libgstsctp-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6Gui.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6OpenGLWidgets.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libwireplumber-0.5.so.0.507.0 is empty, not checked.
ldconfig: File /usr/lib/libetonyek-0.1.so.1.0.12 is empty, not checked.
ldconfig: File /usr/lib/libetonyek-0.1.so.1 is empty, not checked.
ldconfig: File /usr/lib/libltdl.so.7 is empty, not checked.
ldconfig: File /usr/lib/libopenal.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2.so is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtcnice-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsFolderListModel.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6XcbQpa.so.6 is empty, not checked.
ldconfig: File /usr/lib/libgstwayland-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6Xml.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Network.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so is empty, not checked.
ldconfig: File /usr/lib/libQt6DBus.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlNetwork.so is empty, not checked.
ldconfig: File /usr/lib/libgstva-1.0.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandCompositor.so is empty, not checked.
ldconfig: File /usr/lib/libstilview.so.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6EglFsKmsSupport.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6Quick.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstsctp-1.0.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCore.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libgstwebrtc-1.0.so.0.2410.0 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlCompiler.so.6 is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickControls2Impl.so is empty, not checked.
ldconfig: File /usr/lib/libQt6QuickShapes.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6PrintSupport.so is empty, not checked.
ldconfig: File /usr/lib/libsidplayfp.so.6.5.37 is empty, not checked.
ldconfig: File /usr/lib/libQt6QmlModels.so.6.8.1 is empty, not checked.
ldconfig: File /usr/lib/libQt6LabsPlatform.so.6 is empty, not checked.
...
( 182/1148) reinstalling pacman                                             [###########################################] 100%
( 183/1148) reinstalling archlinux-keyring                                  [###########################################] 100%
==> Appending keys from archlinux.gpg...
==> Updating trust database...
gpg: next trustdb check due at 2025-01-01
( 184/1148) reinstalling aribb24                                            [###########################################] 100%
...
( 350/1148) reinstalling manjaro-keyring                                    [###########################################] 100%
==> Appending keys from manjaro.gpg...
==> Locally signing trusted keys in keyring...
  -> Locally signed 3 keys.
==> Importing owner trust values...
==> Updating trust database...
gpg: next trustdb check due at 2025-01-01
( 351/1148) reinstalling systemd-sysvcompat                                 [###########################################] 100%
...
( 366/1148) reinstalling debugedit                                          [###########################################] 100%
( 367/1148) reinstalling fakeroot                                           [###########################################] 100%
usr/bin/ldconfig: File /usr/lib32/libnss_systemd.so.2 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libudev.so.1.7.9 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libxatracker.so.2.5.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libgallium-24.2.8-arch1.1.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libvulkan_radeon.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libxatracker.so.2 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libgbm.so.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libEGL_mesa.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libglapi.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libgbm.so.1.0.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libOSMesa.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libgbm.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libOSMesa.so.8 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libGLX_mesa.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libvulkan_nouveau.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libsystemd.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libGLX_mesa.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libnss_mymachines.so.2 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libudev.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libvulkan_intel.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libsystemd.so.0.39.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libnss_resolve.so.2 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libglapi.so.0.0.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libnss_myhostname.so.2 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libvulkan_intel_hasvk.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libudev.so.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libsystemd.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libEGL_mesa.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libGLX_indirect.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libxatracker.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libOSMesa.so.8.0.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libGLX_mesa.so.0.0.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libEGL_mesa.so.0.0.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib32/libglapi.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickShapes.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickEffects.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgsttranscoder-1.0.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandClient.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6Qml.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickDialogs2.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandClient.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libetonyek-0.1.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickTest.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickLayouts.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6Quick.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlNetwork.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlLocalStorage.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libvulkan_radeon.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorPresentationTime.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickWidgets.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6Qml.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libpkgconf.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libwireplumber-0.5.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsAnimation.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgsttranscoder-1.0.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlMeta.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlModels.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstwebrtcnice-1.0.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6Qml.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorWLShell.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickDialogs2.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickTest.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Basic.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickTemplates2.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libopenal.so.1.24.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstva-1.0.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstva-1.0.so.0.2410.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickLayouts.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Universal.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositor.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandClient.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlModels.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstwayland-1.0.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libpkgconf.so.5.0.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickDialogs2QuickImpl.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorIviapplication.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libsynctex.so.2 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libcdr-0.1.so.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorXdgShell.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsPlatform.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsQmlModels.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstvulkan-1.0.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstwebrtcnice-1.0.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlCompiler.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgsturidownloader-1.0.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsSettings.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickParticles.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstwebrtc-1.0.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Material.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlCore.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorPresentationTime.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstwebrtc-1.0.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickLayouts.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WlShellIntegration.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickWidgets.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgsturidownloader-1.0.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Impl.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlCompiler.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsWavefrontMesh.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickEffects.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsQmlModels.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorPresentationTime.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickParticles.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstwayland-1.0.so.0.2410.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgsturidownloader-1.0.so.0.2410.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorIviapplication.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libvulkan_nouveau.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsSettings.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libltdl.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlXmlListModel.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorIviapplication.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstsctp-1.0.so.0.2410.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlNetwork.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsAnimation.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2FluentWinUI3StyleImpl.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstvulkan-1.0.so.0.2410.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Basic.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libsynctex.so.2.0.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickTest.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickWidgets.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickTemplates2.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlWorkerScript.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsSettings.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libvulkan_intel.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsSharedImage.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WlShellIntegration.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsPlatform.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Fusion.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libcdr-0.1.so.1.0.8 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Material.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2BasicStyleImpl.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2FusionStyleImpl.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlMeta.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libvulkan_intel_hasvk.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libltdl.so.7.3.3 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickParticles.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlXmlListModel.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libsynctex.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsFolderListModel.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorXdgShell.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libopenal.so.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libpkgconf.so.5 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2UniversalStyleImpl.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstvulkan-1.0.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Imagine.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorWLShell.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlLocalStorage.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandEglClientHwIntegration.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2MaterialStyleImpl.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickEffects.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlCore.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorWLShell.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsAnimation.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libcdr-0.1.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlMeta.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6Quick.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickShapes.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libwireplumber-0.5.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositorXdgShell.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstsctp-1.0.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libwireplumber-0.5.so.0.507.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libetonyek-0.1.so.1.0.12 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libetonyek-0.1.so.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libltdl.so.7 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libopenal.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstwebrtcnice-1.0.so.0.2410.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsFolderListModel.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstwayland-1.0.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsSharedImage.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Universal.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickDialogs2Utils.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlNetwork.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstva-1.0.so.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandCompositor.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlWorkerScript.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2ImagineStyleImpl.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6Quick.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6WaylandEglCompositorHwIntegration.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstsctp-1.0.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlCore.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libgstwebrtc-1.0.so.0.2410.0 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlCompiler.so.6 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickControls2Impl.so is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QuickShapes.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6QmlModels.so.6.8.1 is empty, not checked.
usr/bin/ldconfig: File /usr/lib/libQt6LabsPlatform.so.6 is empty, not checked.
( 368/1148) reinstalling flex                                               [###########################################] 100%
( 597/1148) reinstalling grub                                               [###########################################] 100%
:: To use the new features provided in this GRUB update, it is recommended
   to install it to the MBR or UEFI. Due to potential configuration
   incompatibilities, it is advised to run both, installation and generation
   of configuration:
     # UEFI: https://wiki.archlinux.org/title/GRUB#Installation
     # BIOS: https://wiki.archlinux.org/title/GRUB#Installation_2
( 598/1148) reinstalling grub-btrfs                                         [###########################################] 100%
...
( 714/1148) reinstalling install-grub                                       [###########################################] 100%
:: To use the new features provided in this GRUB update, it is recommended
   to install it to the MBR or UEFI. Due to potential configuration
   incompatibilities, it is advised to run both, installation and generation
   of configuration:
     # UEFI: https://wiki.archlinux.org/title/GRUB#Installation
     # BIOS: https://wiki.archlinux.org/title/GRUB#Installation_2
( 715/1148) reinstalling intel-ucode                                        [###########################################] 100%
...
( 934/1148) reinstalling manjaro-system                                     [###########################################] 100%
==> Checking for 'os-prober' setup ...
    'os-prober' was already enabled by the user.
==> Checking if graphic drivers need an update ...
( 935/1148) reinstalling manjaro-wallpapers-18.0                            [###########################################] 100%
( 936/1148) reinstalling matcha-gtk-theme                                   [###########################################] 100%

To force Libadwaita appliations to use the gtk-4.0 theme,
symlink the gtk-4.0 theme to config folder
(replace Matcha-dark-sea with chosen theme variant):

mkdir -p ~/.config/gtk-4.0/
ln -sf /usr/share/themes/Matcha-dark-sea/gtk-4.0/{assets,gtk.css,gtk-dark.css} ~/.config/gtk-4.0/

Theme=manjaro
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64.img
==> Starting build: '6.11.10-2-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64-fallback.img -S autodetect
==> Starting build: '6.11.10-2-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
==> Starting build: '6.6.63-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
==> Starting build: '6.6.63-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
...
(1078/1148) reinstalling update-grub                                        [###########################################] 100%
:: To use the new features provided in this GRUB update, it is recommended
   to install it to the MBR or UEFI. Due to potential configuration
   incompatibilities, it is advised to run both, installation and generation
   of configuration:
     # UEFI: https://wiki.archlinux.org/title/GRUB#Installation
     # BIOS: https://wiki.archlinux.org/title/GRUB#Installation_2
(1079/1148) reinstalling upower                                             [###########################################] 100%
(1080/1148) reinstalling usbutils                                           [###########################################] 100%
...
(1148/1148) reinstalling zenity                                             [###########################################] 100%
:: Running post-transaction hooks...
( 1/37) Creating system user accounts...
( 2/37) Updating journal message catalog...
( 3/37) Reloading system manager configuration...
  Skipped: Running in chroot.
( 4/37) Reloading user manager configuration...
  Skipped: Running in chroot.
( 5/37) Updating udev hardware database...
( 6/37) Applying kernel sysctl settings...
  Skipped: Running in chroot.
( 7/37) Creating temporary files...
( 8/37) Reloading device manager configuration...
  Skipped: Running in chroot.
( 9/37) Arming ConditionNeedsUpdate...
(10/37) Updating the MIME type database...
(11/37) Updating fontconfig configuration...
(12/37) Rebuilding certificate stores...
(13/37) Updating module dependencies...
(14/37) Restarting cronie for libc upgrade...
Running in chroot, ignoring command 'try-restart'
(15/37) Updating linux initcpios...
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64.img
==> Starting build: '6.11.10-2-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux611.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.11-x86_64 -g /boot/initramfs-6.11-x86_64-fallback.img -S autodetect
==> Starting build: '6.11.10-2-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.11-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img
==> Starting build: '6.6.63-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [autodetect]
  -> Running build hook: [kms]
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
==> Using default configuration file: '/etc/mkinitcpio.conf'
  -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect
==> Starting build: '6.6.63-1-MANJARO'
  -> Running build hook: [base]
  -> Running build hook: [udev]
  -> Running build hook: [kms]
==> WARNING: Possibly missing firmware for module: 'ast'
  -> Running build hook: [modconf]
  -> Running build hook: [block]
==> WARNING: Possibly missing firmware for module: 'wd719x'
==> WARNING: Possibly missing firmware for module: 'qed'
==> WARNING: Possibly missing firmware for module: 'qla1280'
==> WARNING: Possibly missing firmware for module: 'bfa'
==> WARNING: Possibly missing firmware for module: 'aic94xx'
==> WARNING: Possibly missing firmware for module: 'qla2xxx'
==> WARNING: Possibly missing firmware for module: 'xhci_pci'
  -> Running build hook: [keyboard]
  -> Running build hook: [keymap]
  -> Running build hook: [consolefont]
==> WARNING: consolefont: no font found in configuration
  -> Running build hook: [plymouth]
  -> Running build hook: [resume]
  -> Running build hook: [filesystems]
  -> Running build hook: [fsck]
==> Generating module dependencies
==> Creating zstd-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
  -> Early uncompressed CPIO image generation successful
==> Initcpio image generation successful
(16/37) Updating the appstream cache...
? Metadata cache was updated successfully.
(17/37) Installing Grub to MBR/EFI
WARNING: EFI directory not found! Grub couldn't be installed.
error: command failed to execute correctly
(18/37) Updating Grub-Bootmenu
Generating grub configuration file ...
Found theme: /usr/share/grub/themes/manjaro/theme.txt
Found linux image: /boot/vmlinuz-6.11-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.11-x86_64.img
Found initrd fallback image: /boot/initramfs-6.11-x86_64-fallback.img
Found linux image: /boot/vmlinuz-6.6-x86_64
Found initrd image: /boot/intel-ucode.img /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
Warning: os-prober will be executed to detect other bootable partitions.
Its output will be used to detect bootable binaries on them and create new boot entries.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
grub-probe: error: cannot find a GRUB drive for /dev/sda1.  Check your device.map.
Adding boot menu entry for UEFI Firmware Settings ...
Root filesystem isn't btrfs
If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
Found memtest86+ image: /boot/memtest86+/memtest.bin
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
/usr/bin/grub-probe: warning: unknown device type nvme0n1.
done
(19/37) Restarting accounts-daemon...
Running in chroot, ignoring command 'try-restart'
(20/37) Reloading system bus configuration...
  Skipped: Running in chroot.
(21/37) Warn about old perl modules
(22/37) Updating fontconfig cache...
(23/37) Probing GDK-Pixbuf loader modules...
(24/37) Updating GIO module cache...
(25/37) Compiling GSettings XML schema files...
(26/37) Probing GTK2 input method modules...
(27/37) Probing GTK3 input method modules...
(28/37) Updating icon theme caches...
(29/37) Updating GTK4 module cache...
(30/37) Reloading GVFS config...
(31/37) Creating background picture sym-links for XFCE...
'/usr/share/backgrounds/xfce/illyria-default-lockscreen.jpg' -> '/usr/share/backgrounds/illyria-default-lockscreen.jpg'
'/usr/share/backgrounds/xfce/illyria-default.jpg' -> '/usr/share/backgrounds/illyria-default.jpg'
(32/37) Changing NetworkManager Connectivity-Ping to manjaro.org
(33/37) Configuring pacman-mirrors ...
::INFO Downloading mirrors from Manjaro
::INFO => Mirror pool: https://repo.manjaro.org/mirrors.json
::INFO => Mirror status: https://repo.manjaro.org/status.json
hint: use `pacman-mirrors` to generate and update your pacman mirrorlist.
(34/37) Updating the info directory file...
(35/37) Updating the desktop file MIME type cache...
(36/37) Updating the vlc plugin cache...
(37/37) Updating X fontdir indices...

done :white_check_mark:

output from the second command is really huge so I removed things like package progression lines and warnings that it will reinstall each package

hmm, the empty not checked are still there…
reboot and see …

Looks like re-installing all packages indeed helped to revive the system :tada:

By default 6.6 kernel is being used, which is also great!

journalctl --priority=warning..crit --no-pager --boot=-1
gru 07 14:11:00 th-man-manjaro kernel: x86/cpu: VMX (outside TXT) disabled by BIOS
gru 07 14:11:00 th-man-manjaro kernel: x86/cpu: SGX disabled by BIOS.
gru 07 14:11:00 th-man-manjaro kernel: MDS CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/mds.html for more details.
gru 07 14:11:00 th-man-manjaro kernel: MMIO Stale Data CPU bug present and SMT on, data leak possible. See https://www.kernel.org/doc/html/latest/admin-guide/hw-vuln/processor_mmio_stale_data.html for more details.
gru 07 14:11:00 th-man-manjaro kernel: ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
gru 07 14:11:00 th-man-manjaro kernel: ACPI Warning: GPE type mismatch (level/edge) (20230628/evxface-791)
gru 07 14:11:00 th-man-manjaro kernel: hpet_acpi_add: no address or irqs in _CRS
gru 07 14:11:00 th-man-manjaro kernel: i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
gru 07 14:11:00 th-man-manjaro kernel: systemd[1]: memfd_create() called without MFD_EXEC or MFD_NOEXEC_SEAL set
gru 07 14:11:01 th-man-manjaro kernel: i801_smbus 0000:00:1f.4: Transaction timeout
gru 07 14:11:01 th-man-manjaro kernel: i801_smbus 0000:00:1f.4: Failed terminating the transaction
gru 07 14:11:01 th-man-manjaro kernel: i801_smbus 0000:00:1f.4: SMBus is busy, can't use it!
gru 07 14:11:02 th-man-manjaro kernel: thermal thermal_zone7: failed to read out thermal zone (-61)
gru 07 14:11:02 th-man-manjaro bluetoothd[679]: src/plugin.c:init_plugin() System does not support bap plugin
gru 07 14:11:02 th-man-manjaro bluetoothd[679]: src/plugin.c:init_plugin() System does not support bass plugin
gru 07 14:11:02 th-man-manjaro bluetoothd[679]: src/plugin.c:init_plugin() System does not support mcp plugin
gru 07 14:11:02 th-man-manjaro bluetoothd[679]: src/plugin.c:init_plugin() System does not support vcp plugin
gru 07 14:11:02 th-man-manjaro bluetoothd[679]: profiles/audio/micp.c:micp_init() D-Bus experimental not enabled
gru 07 14:11:02 th-man-manjaro bluetoothd[679]: src/plugin.c:init_plugin() System does not support micp plugin
gru 07 14:11:02 th-man-manjaro bluetoothd[679]: src/plugin.c:init_plugin() System does not support ccp plugin
gru 07 14:11:02 th-man-manjaro bluetoothd[679]: src/plugin.c:init_plugin() System does not support csip plugin
gru 07 14:11:02 th-man-manjaro bluetoothd[679]: src/plugin.c:init_plugin() System does not support asha plugin
gru 07 14:11:02 th-man-manjaro kernel: pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
gru 07 14:11:02 th-man-manjaro kernel: pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
gru 07 14:11:02 th-man-manjaro kernel: pcieport 0000:00:1c.5:    [ 0] RxErr                  (First)
gru 07 14:11:02 th-man-manjaro kernel: kauditd_printk_skb: 155 callbacks suppressed
gru 07 14:11:02 th-man-manjaro kernel: pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
gru 07 14:11:02 th-man-manjaro kernel: pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
gru 07 14:11:02 th-man-manjaro kernel: pcieport 0000:00:1c.5:    [ 0] RxErr                  (First)
gru 07 14:11:02 th-man-manjaro kernel: pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
gru 07 14:11:02 th-man-manjaro kernel: pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
gru 07 14:11:02 th-man-manjaro kernel: pcieport 0000:00:1c.5:    [ 0] RxErr                  (First)
gru 07 14:11:06 th-man-manjaro lightdm[835]: gkr-pam: no password is available for user
gru 07 14:11:06 th-man-manjaro dbus-broker-launch[674]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
gru 07 14:11:06 th-man-manjaro systemd-xdg-autostart-generator[851]: Configuration file /home/th-man/.config/autostart/xfce-pbw.sh is marked executable. Please remove executable permission bits. Proceeding anyway.
gru 07 14:11:06 th-man-manjaro dbus-broker-launch[872]: Service file '/usr/share//dbus-1/services/org.xfce.Thunar.FileManager1.service' is not named after the D-Bus name 'org.freedesktop.FileManager1'.
gru 07 14:11:06 th-man-manjaro dbus-broker-launch[872]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Cache1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Cache1'.
gru 07 14:11:06 th-man-manjaro dbus-broker-launch[872]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Manager1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Manager1'.
gru 07 14:11:06 th-man-manjaro dbus-broker-launch[872]: Service file '/usr/share//dbus-1/services/org.xfce.Tumbler.Thumbnailer1.service' is not named after the D-Bus name 'org.freedesktop.thumbnails.Thumbnailer1'.
gru 07 14:11:06 th-man-manjaro dbus-broker-launch[872]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifications.service' is not named after the D-Bus name 'org.freedesktop.Notifications'.
gru 07 14:11:06 th-man-manjaro dbus-broker-launch[872]: Service file '/usr/share//dbus-1/services/org.xfce.xfce4-notifyd.Notifyd.service' is not named after the D-Bus name 'org.xfce.Notifyd'.
gru 07 14:11:06 th-man-manjaro lightdm[835]: gkr-pam: couldn't unlock the login keyring.
gru 07 14:11:07 th-man-manjaro dbus-broker-launch[674]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
gru 07 14:11:08 th-man-manjaro wireplumber[964]: default: Failed to get percentage from UPower: org.freedesktop.DBus.Error.NameHasNoOwner
gru 07 14:11:09 th-man-manjaro tumblerd[1078]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: nie można otworzyć pliku obiektu dzielonego: Nie ma takiego pliku ani katalogu
gru 07 14:12:29 th-man-manjaro kernel: pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Physical Layer, (Receiver ID)
gru 07 14:12:29 th-man-manjaro kernel: pcieport 0000:00:1c.5:   device [8086:9d15] error status/mask=00000001/00002000
gru 07 14:12:29 th-man-manjaro kernel: pcieport 0000:00:1c.5:    [ 0] RxErr                  (First)
gru 07 14:14:23 th-man-manjaro systemd[844]: dbus-:1.11-org.a11y.atspi.Registry@0.service: Failed with result 'exit-code'.
gru 07 14:14:23 th-man-manjaro systemd[844]: xfce4-notifyd.service: Failed with result 'exit-code'.
gru 07 14:14:23 th-man-manjaro systemd[844]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
gru 07 14:14:23 th-man-manjaro dbus-broker[675]: A security policy denied :1.4 to send method call /midi/profile:org.bluez.GattProfile1.Release to :1.32.
gru 07 14:14:24 th-man-manjaro dbus-broker-launch[674]: Activation request for 'org.bluez' failed.
gru 07 14:14:24 th-man-manjaro dbus-broker-launch[674]: Activation request for 'org.bluez' failed.
gru 07 14:14:24 th-man-manjaro tumblerd[1078]: Owner of volume monitor org.gtk.vfs.AfcVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
gru 07 14:14:24 th-man-manjaro tumblerd[1078]: Owner of volume monitor org.gtk.vfs.GPhoto2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
gru 07 14:14:24 th-man-manjaro wireplumber[964]: pw.core: 0x5651e89bb750: leaked proxy 0x5651e8c0ed80 id:6
gru 07 14:14:24 th-man-manjaro wireplumber[964]: pw.core: 0x5651e89bb750: leaked proxy 0x5651e8c07360 id:7
gru 07 14:14:24 th-man-manjaro (sd-pam)[846]: pam_systemd(systemd-user:session): Failed to release session: Caller does not belong to any known session.
gru 07 14:14:24 th-man-manjaro dbus-broker-launch[674]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
gru 07 14:14:24 th-man-manjaro NetworkManager[676]: <warn>  [1733577264.7469] dispatcher: (10) failed (after 0.015 sec): Could not activate remote peer 'org.freedesktop.nm_dispatcher': activation request failed: unit is invalid
gru 07 14:14:24 th-man-manjaro dbus-broker-launch[674]: Activation request for 'org.freedesktop.nm_dispatcher' failed.
gru 07 14:14:26 th-man-manjaro kernel: watchdog: watchdog0: watchdog did not stop!

what exactly to run to double-check these errors?

the only suspicious in the log output are these:


but first check this:
sudo ldconfig
it should return nothing…

returned nothing :white_check_mark:

good, and output from:
journalctl -b0 --no-pager | grep -E 'severity|pcieport'