With the most recent updates to the linux kernels (6.12.1 and now to 6.12.3) I’ve ended up with booting into the grub rescue mode. To be a bit more precise, I’m running the linux-zen kernel primarily and have the mainline kernel installed as a backup. As well as the btrfs snapshots added to the grub menus.
I could resolve this in both cases by restoring the system to a prior timeshift backup, then repeating the updates and manually triggering sudo grub-mkconfig -o /boot/grub/grub.cfg
and sudo dracut-rebuild
. Only than I’ve got a working grub menu.
Thus my question is simply:
By default, grub-mkconfig isn’t run when new kernels are installed.
Try running sudo grub-mkconfig -o /boot/grub/grub.cfg
That shouldn’t be true for the kernel updates & upgrades if I’m not mistaken? I didn’t had theses issues with it for earlier kernel updates so far.
According to the logs, I’ve seen at least one issue. Some files which couldn’t be found, in relation to VMware workstation. Which I’m not using currently and I wasn’t really happy with it anyway, I’ve uninstalled it. In hopes to prevent further update issues.
Addittionally, I’ve made manual edits to the structure of my grub menus once, with grub-customizer
. But I only moved an entry within the menu structure, didn’t added or removed stuff. And updates worked after that, including updates to the kernel, if I’m not mistaken.
How can I check if the toolchain is working properly again ?
And if it happens once again, what’s the tl;dr method from the grub rescue mode which wouldn’t involve booting from an usb live-iso and manually restoring to the latest btrfs snapshot ?
dalto
December 8, 2024, 4:23pm
2
This often means there is something wrong with the automation that rebuilds your grub menu after snapshots.
There is no need to call grub-mkconfig
after updating/upgrading a kernel.
1093i3511:
Addittionally, I’ve made manual edits to the structure of my grub menus once, with grub-customizer
. But I only moved an entry within the menu structure, didn’t added or removed stuff. And updates worked after that, including updates to the kernel, if I’m not mistaken.
grub-customizer
, even if you have only used once and even if you have uninstalled it, makes permanent changes to the grub config that is often incompatible with other tools. It should never be used for any reason.
It seems unlikely this has anything to do with your toolchain.
The best way to diagnose issues like this is to review the output from the update.
Well, I didn’t knew about that issue with the grub-customizer back then … and I’ve avoided it ever since.
And currently running into further issues which strongly hint towards a broken toolchain which I’m trying to investigate now. Could only restore an timeshift backup as of yesterday currently.
Thus, I’m only able to boot into the 6.12.1 zen kernel.
Currently I’ve got error messages with the current grub menu.
And I need to correct myself: It hasn’t been the grub rescue mode, only the regular grub shell. Which is a PITA, as it isn’t set to the correct locale.
:: Replace endeavouros-theming with endeavouros/endeavouros-branding? [Y/n]
:: Replace eos-plasma-sddm-config with endeavouros/eos-breeze-sddm? [Y/n]
These changes seemed to cause some more issues. As that update removed the grub theme which I had installed and grub is complaining about the missing theme files.
Thus my issue isn’t completely fixed obviously. I’ve gotten “you’ll need to load kernel first messages”.
I followed the guides about the grub shell and how to set / achieve a bootable system again. And after a bit of trying i found a snapshot which is working … but booting into it, I was missing the amd-mircocode stuff and there for it complained. I’ve choosen the specific kernel image, and for initrd the initramfs which are in the /boot folder. But wasn’t sure how to select the amd-ucode.img in the grub shell.
Thus, as the system was complaining about the missing ucode stuff, I didn’t end up within a KDE session. But could enter the root pswd for a shell session, or Ctrl-D. Which essentially went nowhere. But after booting into that specific snapshot via the after an restart, the system booted successfully again.
At the moment. I’ve updated the system ( with another manual timeshift backup being made ) again and kept the endeavouros-theming and the eos-plasma-sddm-config instead of replacing those… with the new packages.
So far, after these changes the system seem to behave normally.
I’ll will keep my eyes open during the next updates for any warnings / error messages.
As of today, I’ve had enough troubles for today and need a break. Before I’ll dive into the most recent logs for troubleshooting.
MrFox
December 8, 2024, 6:11pm
5
dalto
December 8, 2024, 6:14pm
6
You are going to want to replace those packages. The older ones will be removed.
Unfortunately it did. In short, my KDE session crashed during and after that update. Essentially rendering the system in an unuseable state. Several applications crashed and I couldn’t launch them anymore. Shutdown via menus wasn’t executed. And even couldn’t change into a tty. Had to perform a hard shutdown. But after reboot and declining these new packages… the system behaved normally without crashing.
I think I know which changes that I’ve made is causing that behaviour. And I’ll revert those.
Thanks for that info. But as of now, I’ve had enough troubleshooting for today…
This isn’t a production system that needs to be running perfectly fine. Currently it works and I’ll troubleshoot within the next days. Reverting that stuff which may have caused additional troubles. And install the newer packages manually.
Anyway, here is my latest update log from pacman… there are some errors
[2024-12-08T18:52:24+0100] [PACMAN] Running 'pacman -S -y --config /etc/pacman.conf --'
[2024-12-08T18:52:24+0100] [PACMAN] synchronizing package lists
[2024-12-08T18:52:40+0100] [PACMAN] Running 'pacman -S -y -u --config /etc/pacman.conf --'
[2024-12-08T18:52:40+0100] [PACMAN] synchronizing package lists
[2024-12-08T18:52:41+0100] [PACMAN] starting full system upgrade
[2024-12-08T18:52:54+0100] [ALPM] running '00-timeshift-autosnap.hook'...
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Using system disk as snapshot device for creating snapshots in BTRFS mode
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Mounted '/dev/nvme0n1p2' at '/run/timeshift/7145/backup'
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] btrfs: Quotas are not enabled
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Creating new backup...(BTRFS)
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Saving to device: /dev/nvme0n1p2, mounted at path: /run/timeshift/7145/backup
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Created directory: /run/timeshift/7145/backup/timeshift-btrfs/snapshots/2024-12-08_18-52-55
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Created subvolume snapshot: /run/timeshift/7145/backup/timeshift-btrfs/snapshots/2024-12-08_18-52-55/@
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Created control file: /run/timeshift/7145/backup/timeshift-btrfs/snapshots/2024-12-08_18-52-55/info.json
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] BTRFS Snapshot saved successfully (0s)
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Tagged snapshot '2024-12-08_18-52-55': ondemand
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Maximum backups exceeded for backup level 'hourly'
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Snapshot '2024-09-19_19-25-17' un-tagged 'hourly'
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Removing snapshots (un-tagged):
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Removing snapshot: 2024-12-07_17-00-00
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Deleted directory: /run/timeshift/7145/backup/timeshift-btrfs/snapshots/2024-12-07_17-00-00
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Removed snapshot: 2024-12-07_17-00-00
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Removing snapshot: 2024-12-08_16-00-01
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Deleting subvolume: @ (Id:1844)
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Deleted subvolume: @ (Id:1844)
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET]
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Deleted directory: /run/timeshift/7145/backup/timeshift-btrfs/snapshots/2024-12-08_16-00-01
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Removed snapshot: 2024-12-08_16-00-01
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Removing snapshots (marked for deletion):
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Removing snapshot: 2024-09-29_16-30-24
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] Deleting subvolume: @ (Id:256)
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] E: ERROR: Could not destroy subvolume/snapshot: Directory not empty
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET]
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] E: Failed to delete snapshot subvolume: '/run/timeshift/7145/backup/timeshift-btrfs/snapshots/2024-09-29_16-30-24/@'
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] E: Failed to remove snapshot: 2024-09-29_16-30-24
[2024-12-08T18:52:55+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Mounted '/dev/nvme0n1p2' at '/run/timeshift/7345/backup'
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] btrfs: Quotas are not enabled
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Removing snapshot: 2024-12-08_11-59-41
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Deleted directory: /run/timeshift/7345/backup/timeshift-btrfs/snapshots/2024-12-08_11-59-41
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Removed snapshot: 2024-12-08_11-59-41
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Mounted '/dev/nvme0n1p2' at '/run/timeshift/7518/backup'
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] btrfs: Quotas are not enabled
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Removing snapshot: 2024-12-08_12-15-27
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Deleting subvolume: @ (Id:1841)
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Deleted subvolume: @ (Id:1841)
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET]
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Deleted directory: /run/timeshift/7518/backup/timeshift-btrfs/snapshots/2024-12-08_12-15-27
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Removed snapshot: 2024-12-08_12-15-27
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Mounted '/dev/nvme0n1p2' at '/run/timeshift/7813/backup'
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] btrfs: Quotas are not enabled
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Removing snapshot: 2024-12-08_16-47-21
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Deleting subvolume: @ (Id:1845)
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Deleted subvolume: @ (Id:1845)
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET]
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Deleted directory: /run/timeshift/7813/backup/timeshift-btrfs/snapshots/2024-12-08_16-47-21
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Removed snapshot: 2024-12-08_16-47-21
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2024-12-08T18:52:56+0100] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/Xenlism-Arch/theme.txt
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-linux-zen
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/initramfs-linux-zen.img
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found fallback initrd image(s) in /boot: initramfs-linux-zen-fallback.img
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-linux
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/initramfs-linux.img
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found fallback initrd image(s) in /boot: initramfs-linux-fallback.img
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Warning: os-prober will not be executed to detect other bootable partitions.
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Systems on them will not be added to the GRUB boot configuration.
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Check GRUB_DISABLE_OS_PROBER documentation entry.
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Detecting snapshots ...
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 18:52:55 | timeshift-btrfs/snapshots/2024-12-08_18-52-55/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 18:50:12 | timeshift-btrfs/snapshots/2024-12-08_18-50-12/@ | ondemand | Rollback grub issues |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 17:43:28 | timeshift-btrfs/snapshots/2024-12-08_17-43-28/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 17:25:57 | timeshift-btrfs/snapshots/2024-12-08_18-47-04/@ | ondemand | Before restoring '2024-12-08 11:57:59' |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 16:47:36 | timeshift-btrfs/snapshots/2024-12-08_16-47-36/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 12:58:35 | timeshift-btrfs/snapshots/2024-12-08_12-58-35/@ | ondemand | Kernel 6.12.3 w/o VMware (grub fix ?) |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 12:18:33 | timeshift-btrfs/snapshots/2024-12-08_12-18-33/@ | ondemand | Kernel 6.12.3 |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 12:11:03 | timeshift-btrfs/snapshots/2024-12-08_16-25-56/@ | ondemand | Before restoring '2024-12-08 11:58:35' |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 11:57:59 | timeshift-btrfs/snapshots/2024-12-08_12-11-02/@ | ondemand hourly | Before restoring '2024-12-08 11:59:41' |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-04 22:00:00 | timeshift-btrfs/snapshots/2024-12-04_22-00-00/@ | weekly | N/A |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-11-29 01:07:45 | timeshift-btrfs/snapshots/2024-12-08_10-57-59/@ | ondemand | Before restoring '2024-12-08 10:00:00' |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-11-28 15:03:07 | timeshift-btrfs/snapshots/2024-11-28_15-03-07/@ | ondemand hourly | HOUSEKEEPING |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-10-19 17:02:47 | timeshift-btrfs/snapshots/2024-10-19_17-02-47/@ | ondemand | Regular ZEN Kernel working with AMD Pstate |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-10-13 01:43:38 | timeshift-btrfs/snapshots/2024-11-29_00-07-45/@ | ondemand hourly | Before restoring '2024-11-28 14:03:07' |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-10-02 11:50:05 | timeshift-btrfs/snapshots/2024-10-02_11-50-05/@ | ondemand hourly | still zen-kernel |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-10-02 10:38:06 | timeshift-btrfs/snapshots/2024-10-02_10-38-06/@ | ondemand | YAY configured MANUAL zen-kernell still |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-29 13:17:16 | timeshift-btrfs/snapshots/2024-09-29_13-17-16/@ | ondemand hourly | AMDGPU & CPU Kernel params |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-27 10:19:06 | timeshift-btrfs/snapshots/2024-09-27_10-19-06/@ | ondemand | PRE Fish |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-23 19:59:16 | timeshift-btrfs/snapshots/2024-09-23_19-59-16/@ | ondemand hourly | Install refined & PowerTop Settings |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-22 15:48:18 | timeshift-btrfs/snapshots/2024-09-22_15-48-18/@ | ondemand | Install refined |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-20 10:47:41 | timeshift-btrfs/snapshots/2024-09-20_10-47-41/@ | ondemand hourly | New Install v2 |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-19 19:25:17 | timeshift-btrfs/snapshots/2024-09-19_19-25-17/@ | ondemand hourly daily weekly | New Install |
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Found 22 snapshot(s)
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET]
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] WARNING: 'grub-mkconfig' needs to run at least once to generate the snapshots (sub)menu entry in grub the main menu. After that this script can run alone to generate the snapshot entries.
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET]
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Unmount /tmp/grub-btrfs.J9BY6bGGFb .. Success
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] cannot open `/boot/grub/grub.cfg.new': No such file or directoryUsage: /usr/bin/grub-script-check [OPTION...] [PATH]
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Try '/usr/bin/grub-script-check --help' or '/usr/bin/grub-script-check
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] --usage' for more information.
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Syntax errors are detected in generated GRUB config file.
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] Ensure that there are no errors in /etc/default/grub
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] and /etc/grub.d/* files or please file a bug report with
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] /boot/grub/grub.cfg.new file attached.
[2024-12-08T18:52:57+0100] [ALPM] transaction started
[2024-12-08T18:52:57+0100] [ALPM] upgraded ragel (6.10-3 -> 6.10-4)
[2024-12-08T18:52:59+0100] [ALPM] transaction completed
[2024-12-08T18:52:59+0100] [ALPM] running '30-systemd-update.hook'...
[2024-12-08T18:52:59+0100] [ALPM] running 'rebuild-detector.hook'...
[2024-12-08T18:53:02+0100] [PACMAN] Running 'pacman -U --config /etc/pacman.conf -- /home/friese/.cache/yay/ungoogled-chromium-bin/ungoogled-chromium-bin-131.0.6778.108-1-x86_64.pkg.tar.zst'
[2024-12-08T18:53:05+0100] [ALPM] running '00-timeshift-autosnap.hook'...
[2024-12-08T18:53:05+0100] [ALPM-SCRIPTLET] Using system disk as snapshot device for creating snapshots in BTRFS mode
[2024-12-08T18:53:05+0100] [ALPM-SCRIPTLET] Mounted '/dev/nvme0n1p2' at '/run/timeshift/12835/backup'
[2024-12-08T18:53:05+0100] [ALPM-SCRIPTLET] btrfs: Quotas are not enabled
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Creating new backup...(BTRFS)
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Saving to device: /dev/nvme0n1p2, mounted at path: /run/timeshift/12835/backup
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Created directory: /run/timeshift/12835/backup/timeshift-btrfs/snapshots/2024-12-08_18-53-06
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Created subvolume snapshot: /run/timeshift/12835/backup/timeshift-btrfs/snapshots/2024-12-08_18-53-06/@
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Created control file: /run/timeshift/12835/backup/timeshift-btrfs/snapshots/2024-12-08_18-53-06/info.json
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] BTRFS Snapshot saved successfully (0s)
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Tagged snapshot '2024-12-08_18-53-06': ondemand
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Maximum backups exceeded for backup level 'hourly'
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removing snapshots (marked for deletion):
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removing snapshot: 2024-09-29_16-30-24
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Deleting subvolume: @ (Id:256)
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] E: ERROR: Could not destroy subvolume/snapshot: Directory not empty
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET]
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] E: Failed to delete snapshot subvolume: '/run/timeshift/12835/backup/timeshift-btrfs/snapshots/2024-09-29_16-30-24/@'
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] E: Failed to remove snapshot: 2024-09-29_16-30-24
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-19_15-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-19_16-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-19_17-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-19_18-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-19_19-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-19_20-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-19_21-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-19_22-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-19_23-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_00-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_01-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_02-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_12-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_13-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_14-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_15-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_16-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_17-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_18-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_19-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_20-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_21-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_22-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-20_23-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_00-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_01-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_02-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_10-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_11-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_12-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_13-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_14-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_15-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_16-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_17-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_18-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_19-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_20-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_21-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_21-02-33_ondemand.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_21-02-34_delete.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_21-02-34_list-snapshots.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_21-02-53_ondemand.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_21-02-54_list-snapshots.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_21-02-55_delete.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_22-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-21_23-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_00-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_01-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_02-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_03-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_11-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_12-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_12-33-12_ondemand.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_12-33-13_delete.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_12-33-13_list-snapshots.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_13-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_14-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_15-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_16-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_17-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_18-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_19-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_20-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_21-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_22-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_23-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_23-05-01_list-snapshots.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_23-05-01_ondemand.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-22_23-05-02_delete.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_00-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_01-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_02-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_03-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_11-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_12-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_12-19-04_ondemand.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_12-19-05_delete.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_12-19-05_list-snapshots.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_13-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_14-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_15-00-01_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_16-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_17-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_18-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_19-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_20-00-01_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_20-52-33_ondemand.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_20-52-34_delete.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_20-52-34_list-snapshots.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_20-52-47_ondemand.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_20-52-48_delete.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_20-52-48_list-snapshots.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_21-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_22-00-01_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-23_23-00-01_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-24_00-00-00_backup.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-24_00-42-29_ondemand.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-24_00-42-30_delete.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Removed: /var/log/timeshift/2024-11-24_00-42-30_list-snapshots.log
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] Older log files removed
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Mounted '/dev/nvme0n1p2' at '/run/timeshift/13065/backup'
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] btrfs: Quotas are not enabled
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Removing snapshot: 2024-12-08_16-47-36
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Deleting subvolume: @ (Id:1846)
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Deleted subvolume: @ (Id:1846)
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET]
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Deleted directory: /run/timeshift/13065/backup/timeshift-btrfs/snapshots/2024-12-08_16-47-36
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Removed snapshot: 2024-12-08_16-47-36
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] ------------------------------------------------------------------------------
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Generating grub configuration file ...
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Found theme: /usr/share/grub/themes/Xenlism-Arch/theme.txt
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-linux-zen
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/initramfs-linux-zen.img
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Found fallback initrd image(s) in /boot: initramfs-linux-zen-fallback.img
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Found linux image: /boot/vmlinuz-linux
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Found initrd image: /boot/initramfs-linux.img
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Found fallback initrd image(s) in /boot: initramfs-linux-fallback.img
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Warning: os-prober will not be executed to detect other bootable partitions.
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Systems on them will not be added to the GRUB boot configuration.
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Check GRUB_DISABLE_OS_PROBER documentation entry.
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Adding boot menu entry for UEFI Firmware Settings ...
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Detecting snapshots ...
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 18:53:06 | timeshift-btrfs/snapshots/2024-12-08_18-53-06/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
[2024-12-08T18:53:07+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 18:52:55 | timeshift-btrfs/snapshots/2024-12-08_18-52-55/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 18:50:12 | timeshift-btrfs/snapshots/2024-12-08_18-50-12/@ | ondemand | Rollback grub issues |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 17:43:28 | timeshift-btrfs/snapshots/2024-12-08_17-43-28/@ | ondemand | {timeshift-autosnap} {created before upgrade} |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 17:25:57 | timeshift-btrfs/snapshots/2024-12-08_18-47-04/@ | ondemand | Before restoring '2024-12-08 11:57:59' |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 12:58:35 | timeshift-btrfs/snapshots/2024-12-08_12-58-35/@ | ondemand | Kernel 6.12.3 w/o VMware (grub fix ?) |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 12:18:33 | timeshift-btrfs/snapshots/2024-12-08_12-18-33/@ | ondemand | Kernel 6.12.3 |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 12:11:03 | timeshift-btrfs/snapshots/2024-12-08_16-25-56/@ | ondemand | Before restoring '2024-12-08 11:58:35' |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-08 11:57:59 | timeshift-btrfs/snapshots/2024-12-08_12-11-02/@ | ondemand hourly | Before restoring '2024-12-08 11:59:41' |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-12-04 22:00:00 | timeshift-btrfs/snapshots/2024-12-04_22-00-00/@ | weekly | N/A |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-11-29 01:07:45 | timeshift-btrfs/snapshots/2024-12-08_10-57-59/@ | ondemand | Before restoring '2024-12-08 10:00:00' |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-11-28 15:03:07 | timeshift-btrfs/snapshots/2024-11-28_15-03-07/@ | ondemand hourly | HOUSEKEEPING |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-10-19 17:02:47 | timeshift-btrfs/snapshots/2024-10-19_17-02-47/@ | ondemand | Regular ZEN Kernel working with AMD Pstate |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-10-13 01:43:38 | timeshift-btrfs/snapshots/2024-11-29_00-07-45/@ | ondemand hourly | Before restoring '2024-11-28 14:03:07' |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-10-02 11:50:05 | timeshift-btrfs/snapshots/2024-10-02_11-50-05/@ | ondemand hourly | still zen-kernel |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-10-02 10:38:06 | timeshift-btrfs/snapshots/2024-10-02_10-38-06/@ | ondemand | YAY configured MANUAL zen-kernell still |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-29 13:17:16 | timeshift-btrfs/snapshots/2024-09-29_13-17-16/@ | ondemand hourly | AMDGPU & CPU Kernel params |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-27 10:19:06 | timeshift-btrfs/snapshots/2024-09-27_10-19-06/@ | ondemand | PRE Fish |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-23 19:59:16 | timeshift-btrfs/snapshots/2024-09-23_19-59-16/@ | ondemand hourly | Install refined & PowerTop Settings |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-22 15:48:18 | timeshift-btrfs/snapshots/2024-09-22_15-48-18/@ | ondemand | Install refined |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-20 10:47:41 | timeshift-btrfs/snapshots/2024-09-20_10-47-41/@ | ondemand hourly | New Install v2 |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found snapshot: 2024-09-19 19:25:17 | timeshift-btrfs/snapshots/2024-09-19_19-25-17/@ | ondemand hourly daily weekly | New Install |
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Found 22 snapshot(s)
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Unmount /tmp/grub-btrfs.kUE9lTsgyG .. Success
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] cannot open `/boot/grub/grub.cfg.new': No such file or directoryUsage: /usr/bin/grub-script-check [OPTION...] [PATH]
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Try '/usr/bin/grub-script-check --help' or '/usr/bin/grub-script-check
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] --usage' for more information.
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Syntax errors are detected in generated GRUB config file.
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Ensure that there are no errors in /etc/default/grub
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] and /etc/grub.d/* files or please file a bug report with
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] /boot/grub/grub.cfg.new file attached.
[2024-12-08T18:53:08+0100] [ALPM] transaction started
[2024-12-08T18:53:08+0100] [ALPM] upgraded ungoogled-chromium-bin (131.0.6778.85-1 -> 131.0.6778.108-1)
[2024-12-08T18:53:09+0100] [ALPM] transaction completed
[2024-12-08T18:53:09+0100] [ALPM] running '30-systemd-update.hook'...
[2024-12-08T18:53:09+0100] [ALPM] running 'gtk-update-icon-cache.hook'...
[2024-12-08T18:53:09+0100] [ALPM] running 'rebuild-detector.hook'...
[2024-12-08T18:53:10+0100] [ALPM] running 'update-desktop-database.hook'...
[2024-12-08T18:53:10+0100] [PACMAN] Running 'pacman -D -q --asexplicit --config /etc/pacman.conf -- ungoogled-chromium-bin'
And here are my grub.cfg as well as pacman.cfg
https://0x0.st/XhTz.txt
If you see something what I should address, would appreciate the hints !
KBreker
December 27, 2024, 11:11am
9
Hi!
I have had the same problems for 4 days. It doesn’t occur after every update, but after every second or third update.
If I ignore the error message, the normal.mod is not found at the next system start because apparently a timeshift backup on my btrfs partition is incomplete.
So far I have always been able to revert to an older version to postpone the problem.
I would be grateful for a solution or at least an explanation.
Your log has errors.
Syntax errors are detected in generated GRUB config file.
[2024-12-08T18:53:08+0100] [ALPM-SCRIPTLET] Ensure that there are no errors in /etc/default/grub
and
E: Failed to delete snapshot subvolume: '/run/timeshift/12835/backup/timeshift-btrfs/snapshots/2024-09-29_16-30-24/@'
[2024-12-08T18:53:06+0100] [ALPM-SCRIPTLET] E: Failed to remove snapshot: 2024-09-29_16-30-24
So you may add packages you suspect caused the crash to pacman ignore list. But only if they crashed your system twice. If they crashed only once - they are not guilty.
You may try grub-script-check
to check your grub files
dalto
December 27, 2024, 6:10pm
11
Please open a separate topic and share your own specifics. Often people have issues that seem similar but have different root causes.
gladykov:
Your log has errors.
I saw this with another user using timeshift and btrfs with grub. (syntax error) But I checked their grub file and it is fine but they have a grub.new.cfg file showing in that same log.
Edit: This one does too. @dalto
[2024-12-08T18:52:57+0100] [ALPM-SCRIPTLET] cannot open `/boot/grub/grub.cfg.new': No such file or directoryUsage: /usr/bin/grub-script-check [OPTION...] [PATH]
1 Like