Kernel 6.8.5-1 not booting properly

Hello!

I’m experiencing strange issues with latest kernel 6.8.5-1.

I’m running stable branch KDE plasma. I was on 6.7 - I see that it has been removed, aside the RT version, so I can’t give you the exact version. I was using automatic login as user, with session Plasma(wayland), set in the login screen (SDDM) settings.
I installed latest kernel yesterday (“sucessfull”), and rebooted. The system never rebooted properly - I got a black screen, not even reaching the manjaro splash screen. After a while, I did a long press on the power button to force a shut down, then booted the computer again. I selected the latest kernel in the grub menu options, then booted. I do not remember having other further issue for this session (yesterday).

Today, I got notifications of available updates, for linux56 and linux58 in the extra repository. I installed them, and restarted. I got the black screen again, no splash screen. I used the power button again to force a shutdown, and booted anew, and got to the splash screen, where the throbber kept going for an unusual amount of time, until it ultimately got to a command line interface, that suggested to me to either enter the root password for maintenance, or press Control D to go further (sorry, I do not remember the exact words).

I entered the password, then tried to start a wayland session with startplasma-wayland. I got an error stating that qdbus was disconnected, and asking me to call qdbus, which I tried by typing qdbus in the command line, and got something that I do not remember - something ‘not defined’ (sorry, my memories are not as sharp as I’d like), asking to define the address of the session…? perhaps? At this point, I gave up, rebooted using reboot command, and selected the LTS kernel in the grub menu options that I keep installed for these occasions.

I booted without any problem. I went to the SDDM options, selected plasma(X11). I removed the kernel 5.8.5-1, and then checked and removed all orphaned packages, checked for updates.
I rebooted, installed the latest kernel again, and rebooted once more, selected the latest kernel in the grub menu options. I got the black screen again and no splash screen.
I pressed the power button, booted, and got to the splash screen, with the throbber going for unusually long again, then the command line interface. This time I pressed control D, and got into the GUI.

I tried to reboot again, and I get the black screen, no splash screen, where I need to use the power button, start again the computer, then get the normal boot sequence.

Perhaps of interest : I’ve got a version of plymouth that is newer than the version in the repositories, and I’ve seen the post about it, but I’ve got no idea if it is related.

Feel free to ask me the info you need. I don’t know what is relevant, and don’t want to clutter the post with useless information, so I opted for not providing anything.

Contradiction detected :no_mouth:

I have not read all of the post but:
how about taking plymouth out of the equation?

Or:
just use a kernel that works
LTS perhaps …

Add to your kernel booting line in grub

plymouth.enable=0 disablehooks=plymouth

and remove splash to test.

I know I can solve this by using last LTS kernel, as I make clear above. There’s no contradiction at all, as you’d know if you had read the post about plymouth and what I’m reporting.

I’m reporting this because it’s perhaps of interest, and to solve what’s preventing me from using latest kernel, if it’s something that I did myself to my install.

Reporting a problematic behaviour is necessary, even if it does not present a major issue or impediment for the user.

Using a custom version of plymouth is definitely unsupported. Try to turn that off first. (i have no other suggestions unfortunatelly)

I was replying to a previous response.

To your point : it’s not a custom version. I never installed a custom version of that package. I’ll try to downgrade the package - I’m trying to find the pamac command.

Ok, a different version then. Don’t know about pamac, but pacman will be
sudo pacman -Syuu

1 Like

can you provide

sudo mhwd-kernel -li 
sudo mhwd-kernel -l

sudo mhwd-kernel -li  :heavy_check_mark:
[sudo] password for jorgecpd:
Currently running: 6.8.5-1-MANJARO (linux68)
The following kernels are installed in your system:

  • linux66
  • linux68
cat /proc/cmdline

BOOT_IMAGE=/boot/vmlinuz-6.8-x86_64 root=UUID=41fd8083-4e6d-43c6-b78e-8c11b36d8410 rw quiet splash udev.log_priority=3

cat /etc/mkinitcpio.conf
 ✔ 
# vim:set ft=sh
# MODULES
# The following modules are loaded before any boot hooks are
# run.  Advanced users may wish to specify all system modules
# in this array.  For instance:
#     MODULES=(usbhid xhci_hcd)
MODULES=""

# BINARIES
# This setting includes any additional binaries a given user may
# wish into the CPIO image.  This is run last, so it may be used to
# override the actual binaries included by a given hook
# BINARIES are dependency parsed, so you may safely ignore libraries
BINARIES=()

# FILES
# This setting is similar to BINARIES above, however, files are added
# as-is and are not parsed in any way.  This is useful for config files.
FILES=""

# HOOKS
# This is the most important setting in this file.  The HOOKS control the
# modules and scripts added to the image, and what happens at boot time.
# Order is important, and it is recommended that you do not change the
# order in which HOOKS are added.  Run 'mkinitcpio -H <hook name>' for
# help on a given hook.
# 'base' is _required_ unless you know precisely what you are doing.
# 'udev' is _required_ in order to automatically load modules
# 'filesystems' is _required_ unless you specify your fs modules in MODULES
# Examples:
##   This setup specifies all modules in the MODULES setting above.
##   No RAID, lvm2, or encrypted root is needed.
#    HOOKS=(base)
#
##   This setup will autodetect all modules for your system and should
##   work as a sane default
#    HOOKS=(base udev autodetect modconf block filesystems fsck)
#
##   This setup will generate a 'full' image which supports most systems.
##   No autodetection is done.
#    HOOKS=(base udev modconf block filesystems fsck)
#
##   This setup assembles a mdadm array with an encrypted root file system.
##   Note: See 'mkinitcpio -H mdadm_udev' for more information on RAID devices.
#    HOOKS=(base udev modconf keyboard keymap consolefont block mdadm_udev encrypt filesystems fsck)
#
##   This setup loads an lvm2 volume group.
#    HOOKS=(base udev modconf block lvm2 filesystems fsck)
#
##   NOTE: If you have /usr on a separate partition, you MUST include the
#    usr and fsck hooks.
HOOKS="base udev autodetect modconf block keyboard keymap consolefont plymouth filesystems fsck"

# COMPRESSION
# Use this to compress the initramfs image. By default, gzip compression
# is used. Use 'cat' to create an uncompressed image.
#COMPRESSION="gzip"
#COMPRESSION="bzip2"
#COMPRESSION="lzma"
#COMPRESSION="xz"
#COMPRESSION="lzop"
#COMPRESSION="lz4"
#COMPRESSION="zstd"

# COMPRESSION_OPTIONS
# Additional options for the compressor
#COMPRESSION_OPTIONS=()

# MODULES_DECOMPRESS
# Decompress kernel modules during initramfs creation.
# Enable to speedup boot process, disable to save RAM
# during early userspace. Switch (yes/no).
#MODULES_DECOMPRESS="yes"

pamac info plymouth
                                                                                                                                                                                                                                        ✔ 

Name : plymouth
Version : 24.004.60-6
Description : Graphical boot splash screen
URL : Plymouth
Licences : GPL-2.0-or-later
Repository : extra
Installed Size : 2,3 MB
Groups : –
Depends On : bash cairo cantarell-fonts filesystem>=2023.12.21 fontconfig freetype2 glib2 glibc libdrm libevdev libpng libx11 libxkbcommon pango systemd-libs xkeyboard-config
Optional Dependencies : gtk3: x11 renderer [Installed]
Required By : plymouth-kcm plymouth-theme-manjaro
Optional For : pamac-cli
Provides : –
Replaces : –
Conflicts With : –
Packager : Mark Wagie mark@manjaro.org
Build Date : qua 14 fev 2024 16:07:46
Install Date : qua 21 fev 2024 17:11:13
Install Reason : Explicitly installed
Validated By : Signature
Backup files : /etc/plymouth/plymouthd.conf


  • can you check in /var/log/pacman.log what you have removed ?
  • microcode is missing for HOOKS in /etc/mkinitcpio.conf
  • cpupower frequency-info should shows amd-pstate or amd-pstate-epp

As kindly suggested by @Nachlese and @Teo, plymouth version seems to be the issue here.

What I did : using the GUI of pamac, I uninstalled plymouth-theme-manjaro , plymouth-kcm and plymouth, then reinstalled the packages.

I rebooted with no issues on the latest kernel. Thank you for the help!

Strange, I get nothing… are you sure you got the path right?

cat /var/pacman.log                                                                                                                                                                                                                                                                                                                                                                                                                                                          ✔ 
cat: /var/pacman.log: No such file or directory

error path : /var/log/pacman.conf

I did not find the file in that folder. There’s one in /etc, though :

cat /etc/pacman.conf
#
# /etc/pacman.conf
#
# See the pacman.conf(5) manpage for option and repository directives

#
# GENERAL OPTIONS
#
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir     = /
#DBPath      = /var/lib/pacman/
#CacheDir    = /var/cache/pacman/pkg/
#LogFile     = /var/log/pacman.log
#GPGDir      = /etc/pacman.d/gnupg/
#HookDir     = /etc/pacman.d/hooks/
HoldPkg      = pacman glibc manjaro-system
# If upgrades are available for these packages they will be asked for first
SyncFirst    = manjaro-system archlinux-keyring manjaro-keyring
#XferCommand = /usr/bin/curl -L -C - -f -o %o %u
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#CleanMethod = KeepInstalled
#UseDelta    = 0.7
Architecture = auto

#IgnorePkg   =
#IgnorePkg   =
#IgnoreGroup =

#NoUpgrade   =
#NoExtract   =

# Misc options
#UseSyslog
Color
#NoProgressBar
# We cannot check disk space from within a chroot environment
CheckSpace
#VerbosePkgLists
ParallelDownloads = 4
ILoveCandy

# By default, pacman accepts packages signed by keys that its local keyring
# trusts (see pacman-key and its man page), as well as unsigned packages.
SigLevel    = Required DatabaseOptional
LocalFileSigLevel = Optional
#RemoteFileSigLevel = Required

# NOTE: You must run `pacman-key --init` before first using pacman; the local
# keyring can then be populated with the keys of all official Manjaro Linux
# packagers with `pacman-key --populate archlinux manjaro`.

#
# REPOSITORIES
#   - can be defined here or included from another file
#   - pacman will search repositories in the order defined here
#   - local/custom mirrors can be added here or in separate files
#   - repositories listed first will take precedence when packages
#     have identical names, regardless of version number
#   - URLs will have $repo replaced by the name of the current repo
#   - URLs will have $arch replaced by the name of the architecture
#
# Repository entries are of the format:
#       [repo-name]
#       Server = ServerName
#       Include = IncludePath
#
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
#

# The testing repositories are disabled by default. To enable, uncomment the
# repo name header and Include lines. You can add preferred servers immediately
# after the header, and they will be used before the default mirrors.

[core]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[extra]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

[community]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# If you want to run 32 bit applications on your x86_64 system,
# enable the multilib repositories as required here.

[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist

# An example of a custom package repository.  See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#SigLevel = Optional TrustAll
#Server = file:///home/custompkgs
cpupower frequency-info
cpupower frequency-info                                                                                                                                                                                                      ✔ 
analyzing CPU 8:
  driver: acpi-cpufreq
  CPUs which run at the same hardware frequency: 8
  CPUs which need to have their frequency coordinated by software: 8
  maximum transition latency:  Cannot determine or is not supported.
  hardware limits: 2.20 GHz - 4.85 GHz
  available frequency steps:  3.80 GHz, 2.80 GHz, 2.20 GHz
  available cpufreq governors: conservative ondemand userspace powersave performance schedutil
  current policy: frequency should be within 2.20 GHz and 3.80 GHz.
                  The governor "schedutil" may decide which speed to use
                  within this range.
  current CPU frequency: Unable to call hardware
  current CPU frequency: 3.59 GHz (asserted by call to kernel)
  boost state support:
    Supported: yes
    Active: no

As for the microcode that is missing : how to solve this? I don’t know what it is. Can you point me to a solution something for me to understand?

Because you ignored the better approach

PS.

Is incorrect.

cat /var/log/pacman.log 

Maybe by mistake? Copy the command from here. It Should exist.

It is not the same as a config file in /etc/.

PPS.

Indicates you have not been handling your pacnews.

Your system is in an unsupported state.

To print all pacnews

pacdiff -o

To see all about them:

PPPS.

Are long EOL, dead, gone.

This is further evidence of a severely unmaintained (broken?) system.

Boot into a supported kernel. Remove the dead kernels. (see kernel.org if you need a secondary source).

PPPPS.

This would be the HOOKS in /etc/mkinitcpio.conf and you can see more about it here:
https://wiki.archlinux.org/title/Mkinitcpio

But this may also be one of the things incoporated by an /etc/mkinitcpio.conf.pacnew I believe you might have.

It’s a typo, sorry. You can see the kernels I have in the info I provided (linux66 and linux68, both supported).

I did not use pacman because I remember to have read to preferencially use pamac in Manjaro. I deemed safer to use pamac and the GUI. Is it a problem in this case?

Regarding the pacdiffs, I only have one, and it’s related to plymouth :

pacdiff -o                                                                                                                                                                                                                   ✔ 
/etc/plymouth/plymouthd.conf.pacsave

finally,

cat /var/log/pacman.log for today and yesterday
[2024-04-10T09:36:44+0100] [PAMAC] synchronizing package lists
[2024-04-10T09:37:13+0100] [ALPM] running '00-timeshift-autosnap.hook'...
[2024-04-10T09:37:13+0100] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
[2024-04-10T09:37:13+0100] [ALPM] transaction started
[2024-04-10T09:37:14+0100] [ALPM] upgraded discord (0.0.48-1 -> 0.0.49-1)
[2024-04-10T09:37:14+0100] [ALPM] transaction completed
[2024-04-10T09:37:14+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-10T09:37:14+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-10T09:37:14+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-04-10T09:37:14+0100] [ALPM] running 'pacnew-checker.hook'...
[2024-04-10T09:37:15+0100] [ALPM] running 'rebuild-detector.hook'...
[2024-04-10T09:37:15+0100] [ALPM-SCRIPTLET] parallel: Warning: $HOME not set. Using /tmp.
[2024-04-10T09:37:15+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-04-10T23:22:32+0100] [PAMAC] synchronizing package lists
[2024-04-10T23:22:51+0100] [ALPM] running '00-timeshift-autosnap.hook'...
[2024-04-10T23:22:51+0100] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
[2024-04-10T23:22:51+0100] [ALPM] transaction started
[2024-04-10T23:22:51+0100] [ALPM] upgraded xorg-xwayland (23.2.5-0 -> 23.2.6-0)
[2024-04-10T23:22:52+0100] [ALPM] transaction completed
[2024-04-10T23:22:52+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-10T23:22:52+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-10T23:22:52+0100] [ALPM] running 'pacnew-checker.hook'...
[2024-04-10T23:22:52+0100] [ALPM] running 'rebuild-detector.hook'...
[2024-04-10T23:22:52+0100] [ALPM-SCRIPTLET] parallel: Warning: $HOME not set. Using /tmp.
[2024-04-10T23:22:53+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-04-10T23:30:11+0100] [PACMAN] Running '/usr/bin/pacman --noconfirm --noprogressbar -S linux68'
[2024-04-10T23:30:31+0100] [ALPM] transaction started
[2024-04-10T23:30:32+0100] [ALPM] installed linux68 (6.8.4-1)
[2024-04-10T23:30:32+0100] [ALPM] transaction completed
[2024-04-10T23:30:32+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-10T23:30:32+0100] [ALPM] running '60-depmod.hook'...
[2024-04-10T23:30:33+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2024-04-10T23:30:33+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'default'
[2024-04-10T23:30:33+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-10T23:30:33+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64.img --microcode /boot/amd-ucode.img
[2024-04-10T23:30:33+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.4-1-MANJARO'
[2024-04-10T23:30:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-10T23:30:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-10T23:30:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-04-10T23:30:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-10T23:30:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-10T23:30:34+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-10T23:30:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-10T23:30:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-10T23:30:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-10T23:30:34+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-10T23:30:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-10T23:30:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-10T23:30:35+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-10T23:30:35+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-10T23:30:35+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64.img'
[2024-04-10T23:30:36+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-10T23:30:36+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'fallback'
[2024-04-10T23:30:36+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-10T23:30:36+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64-fallback.img -S autodetect --microcode /boot/amd-ucode.img
[2024-04-10T23:30:36+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.4-1-MANJARO'
[2024-04-10T23:30:36+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-10T23:30:36+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-10T23:30:36+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-10T23:30:36+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-10T23:30:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-04-10T23:30:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-04-10T23:30:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-04-10T23:30:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-04-10T23:30:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-04-10T23:30:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-04-10T23:30:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-10T23:30:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-10T23:30:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-10T23:30:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-10T23:30:39+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-10T23:30:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-10T23:30:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-10T23:30:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-10T23:30:41+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-10T23:30:41+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64-fallback.img'
[2024-04-10T23:30:46+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-10T23:30:46+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-10T23:30:47+0100] [ALPM] running '99-update-grub.hook'...
[2024-04-10T23:30:48+0100] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2024-04-10T23:30:48+0100] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/manjaro/theme.txt
[2024-04-10T23:30:48+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.8-x86_64
[2024-04-10T23:30:48+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.8-x86_64.img
[2024-04-10T23:30:48+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.8-x86_64-fallback.img
[2024-04-10T23:30:48+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.7-x86_64
[2024-04-10T23:30:48+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.7-x86_64.img
[2024-04-10T23:30:48+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.7-x86_64-fallback.img
[2024-04-10T23:30:49+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.6-x86_64
[2024-04-10T23:30:49+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
[2024-04-10T23:30:49+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
[2024-04-10T23:30:49+0100] [ALPM-SCRIPTLET] Warning: os-prober will be executed to detect other bootable partitions.
[2024-04-10T23:30:49+0100] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
[2024-04-10T23:30:50+0100] [ALPM-SCRIPTLET] Found Clear Linux OS on /dev/sdc2
[2024-04-10T23:30:51+0100] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2024-04-10T23:30:51+0100] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
[2024-04-10T23:30:51+0100] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
[2024-04-10T23:30:51+0100] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2024-04-10T23:30:51+0100] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2024-04-10T23:30:51+0100] [ALPM-SCRIPTLET] done
[2024-04-10T23:38:56+0100] [PACMAN] Running '/usr/bin/pacman --noconfirm --noprogressbar -R linux67'
[2024-04-10T23:38:56+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2024-04-10T23:38:56+0100] [ALPM] transaction started
[2024-04-10T23:38:57+0100] [ALPM] removed linux67 (6.7.12-1)
[2024-04-10T23:38:57+0100] [ALPM] transaction completed
[2024-04-10T23:38:57+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-10T23:38:57+0100] [ALPM] running '60-depmod.hook'...
[2024-04-10T23:38:57+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-10T23:38:57+0100] [ALPM] running '99-update-grub.hook'...
[2024-04-10T23:38:57+0100] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2024-04-10T23:38:57+0100] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/manjaro/theme.txt
[2024-04-10T23:38:58+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.8-x86_64
[2024-04-10T23:38:58+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.8-x86_64.img
[2024-04-10T23:38:58+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.8-x86_64-fallback.img
[2024-04-10T23:38:58+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.6-x86_64
[2024-04-10T23:38:58+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
[2024-04-10T23:38:58+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
[2024-04-10T23:38:58+0100] [ALPM-SCRIPTLET] Warning: os-prober will be executed to detect other bootable partitions.
[2024-04-10T23:38:58+0100] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
[2024-04-10T23:38:59+0100] [ALPM-SCRIPTLET] Found Clear Linux OS on /dev/sdc2
[2024-04-10T23:39:00+0100] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2024-04-10T23:39:00+0100] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
[2024-04-10T23:39:00+0100] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
[2024-04-10T23:39:00+0100] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2024-04-10T23:39:00+0100] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2024-04-10T23:39:00+0100] [ALPM-SCRIPTLET] done
[2024-04-11T19:16:18+0100] [PAMAC] synchronizing package lists
[2024-04-11T19:16:55+0100] [PAMAC] synchronizing package lists
[2024-04-11T19:17:37+0100] [ALPM] running '00-timeshift-autosnap.hook'...
[2024-04-11T19:17:37+0100] [ALPM-SCRIPTLET] ==> skipping timeshift-autosnap due skipRsyncAutosnap in /etc/timeshift-autosnap.conf set to TRUE.
[2024-04-11T19:17:37+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2024-04-11T19:17:37+0100] [ALPM] transaction started
[2024-04-11T19:17:37+0100] [ALPM] upgraded chromium (123.0.6312.105-1 -> 123.0.6312.122-1)
[2024-04-11T19:17:39+0100] [ALPM] upgraded linux66 (6.6.25-1 -> 6.6.26-1)
[2024-04-11T19:17:39+0100] [ALPM] upgraded linux68 (6.8.4-1 -> 6.8.5-1)
[2024-04-11T19:17:40+0100] [ALPM] transaction completed
[2024-04-11T19:17:40+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-11T19:17:40+0100] [ALPM] running '60-depmod.hook'...
[2024-04-11T19:17:42+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2024-04-11T19:17:42+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
[2024-04-11T19:17:42+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T19:17:42+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img --microcode /boot/amd-ucode.img
[2024-04-11T19:17:42+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.26-1-MANJARO'
[2024-04-11T19:17:42+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T19:17:42+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T19:17:42+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-04-11T19:17:42+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T19:17:42+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T19:17:43+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T19:17:43+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T19:17:43+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T19:17:43+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T19:17:43+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T19:17:43+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T19:17:44+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T19:17:44+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T19:17:44+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T19:17:44+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
[2024-04-11T19:17:45+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T19:17:45+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
[2024-04-11T19:17:45+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T19:17:45+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect --microcode /boot/amd-ucode.img
[2024-04-11T19:17:45+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.26-1-MANJARO'
[2024-04-11T19:17:45+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T19:17:45+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T19:17:45+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T19:17:45+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T19:17:46+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-04-11T19:17:46+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-04-11T19:17:46+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-04-11T19:17:46+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-04-11T19:17:46+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-04-11T19:17:46+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-04-11T19:17:46+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T19:17:47+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T19:17:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T19:17:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T19:17:48+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T19:17:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T19:17:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T19:17:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T19:17:50+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T19:17:50+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
[2024-04-11T19:17:55+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T19:17:55+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'default'
[2024-04-11T19:17:55+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T19:17:55+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64.img --microcode /boot/amd-ucode.img
[2024-04-11T19:17:55+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.5-1-MANJARO'
[2024-04-11T19:17:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T19:17:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T19:17:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-04-11T19:17:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T19:17:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T19:17:56+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T19:17:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T19:17:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T19:17:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T19:17:56+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T19:17:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T19:17:57+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T19:17:57+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T19:17:57+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T19:17:57+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64.img'
[2024-04-11T19:17:58+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T19:17:58+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'fallback'
[2024-04-11T19:17:58+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T19:17:58+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64-fallback.img -S autodetect --microcode /boot/amd-ucode.img
[2024-04-11T19:17:58+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.5-1-MANJARO'
[2024-04-11T19:17:58+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T19:17:58+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T19:17:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T19:17:59+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T19:17:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-04-11T19:17:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-04-11T19:17:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-04-11T19:17:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-04-11T19:17:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-04-11T19:17:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-04-11T19:17:59+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T19:18:00+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T19:18:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T19:18:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T19:18:01+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T19:18:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T19:18:01+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T19:18:02+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T19:18:03+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T19:18:03+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64-fallback.img'
[2024-04-11T19:18:08+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T19:18:08+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-11T19:18:09+0100] [ALPM] running '99-update-grub.hook'...
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/manjaro/theme.txt
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.8-x86_64
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.8-x86_64.img
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.8-x86_64-fallback.img
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.6-x86_64
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Warning: os-prober will be executed to detect other bootable partitions.
[2024-04-11T19:18:13+0100] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
[2024-04-11T19:18:14+0100] [ALPM-SCRIPTLET] Found Clear Linux OS on /dev/sdc2
[2024-04-11T19:18:15+0100] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2024-04-11T19:18:15+0100] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
[2024-04-11T19:18:15+0100] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
[2024-04-11T19:18:15+0100] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2024-04-11T19:18:15+0100] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2024-04-11T19:18:16+0100] [ALPM-SCRIPTLET] done
[2024-04-11T19:18:16+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-04-11T19:18:16+0100] [ALPM] running 'pacnew-checker.hook'...
[2024-04-11T19:18:16+0100] [ALPM] running 'rebuild-detector.hook'...
[2024-04-11T19:18:16+0100] [ALPM-SCRIPTLET] parallel: Warning: $HOME not set. Using /tmp.
[2024-04-11T19:18:16+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-04-11T19:27:52+0100] [PAMAC] synchronizing package lists
[2024-04-11T19:28:14+0100] [PAMAC] synchronizing package lists
[2024-04-11T19:28:20+0100] [PAMAC] synchronizing package lists
[2024-04-11T19:50:37+0100] [PACMAN] Running '/usr/bin/pacman --noconfirm --noprogressbar -R linux68'
[2024-04-11T19:50:37+0100] [ALPM] running '60-mkinitcpio-remove.hook'...
[2024-04-11T19:50:37+0100] [ALPM] transaction started
[2024-04-11T19:50:38+0100] [ALPM] removed linux68 (6.8.5-1)
[2024-04-11T19:50:38+0100] [ALPM] transaction completed
[2024-04-11T19:50:38+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-11T19:50:38+0100] [ALPM] running '60-depmod.hook'...
[2024-04-11T19:50:38+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-11T19:50:38+0100] [ALPM] running '99-update-grub.hook'...
[2024-04-11T19:50:38+0100] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2024-04-11T19:50:38+0100] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/manjaro/theme.txt
[2024-04-11T19:50:39+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.6-x86_64
[2024-04-11T19:50:39+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
[2024-04-11T19:50:39+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
[2024-04-11T19:50:39+0100] [ALPM-SCRIPTLET] Warning: os-prober will be executed to detect other bootable partitions.
[2024-04-11T19:50:39+0100] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
[2024-04-11T19:50:40+0100] [ALPM-SCRIPTLET] Found Clear Linux OS on /dev/sdc2
[2024-04-11T19:50:41+0100] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2024-04-11T19:50:41+0100] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
[2024-04-11T19:50:41+0100] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
[2024-04-11T19:50:41+0100] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2024-04-11T19:50:41+0100] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2024-04-11T19:50:41+0100] [ALPM-SCRIPTLET] done
[2024-04-11T19:54:39+0100] [ALPM] running 'texinfo-remove.hook'...
[2024-04-11T19:54:39+0100] [ALPM] transaction started
[2024-04-11T19:54:39+0100] [ALPM] removed wayland-protocols (1.33-1)
[2024-04-11T19:54:39+0100] [ALPM] removed jemalloc (1:5.3.0-3)
[2024-04-11T19:54:39+0100] [ALPM] removed ldns (1.8.3-2)
[2024-04-11T19:54:39+0100] [ALPM] removed dnssec-anchors (20190629-3)
[2024-04-11T19:54:39+0100] [ALPM] removed unzip (6.0-20)
[2024-04-11T19:54:39+0100] [ALPM] removed kdsoap-ws-discovery-client (0.4.0-1)
[2024-04-11T19:54:39+0100] [ALPM] removed kdsoap-qt6 (2.2.0-1)
[2024-04-11T19:54:39+0100] [ALPM] removed libical (3.0.17-2)
[2024-04-11T19:54:39+0100] [ALPM] removed cppunit (1.15.1-3)
[2024-04-11T19:54:39+0100] [ALPM] removed python-gbinder (1.1.2-1)
[2024-04-11T19:54:39+0100] [ALPM] removed libgbinder (1.1.38-1)
[2024-04-11T19:54:39+0100] [ALPM] removed libglibutil (1.0.76-1)
[2024-04-11T19:54:39+0100] [ALPM] removed libvips (8.15.1-5)
[2024-04-11T19:54:39+0100] [ALPM] removed cython (3.0.9-1)
[2024-04-11T19:54:39+0100] [ALPM] removed re2 (1:20240301-1)
[2024-04-11T19:54:39+0100] [ALPM] removed python-polib (1.2.0-2)
[2024-04-11T19:54:39+0100] [ALPM] removed db (6.2.32-1)
[2024-04-11T19:54:39+0100] [ALPM] removed python-installer (0.7.0-4)
[2024-04-11T19:54:40+0100] [ALPM] removed yarn (1.22.21-1)
[2024-04-11T19:54:40+0100] [ALPM] removed libgsf (1.14.52-1)
[2024-04-11T19:54:40+0100] [ALPM] removed libcgif (0.3.2-1)
[2024-04-11T19:54:40+0100] [ALPM] removed appstream-glib (0.8.2-3)
[2024-04-11T19:54:40+0100] [ALPM] removed python-build (1.1.1-1)
[2024-04-11T19:54:40+0100] [ALPM] removed poco (1.12.5p2-1)
[2024-04-11T19:54:40+0100] [ALPM] removed kgamma (5.27.11-1)
[2024-04-11T19:54:40+0100] [ALPM] removed lua52 (5.2.4-6)
[2024-04-11T19:54:40+0100] [ALPM] removed cpio (2.15-1)
[2024-04-11T19:54:41+0100] [ALPM] removed go (2:1.22.0-1)
[2024-04-11T19:54:41+0100] [ALPM] removed gptfdisk (1.0.10-1)
[2024-04-11T19:54:41+0100] [ALPM] removed python-pyproject-hooks (1.0.0-5)
[2024-04-11T19:54:41+0100] [ALPM] removed lxc (1:5.0.3-1)
[2024-04-11T19:54:41+0100] [ALPM] removed libreoffice-fresh-sdk (24.2.0-2)
[2024-04-11T19:54:41+0100] [ALPM] removed zip (3.0-11)
[2024-04-11T19:54:42+0100] [ALPM] removed libreoffice-fresh (24.2.0-2)
[2024-04-11T19:54:42+0100] [ALPM] removed libetonyek (0.1.10-3)
[2024-04-11T19:54:42+0100] [ALPM] removed box2d (2.4.1-2)
[2024-04-11T19:54:42+0100] [ALPM] removed libqxp (0.0.2-11)
[2024-04-11T19:54:42+0100] [ALPM] removed libmspub (0.1.4-15)
[2024-04-11T19:54:42+0100] [ALPM] removed libnumbertext (1.0.11-1)
[2024-04-11T19:54:42+0100] [ALPM] removed libfreehand (0.1.2-4)
[2024-04-11T19:54:42+0100] [ALPM] removed libmwaw (0.3.22-1)
[2024-04-11T19:54:42+0100] [ALPM] removed libpagemaker (0.0.4-3)
[2024-04-11T19:54:42+0100] [ALPM] removed redland (1:1.0.17-8)
[2024-04-11T19:54:42+0100] [ALPM] removed rasqal (1:0.9.33-7)
[2024-04-11T19:54:42+0100] [ALPM] removed lpsolve (5.5.2.11-2)
[2024-04-11T19:54:42+0100] [ALPM] removed liborcus (0.19.2-1)
[2024-04-11T19:54:42+0100] [ALPM] removed libixion (0.19.0-1)
[2024-04-11T19:54:42+0100] [ALPM] removed libcmis (0.6.2-1)
[2024-04-11T19:54:42+0100] [ALPM] removed libexttextcat (3.4.7-1)
[2024-04-11T19:54:42+0100] [ALPM] removed libe-book (0.1.3-15)
[2024-04-11T19:54:42+0100] [ALPM] removed libzmf (0.0.2-15)
[2024-04-11T19:54:42+0100] [ALPM] removed libabw (0.1.3-3)
[2024-04-11T19:54:42+0100] [ALPM] removed libatomic_ops (7.8.0-1)
[2024-04-11T19:54:42+0100] [ALPM] removed libcdr (0.1.7-7)
[2024-04-11T19:54:42+0100] [ALPM] removed libodfgen (0.1.8-2)
[2024-04-11T19:54:42+0100] [ALPM] removed clucene (2.3.3.4-14)
[2024-04-11T19:54:42+0100] [ALPM] removed libepubgen (0.1.1-4)
[2024-04-11T19:54:42+0100] [ALPM] removed libwps (0.4.14-1)
[2024-04-11T19:54:42+0100] [ALPM] removed libvisio (0.1.7-10)
[2024-04-11T19:54:42+0100] [ALPM] removed python-poetry-core (1.9.0-3)
[2024-04-11T19:54:42+0100] [ALPM] removed python-lark-parser (1.1.9-1)
[2024-04-11T19:54:42+0100] [ALPM] removed liblangtag (0.6.7-1)
[2024-04-11T19:54:42+0100] [ALPM] removed libstaroffice (0.0.7-2)
[2024-04-11T19:54:42+0100] [ALPM] transaction completed
[2024-04-11T19:54:43+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-04-11T19:54:43+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-11T19:54:43+0100] [ALPM] running '30-update-mime-database.hook'...
[2024-04-11T19:54:43+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-11T19:54:43+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-04-11T19:54:43+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-04-11T19:55:07+0100] [PAMAC] synchronizing package lists
[2024-04-11T19:55:46+0100] [PACMAN] Running '/usr/bin/pacman --noconfirm --noprogressbar -S linux68'
[2024-04-11T19:55:47+0100] [ALPM] transaction started
[2024-04-11T19:55:47+0100] [ALPM] installed linux68 (6.8.5-1)
[2024-04-11T19:55:47+0100] [ALPM] transaction completed
[2024-04-11T19:55:47+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-11T19:55:47+0100] [ALPM] running '60-depmod.hook'...
[2024-04-11T19:55:48+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2024-04-11T19:55:48+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'default'
[2024-04-11T19:55:48+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T19:55:48+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64.img --microcode /boot/amd-ucode.img
[2024-04-11T19:55:48+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.5-1-MANJARO'
[2024-04-11T19:55:48+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T19:55:49+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T19:55:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T19:55:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T19:55:50+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T19:55:50+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64.img'
[2024-04-11T19:55:51+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T19:55:51+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'fallback'
[2024-04-11T19:55:51+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T19:55:51+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64-fallback.img -S autodetect --microcode /boot/amd-ucode.img
[2024-04-11T19:55:51+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.5-1-MANJARO'
[2024-04-11T19:55:51+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T19:55:52+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T19:55:52+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T19:55:52+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T19:55:52+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-04-11T19:55:52+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-04-11T19:55:52+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-04-11T19:55:52+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-04-11T19:55:52+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-04-11T19:55:52+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-04-11T19:55:53+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T19:55:53+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T19:55:54+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T19:55:54+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T19:55:54+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T19:55:54+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T19:55:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T19:55:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T19:55:57+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T19:55:57+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64-fallback.img'
[2024-04-11T19:56:02+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T19:56:02+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-11T19:56:02+0100] [ALPM] running '99-update-grub.hook'...
[2024-04-11T19:56:03+0100] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2024-04-11T19:56:03+0100] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/manjaro/theme.txt
[2024-04-11T19:56:03+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.8-x86_64
[2024-04-11T19:56:03+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.8-x86_64.img
[2024-04-11T19:56:04+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.8-x86_64-fallback.img
[2024-04-11T19:56:04+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-6.6-x86_64
[2024-04-11T19:56:04+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/amd-ucode.img /boot/initramfs-6.6-x86_64.img
[2024-04-11T19:56:04+0100] [ALPM-SCRIPTLET] Found initrd fallback image: /boot/initramfs-6.6-x86_64-fallback.img
[2024-04-11T19:56:04+0100] [ALPM-SCRIPTLET] Warning: os-prober will be executed to detect other bootable partitions.
[2024-04-11T19:56:04+0100] [ALPM-SCRIPTLET] Its output will be used to detect bootable binaries on them and create new boot entries.
[2024-04-11T19:56:05+0100] [ALPM-SCRIPTLET] Found Clear Linux OS on /dev/sdc2
[2024-04-11T19:56:06+0100] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2024-04-11T19:56:06+0100] [ALPM-SCRIPTLET] Root filesystem isn't btrfs
[2024-04-11T19:56:06+0100] [ALPM-SCRIPTLET] If you think an error has occurred, please file a bug report at "https://github.com/Antynea/grub-btrfs"
[2024-04-11T19:56:06+0100] [ALPM-SCRIPTLET] Found memtest86+ image: /boot/memtest86+/memtest.bin
[2024-04-11T19:56:06+0100] [ALPM-SCRIPTLET] Found memtest86+ EFI image: /boot/memtest86+/memtest.efi
[2024-04-11T19:56:06+0100] [ALPM-SCRIPTLET] done
[2024-04-11T22:04:30+0100] [ALPM] transaction started
[2024-04-11T22:04:30+0100] [ALPM-SCRIPTLET] Theme=manjaro
[2024-04-11T22:04:30+0100] [ALPM-SCRIPTLET]   
[2024-04-11T22:04:30+0100] [ALPM-SCRIPTLET] ==> WARNING: You have removed your current plymouth-theme.
[2024-04-11T22:04:30+0100] [ALPM-SCRIPTLET] ==> Set a different theme with:
[2024-04-11T22:04:30+0100] [ALPM-SCRIPTLET] ==> sudo plymouth-set-default-theme -R <theme-name>
[2024-04-11T22:04:30+0100] [ALPM-SCRIPTLET] ==> or remove Plymouth properly!
[2024-04-11T22:04:30+0100] [ALPM-SCRIPTLET] 
[2024-04-11T22:04:30+0100] [ALPM] removed plymouth-theme-manjaro (2.2-1)
[2024-04-11T22:04:30+0100] [ALPM] removed plymouth-kcm (5.27.11-1)
[2024-04-11T22:04:30+0100] [ALPM] warning: /etc/plymouth/plymouthd.conf saved as /etc/plymouth/plymouthd.conf.pacsave
[2024-04-11T22:04:30+0100] [ALPM] removed plymouth (24.004.60-6)
[2024-04-11T22:04:30+0100] [ALPM] transaction completed
[2024-04-11T22:04:30+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-04-11T22:04:31+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-11T22:04:31+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-11T22:04:31+0100] [ALPM] running 'dbus-reload.hook'...
[2024-04-11T22:04:31+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-04-11T22:07:23+0100] [PAMAC] synchronizing package lists
[2024-04-11T22:07:50+0100] [ALPM] transaction started
[2024-04-11T22:07:50+0100] [ALPM] installed plymouth (22.02.122-17)
[2024-04-11T22:07:50+0100] [ALPM] installed plymouth-theme-manjaro (2.2-1)
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET] 
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET] Set plymouth theme manjaro
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET] 
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img --microcode /boot/amd-ucode.img
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.26-1-MANJARO'
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T22:07:50+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T22:07:51+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T22:07:51+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T22:07:51+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T22:07:51+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T22:07:51+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T22:07:51+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T22:07:52+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T22:07:52+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T22:07:52+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T22:07:52+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
[2024-04-11T22:07:53+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T22:07:53+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
[2024-04-11T22:07:53+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T22:07:53+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect --microcode /boot/amd-ucode.img
[2024-04-11T22:07:53+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.26-1-MANJARO'
[2024-04-11T22:07:53+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T22:07:54+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T22:07:54+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T22:07:54+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T22:07:54+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-04-11T22:07:54+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-04-11T22:07:54+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-04-11T22:07:54+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-04-11T22:07:54+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-04-11T22:07:54+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-04-11T22:07:55+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T22:07:55+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T22:07:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T22:07:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T22:07:56+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T22:07:56+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T22:07:57+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T22:07:57+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T22:07:59+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T22:07:59+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
[2024-04-11T22:08:04+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T22:08:04+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'default'
[2024-04-11T22:08:04+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T22:08:04+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64.img --microcode /boot/amd-ucode.img
[2024-04-11T22:08:04+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.5-1-MANJARO'
[2024-04-11T22:08:04+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T22:08:04+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T22:08:04+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-04-11T22:08:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T22:08:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T22:08:05+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T22:08:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T22:08:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T22:08:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T22:08:05+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T22:08:05+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T22:08:06+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T22:08:06+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T22:08:06+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T22:08:06+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64.img'
[2024-04-11T22:08:07+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'fallback'
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64-fallback.img -S autodetect --microcode /boot/amd-ucode.img
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.5-1-MANJARO'
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-04-11T22:08:08+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-04-11T22:08:09+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T22:08:10+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T22:08:10+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T22:08:10+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T22:08:10+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T22:08:10+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T22:08:11+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T22:08:12+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T22:08:13+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T22:08:13+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64-fallback.img'
[2024-04-11T22:08:18+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T22:08:18+0100] [ALPM-SCRIPTLET] 
[2024-04-11T22:08:18+0100] [ALPM-SCRIPTLET] Done
[2024-04-11T22:08:18+0100] [ALPM-SCRIPTLET] 
[2024-04-11T22:08:19+0100] [ALPM] transaction completed
[2024-04-11T22:08:19+0100] [ALPM] running '30-systemd-daemon-reload-system.hook'...
[2024-04-11T22:08:19+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-11T22:08:19+0100] [ALPM] running '90-mkinitcpio-install.hook'...
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'default'
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64.img --microcode /boot/amd-ucode.img
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.26-1-MANJARO'
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T22:08:19+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T22:08:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T22:08:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T22:08:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T22:08:20+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T22:08:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T22:08:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T22:08:20+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T22:08:21+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T22:08:21+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.6-x86_64.img'
[2024-04-11T22:08:22+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T22:08:22+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux66.preset: 'fallback'
[2024-04-11T22:08:22+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T22:08:22+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.6-x86_64 -g /boot/initramfs-6.6-x86_64-fallback.img -S autodetect --microcode /boot/amd-ucode.img
[2024-04-11T22:08:22+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.6.26-1-MANJARO'
[2024-04-11T22:08:22+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T22:08:22+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T22:08:22+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T22:08:22+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T22:08:23+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-04-11T22:08:23+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-04-11T22:08:23+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-04-11T22:08:23+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-04-11T22:08:23+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-04-11T22:08:23+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-04-11T22:08:23+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T22:08:24+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T22:08:25+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T22:08:25+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T22:08:25+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T22:08:25+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T22:08:26+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T22:08:26+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T22:08:27+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T22:08:27+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.6-x86_64-fallback.img'
[2024-04-11T22:08:32+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'default'
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64.img --microcode /boot/amd-ucode.img
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.5-1-MANJARO'
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [autodetect]
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T22:08:33+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T22:08:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T22:08:34+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T22:08:34+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T22:08:34+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64.img'
[2024-04-11T22:08:36+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T22:08:36+0100] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux68.preset: 'fallback'
[2024-04-11T22:08:36+0100] [ALPM-SCRIPTLET] ==> Using default configuration file: '/etc/mkinitcpio.conf'
[2024-04-11T22:08:36+0100] [ALPM-SCRIPTLET]   -> -k /boot/vmlinuz-6.8-x86_64 -g /boot/initramfs-6.8-x86_64-fallback.img -S autodetect --microcode /boot/amd-ucode.img
[2024-04-11T22:08:36+0100] [ALPM-SCRIPTLET] ==> Starting build: '6.8.5-1-MANJARO'
[2024-04-11T22:08:36+0100] [ALPM-SCRIPTLET]   -> Running build hook: [base]
[2024-04-11T22:08:36+0100] [ALPM-SCRIPTLET]   -> Running build hook: [udev]
[2024-04-11T22:08:36+0100] [ALPM-SCRIPTLET]   -> Running build hook: [modconf]
[2024-04-11T22:08:36+0100] [ALPM-SCRIPTLET]   -> Running build hook: [block]
[2024-04-11T22:08:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qed'
[2024-04-11T22:08:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'aic94xx'
[2024-04-11T22:08:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla1280'
[2024-04-11T22:08:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'wd719x'
[2024-04-11T22:08:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'qla2xxx'
[2024-04-11T22:08:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'bfa'
[2024-04-11T22:08:37+0100] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: 'xhci_pci'
[2024-04-11T22:08:38+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keyboard]
[2024-04-11T22:08:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [keymap]
[2024-04-11T22:08:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [consolefont]
[2024-04-11T22:08:39+0100] [ALPM-SCRIPTLET] ==> WARNING: consolefont: no font found in configuration
[2024-04-11T22:08:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [plymouth]
[2024-04-11T22:08:39+0100] [ALPM-SCRIPTLET]   -> Running build hook: [filesystems]
[2024-04-11T22:08:40+0100] [ALPM-SCRIPTLET]   -> Running build hook: [fsck]
[2024-04-11T22:08:41+0100] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2024-04-11T22:08:41+0100] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: '/boot/initramfs-6.8-x86_64-fallback.img'
[2024-04-11T22:08:47+0100] [ALPM-SCRIPTLET] ==> Image generation successful
[2024-04-11T22:08:47+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-11T22:09:07+0100] [PAMAC] synchronizing package lists
[2024-04-11T22:09:40+0100] [PAMAC] synchronizing package lists
[2024-04-11T22:10:02+0100] [ALPM] transaction started
[2024-04-11T22:10:02+0100] [ALPM] installed plymouth-kcm (5.27.11-1)
[2024-04-11T22:10:02+0100] [ALPM] transaction completed
[2024-04-11T22:10:02+0100] [ALPM] running '30-systemd-update.hook'...
[2024-04-11T22:10:02+0100] [ALPM] running '90-packagekit-refresh.hook'...
[2024-04-11T22:10:02+0100] [ALPM] running 'dbus-reload.hook'...
[2024-04-11T22:10:02+0100] [ALPM] running 'update-desktop-database.hook'...

Then … have you been deleting them?
For example there should have been /etc/pacman.conf.pacnew that would have removed the long gone [community] repo.

I see you have

so they were being recognized, and that GUI was prompting you …

Simply deleting them is not the way we handle pacnews.

I don’t think I deleted them, at least not to the best of my knowledge. I ran into problems in the past, that I solved correctly, I think, but I couldn’t tell you if it’s related to them. I don’t know why this mention is there if you say it shouldn’t.

I’m not sure I understand you.

The quoted section indicates that manjaro-pacnew-checker was being run after updates.

It would look like this:

But you dont have any of the ‘fruits’ of properly handling those files.
Normally that means the user has ignored them for however long.
But you also dont have those files.

The only conclusion I can draw from that is that you had them, did not use them, but removed them.

(that or there is a severe bug in manjaro-pacnew-checker that has only so far noticeably affected you)

What can I say? I didn’t delete them. I once saw a pacdiff window like the one you linked since I installed the package your mention, and dealt with it properly. I did NOT delete those files - at least not intentionally. I do not know how I can have this problem.