Skip to content

[bug]: sdbootutil fails on transactional system while transaction is running #350

@TobiPeterG

Description

@TobiPeterG

Pre‑submission checklist

  • I searched existing issues and discussions to avoid duplicates
  • I tested with the latest released packages or the current git (if applicable)
  • I can reproduce this on a clean boot or after reboot

Short summary

sdbootutil fails on transactional system while transaction is running but sdbootutil is running outside the transaction

Observed behavior

Hey,
I just had a t-u shell open to debug a package and wanted to reproduce the issue I see for #341 . I ran sdbootutil mkinitrd and saw the log I show below. I guess sdbootutil detects the running transaction, thinks it runs inside the transaction and then fails because it's not actually running inside the transaction. Running into this issue is unlikely, but especially with auto updates running in the background via the sytemd service, a user might run into this and wonder why sdbootutil is broken.

Expected behavior

sdbootutil should work even with a t-u session running in parallel

Steps to reproduce

1. start t-u session (e.g. t-u shell)
2. run sdbootutil mkinitrd
3. see crash

Product / distro

Other

Architecture

x86_64

Platform

Bare metal

Bootloader

systemd-boot

sdbootutil version

Version : 1+git20260108.be38224-1.1

System specs (paste output)

## os-release
NAME="Yuga"
ID="yuga"
ID_LIKE="suse opensuse opensuse-tumbleweed opensuse-microos opensuse-aeon aeon"
VERSION="20260112"
VERSION_ID="20260112"
PRETTY_NAME="Yuga Linux (KDE Edition)"
VARIANT="KDE"
VARIANT_ID="kde"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:yuga:kde:20260112"
BUG_REPORT_URL="https://github.com/YugaLinux/Project/issues"
HOME_URL="https://github.com/YugaLinux/Project"
DOCUMENTATION_URL="https://github.com/YugaLinux/Project"
LOGO="distributor-logo-steamdeck"

## uname
Linux linux.fritz.box 6.17.7-1-handheld #1 SMP PREEMPT_DYNAMIC Fri Nov  7 02:48:45 UTC 2025 (f13b87b) x86_64 x86_64 x86_64 GNU/Linux

## bootctl status
System:
      Firmware: UEFI 2.70 (INSYDE Corp. 3877.00)
 Firmware Arch: x64
   Secure Boot: disabled
  TPM2 Support: yes
  Measured UKI: no
  Boot into FW: supported

Current Boot Loader:
      Product: systemd-boot 257.9+suse.23.gc139debf2c
     Features: ✓ Boot counting
               ✓ Menu timeout control
               ✓ One-shot menu timeout control
               ✓ Default entry control
               ✓ One-shot entry control
               ✓ Support for XBOOTLDR partition
               ✓ Support for passing random seed to OS
               ✓ Load drop-in drivers
               ✓ Support Type #1 sort-key field
               ✓ Support @saved pseudo-entry
               ✓ Support Type #1 devicetree field
               ✓ Enroll SecureBoot keys
               ✓ Retain SHIM protocols
               ✓ Menu can be disabled
               ✓ Multi-Profile UKIs are supported
               ✓ Boot loader set partition information
    Partition: /dev/disk/by-partuuid/da9ccb54-adb7-4559-b370-675756b7a947
       Loader: └─/EFI/systemd/grub.efi
Current Entry: yuga-6.17.7-1-handheld-4.conf
Default Entry: yuga-6.17.7-1-handheld-5.conf

Random Seed:
 System Token: set
       Exists: no

Available Boot Loaders on ESP:
          ESP: /boot/efi (/dev/disk/by-partuuid/da9ccb54-adb7-4559-b370-675756b7a947)
Failed to read "/boot/efi/EFI/systemd": Permission denied
         File: (can't access /boot/efi: Permission denied)

Boot Loaders Listed in EFI Variables:
        Title: Yuga Linux (KDE Edition) Boot Manager
           ID: 0x0003
       Status: active, boot-order
    Partition: /dev/disk/by-partuuid/da9ccb54-adb7-4559-b370-675756b7a947
         File: └─/EFI/systemd/shim.efi

        Title: HoloISO snapshot20240603.0905.04 (GRUB)
           ID: 0x0005
       Status: active
    Partition: /dev/disk/by-partuuid/ea153df5-7533-4b8d-afd4-79ad8c0095d7
         File: └─/EFI/steamos/grubx64.efi

Failed to open '/boot/efi//loader/loader.conf': Permission denied

## lsblk
NAME            SIZE TYPE  FSTYPE      MOUNTPOINTS
zram0           7.2G disk  swap        [SWAP]
nvme0n1       476.9G disk              
├─nvme0n1p1       4G part  vfat        /.snapshots/3/snapshot/boot/efi
│                                      /.snapshots/3/snapshot/boot/efi
│                                      /boot/efi
└─nvme0n1p2   472.9G part  crypto_LUKS 
  └─yuga_root 472.9G crypt btrfs       /.snapshots/3/snapshot/usr/local
                                       /.snapshots/3/snapshot/usr/local
                                       /.snapshots/3/snapshot/swap
                                       /.snapshots/3/snapshot/swap
                                       /.snapshots/3/snapshot/opt
                                       /.snapshots/3/snapshot/opt
                                       /.snapshots/3/snapshot/srv
                                       /.snapshots/3/snapshot/srv
                                       /.snapshots/3/snapshot/home
                                       /.snapshots/3/snapshot/home
                                       /.snapshots/3/snapshot
                                       /tmp/transactional-update-jis5tO
                                       /usr/local
                                       /swap
                                       /home
                                       /opt
                                       /srv
                                       /.snapshots
                                       /var
                                       /root
                                       /etc
                                       /

## systemd-detect-virt
none

## sdbootutil version
sdbootutil-1+git20251218.1cd7294-1.1.x86_64

Debug trace excerpts (sanitized)

+ 2026-01-15 20:59:27 sdbootutil:79:main: declare -g -A eventlog
++ 2026-01-15 20:59:27 sdbootutil:81:main: mktemp -d -t sdbootutil.XXXXXX
+ 2026-01-15 20:59:27 sdbootutil:81:main: tmpdir=/tmp/sdbootutil.0sbgFI
+ 2026-01-15 20:59:27 sdbootutil:99:main: trap cleanup EXIT
+ 2026-01-15 20:59:27 sdbootutil:101:main: entryfile=/tmp/sdbootutil.0sbgFI/entries.json
+ 2026-01-15 20:59:27 sdbootutil:102:main: initialentryfile=/tmp/sdbootutil.0sbgFI/initial_entries.json
+ 2026-01-15 20:59:27 sdbootutil:103:main: snapperfile=/tmp/sdbootutil.0sbgFI/snapper.json
+ 2026-01-15 20:59:27 sdbootutil:104:main: tmpfile=/tmp/sdbootutil.0sbgFI/tmp
+ 2026-01-15 20:59:27 sdbootutil:105:main: devicefile=/tmp/sdbootutil.0sbgFI/devices.json
+ 2026-01-15 20:59:27 sdbootutil:496:main: entry_filter=("cat")
+ 2026-01-15 20:59:27 sdbootutil:1423:main: declare -A found_kernels
+ 2026-01-15 20:59:27 sdbootutil:1442:main: declare -A installed_kernels
+ 2026-01-15 20:59:27 sdbootutil:1444:main: declare -A stale_kernels
+ 2026-01-15 20:59:27 sdbootutil:1445:main: is_bootable=
+ 2026-01-15 20:59:27 sdbootutil:3851:main: '[' mkinitrd = _print_bash_completion_data ']'
+ 2026-01-15 20:59:27 sdbootutil:3859:main: define_options
+ 2026-01-15 20:59:27 sdbootutil:3807:define_options: options_with_arg=(['help']='' ['verbose']='' ['start-trace-code']='' ['stop-trace-code']='' ['esp-path']='_path' ['entry-token']='_path' ['arch']='_arch_name' ['image']='_image_name' ['entry-keys']='_find_kernels' ['no-variables']='' ['no-reuse-initrd']='' ['no-random-seed']='' ['all']='' ['sync']='' ['portable']='' ['secure-boot']='' ['removable']='' ['only-default']='' ['default-snapshot']='' ['ask-key']='' ['ask-pin']='' ['ask-pw']='' ['method']='_method' ['signed-policy']='' ['no-measure-pcr']='' ['measure-pcr']='' ['pcr']='_none' ['devices']='_devices' ['force']='')
+ 2026-01-15 20:59:27 sdbootutil:3807:define_options: declare -gA options_with_arg
+ 2026-01-15 20:59:27 sdbootutil:3838:define_options: opts_long=
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' _none ']'
+ 2026-01-15 20:59:27 sdbootutil:3841:define_options: opts_long+=pcr:,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=no-random-seed,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=verbose,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' _image_name ']'
+ 2026-01-15 20:59:27 sdbootutil:3841:define_options: opts_long+=image:,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=all,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=ask-pw,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' _devices ']'
+ 2026-01-15 20:59:27 sdbootutil:3841:define_options: opts_long+=devices:,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=force,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=signed-policy,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=default-snapshot,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' _path ']'
+ 2026-01-15 20:59:27 sdbootutil:3841:define_options: opts_long+=entry-token:,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=ask-key,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=removable,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=portable,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=no-measure-pcr,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' _method ']'
+ 2026-01-15 20:59:27 sdbootutil:3841:define_options: opts_long+=method:,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' _find_kernels ']'
+ 2026-01-15 20:59:27 sdbootutil:3841:define_options: opts_long+=entry-keys:,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=only-default,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=secure-boot,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=no-reuse-initrd,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=sync,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' _arch_name ']'
+ 2026-01-15 20:59:27 sdbootutil:3841:define_options: opts_long+=arch:,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=measure-pcr,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=no-variables,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=help,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' _path ']'
+ 2026-01-15 20:59:27 sdbootutil:3841:define_options: opts_long+=esp-path:,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=stop-trace-code,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=ask-pin,
+ 2026-01-15 20:59:27 sdbootutil:3839:define_options: for opt in "${!options_with_arg[@]}"
+ 2026-01-15 20:59:27 sdbootutil:3840:define_options: '[' '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3843:define_options: opts_long+=start-trace-code,
+ 2026-01-15 20:59:27 sdbootutil:3846:define_options: opts_long=pcr:,no-random-seed,verbose,image:,all,ask-pw,devices:,force,signed-policy,default-snapshot,entry-token:,ask-key,removable,portable,no-measure-pcr,method:,entry-keys:,only-default,secure-boot,no-reuse-initrd,sync,arch:,measure-pcr,no-variables,help,esp-path:,stop-trace-code,ask-pin,start-trace-code
++ 2026-01-15 20:59:27 sdbootutil:3860:main: getopt -o hv --long pcr:,no-random-seed,verbose,image:,all,ask-pw,devices:,force,signed-policy,default-snapshot,entry-token:,ask-key,removable,portable,no-measure-pcr,method:,entry-keys:,only-default,secure-boot,no-reuse-initrd,sync,arch:,measure-pcr,no-variables,help,esp-path:,stop-trace-code,ask-pin,start-trace-code -n sdbootutil -- mkinitrd 3 -vvv --start-trace-code
+ 2026-01-15 20:59:27 sdbootutil:3860:main: getopt_tmp=' -v -v -v --start-trace-code -- '\''mkinitrd'\'' '\''3'\'''
+ 2026-01-15 20:59:27 sdbootutil:3861:main: eval set -- ' -v -v -v --start-trace-code -- '\''mkinitrd'\'' '\''3'\'''
++ 2026-01-15 20:59:27 sdbootutil:3861:main: set -- -v -v -v --start-trace-code -- mkinitrd 3
+ 2026-01-15 20:59:27 sdbootutil:3863:main: true
+ 2026-01-15 20:59:27 sdbootutil:3864:main: case "$1" in
+ 2026-01-15 20:59:27 sdbootutil:3866:main: verbose=4
+ 2026-01-15 20:59:27 sdbootutil:3866:main: shift
+ 2026-01-15 20:59:27 sdbootutil:3863:main: true
+ 2026-01-15 20:59:27 sdbootutil:3864:main: case "$1" in
+ 2026-01-15 20:59:27 sdbootutil:3866:main: verbose=5
+ 2026-01-15 20:59:27 sdbootutil:3866:main: shift
+ 2026-01-15 20:59:27 sdbootutil:3863:main: true
+ 2026-01-15 20:59:27 sdbootutil:3864:main: case "$1" in
+ 2026-01-15 20:59:27 sdbootutil:3866:main: verbose=6
+ 2026-01-15 20:59:27 sdbootutil:3866:main: shift
+ 2026-01-15 20:59:27 sdbootutil:3863:main: true
+ 2026-01-15 20:59:27 sdbootutil:3864:main: case "$1" in
+ 2026-01-15 20:59:27 sdbootutil:3867:main: shift
+ 2026-01-15 20:59:27 sdbootutil:3863:main: true
+ 2026-01-15 20:59:27 sdbootutil:3864:main: case "$1" in
+ 2026-01-15 20:59:27 sdbootutil:3892:main: shift
+ 2026-01-15 20:59:27 sdbootutil:3892:main: break
+ 2026-01-15 20:59:27 sdbootutil:3897:main: '[' -z '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3897:main: '[' 6 -gt 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:3898:main: '[' 6 -gt 2 ']'
+ 2026-01-15 20:59:27 sdbootutil:3899:main: SYSTEMD_LOG_LEVEL=debug
+ 2026-01-15 20:59:27 sdbootutil:3903:main: export SYSTEMD_LOG_LEVEL
+ 2026-01-15 20:59:27 sdbootutil:3906:main: define_commands
+ 2026-01-15 20:59:27 sdbootutil:3774:define_commands: commands=(['install']='' ['needs-update']='' ['update']='' ['force-update']='' ['add-kernel']='kernel' ['remove-kernel']='kernel' ['cleanup']='' ['set-default-snapshot']='' ['add-all-kernels']='' ['mkinitrd']='' ['remove-all-kernels']='' ['is-installed']='' ['list-snapshots']='' ['list-entries']='' ['list-kernels']='' ['list-devices']='' ['show-entry']='kernel' ['update-entry']='kernel' ['update-all-entries']='' ['is-bootable']='' ['set-default']='id' ['get-default']='' ['set-timeout']='seconds' ['get-timeout']='' ['enroll']='' ['unenroll']='' ['update-predictions']='' ['bootloader']='')
+ 2026-01-15 20:59:27 sdbootutil:3774:define_commands: declare -gA commands
+ 2026-01-15 20:59:27 sdbootutil:3907:main: '[' -z mkinitrd ']'
+ 2026-01-15 20:59:27 sdbootutil:3909:main: '[' -z yes ']'
+ 2026-01-15 20:59:27 sdbootutil:3913:main: '[' -n '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3915:main: eval_bootctl
++ 2026-01-15 20:59:27 sdbootutil:3740:eval_bootctl: bootctl
++ 2026-01-15 20:59:27 sdbootutil:3740:eval_bootctl: sed -ne 's/Firmware Arch: *\(\w\+\)/firmware_arch="\1"/p;s/ *token: *\(\w\+\)/entry_token="\1"/p'
+ 2026-01-15 20:59:27 sdbootutil:3740:eval_bootctl: eval $' firmware_arch="x64"\nentry_token="yuga"'
++ 2026-01-15 20:59:27 sdbootutil:3740:eval_bootctl: firmware_arch=x64
++ 2026-01-15 20:59:27 sdbootutil:3741:eval_bootctl: entry_token=yuga
++ 2026-01-15 20:59:27 sdbootutil:3741:eval_bootctl: bootctl --print-esp-path
+ 2026-01-15 20:59:27 sdbootutil:3741:eval_bootctl: boot_root=/boot/efi
+ 2026-01-15 20:59:27 sdbootutil:3916:main: read -r root_uuid root_device
++ 2026-01-15 20:59:27 sdbootutil:3916:main: findmnt / -v -r -n -o UUID,SOURCE
+ 2026-01-15 20:59:27 sdbootutil:3917:main: root_device_is_crypt=
++ 2026-01-15 20:59:27 sdbootutil:3918:main: lsblk --noheadings -o TYPE /dev/mapper/yuga_root
+ 2026-01-15 20:59:27 sdbootutil:3918:main: '[' crypt = crypt ']'
+ 2026-01-15 20:59:27 sdbootutil:3918:main: root_device_is_crypt=1
+ 2026-01-15 20:59:27 sdbootutil:3919:main: root_subvol=
+ 2026-01-15 20:59:27 sdbootutil:3920:main: subvol_prefix=
++ 2026-01-15 20:59:27 sdbootutil:3921:main: stat -f -c %T /
+ 2026-01-15 20:59:27 sdbootutil:3921:main: '[' btrfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:3921:main: '[' -d /.snapshots ']'
+ 2026-01-15 20:59:27 sdbootutil:3922:main: have_snapshots=1
++ 2026-01-15 20:59:27 sdbootutil:3923:main: btrfs subvol show /
++ 2026-01-15 20:59:27 sdbootutil:3923:main: head -1
+ 2026-01-15 20:59:27 sdbootutil:3923:main: root_subvol=@/.snapshots/4/snapshot
+ 2026-01-15 20:59:27 sdbootutil:3924:main: subvol_prefix=@
+ 2026-01-15 20:59:27 sdbootutil:3926:main: root_snapshot=
+ 2026-01-15 20:59:27 sdbootutil:3927:main: '[' -n 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:3928:main: '[' -n '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3932:main: root_snapshot=4/snapshot
+ 2026-01-15 20:59:27 sdbootutil:3933:main: root_snapshot=4
+ 2026-01-15 20:59:27 sdbootutil:3937:main: '[' -n '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3940:main: '[' -n '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3942:main: '[' -n /boot/efi ']'
+ 2026-01-15 20:59:27 sdbootutil:3943:main: '[' -n 4c10d87f-ad88-4547-9424-973683e0f5ed ']'
+ 2026-01-15 20:59:27 sdbootutil:3944:main: '[' -n @/.snapshots/4/snapshot ']'
+ 2026-01-15 20:59:27 sdbootutil:3945:main: '[' -n /dev/mapper/yuga_root ']'
+ 2026-01-15 20:59:27 sdbootutil:3946:main: '[' -n x64 ']'
+ 2026-01-15 20:59:27 sdbootutil:3947:main: set_image_name
+ 2026-01-15 20:59:27 sdbootutil:3758:set_image_name: '[' -z '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3760:set_image_name: arch_image_map=(['x64']='vmlinuz' ['aa64']='Image' ['riscv64']='Image')
+ 2026-01-15 20:59:27 sdbootutil:3760:set_image_name: declare -gA arch_image_map
+ 2026-01-15 20:59:27 sdbootutil:3766:set_image_name: '[' -n vmlinuz ']'
+ 2026-01-15 20:59:27 sdbootutil:3767:set_image_name: image=vmlinuz
+ 2026-01-15 20:59:27 sdbootutil:3949:main: mountpoint -q /boot/efi
+ 2026-01-15 20:59:27 sdbootutil:3951:main: dbg_var root_snapshot
+ 2026-01-15 20:59:27 sdbootutil:271:dbg_var: '[' 6 -gt 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:272:dbg_var: local v=root_snapshot
+ 2026-01-15 20:59:27 sdbootutil:273:dbg_var: echo 'DEBUG: root_snapshot: 4'
+ 2026-01-15 20:59:27 sdbootutil:3952:main: dbg_var boot_root
+ 2026-01-15 20:59:27 sdbootutil:271:dbg_var: '[' 6 -gt 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:272:dbg_var: local v=boot_root
+ 2026-01-15 20:59:27 sdbootutil:273:dbg_var: echo 'DEBUG: boot_root: /boot/efi'
+ 2026-01-15 20:59:27 sdbootutil:3955:main: '[' -e /etc/sysconfig/bootloader ']'
+ 2026-01-15 20:59:27 sdbootutil:3955:main: . /etc/sysconfig/bootloader
++ 2026-01-15 20:59:27 bootloader:1:main: LOADER_TYPE=systemd-boot
++ 2026-01-15 20:59:27 bootloader:2:main: SECURE_BOOT=yes
+ 2026-01-15 20:59:27 sdbootutil:3957:main: is_sdboot
+ 2026-01-15 20:59:27 sdbootutil:327:is_sdboot: local sdboot grub2_bls
++ 2026-01-15 20:59:27 sdbootutil:329:is_sdboot: find_sdboot 4
++ 2026-01-15 20:59:27 sdbootutil:1565:find_sdboot: local prefix=
++ 2026-01-15 20:59:27 sdbootutil:1566:find_sdboot: '[' -z 1 ']'
++ 2026-01-15 20:59:27 sdbootutil:1566:find_sdboot: prefix=/.snapshots/4/snapshot
++ 2026-01-15 20:59:27 sdbootutil:1569:find_sdboot: local sdboot=/.snapshots/4/snapshot/usr/lib/systemd-boot/systemd-bootx64.efi
++ 2026-01-15 20:59:27 sdbootutil:1570:find_sdboot: '[' -e /.snapshots/4/snapshot/usr/lib/systemd-boot/systemd-bootx64.efi ']'
++ 2026-01-15 20:59:27 sdbootutil:1570:find_sdboot: sdboot=/.snapshots/4/snapshot/usr/lib/systemd/boot/efi/systemd-bootx64.efi
++ 2026-01-15 20:59:27 sdbootutil:1571:find_sdboot: echo /.snapshots/4/snapshot/usr/lib/systemd/boot/efi/systemd-bootx64.efi
+ 2026-01-15 20:59:27 sdbootutil:329:is_sdboot: sdboot=/.snapshots/4/snapshot/usr/lib/systemd/boot/efi/systemd-bootx64.efi
++ 2026-01-15 20:59:27 sdbootutil:330:is_sdboot: find_grub2_bls 4
++ 2026-01-15 20:59:27 sdbootutil:1576:find_grub2_bls: local prefix=
++ 2026-01-15 20:59:27 sdbootutil:1577:find_grub2_bls: '[' -z 1 ']'
++ 2026-01-15 20:59:27 sdbootutil:1577:find_grub2_bls: prefix=/.snapshots/4/snapshot
++ 2026-01-15 20:59:27 sdbootutil:1579:find_grub2_bls: local grub2_arch
+++ 2026-01-15 20:59:27 sdbootutil:1580:find_grub2_bls: uname -m
++ 2026-01-15 20:59:27 sdbootutil:1580:find_grub2_bls: grub2_arch=x86_64
++ 2026-01-15 20:59:27 sdbootutil:1581:find_grub2_bls: case "$grub2_arch" in
++ 2026-01-15 20:59:27 sdbootutil:1583:find_grub2_bls: grub2_arch=x86_64
++ 2026-01-15 20:59:27 sdbootutil:1598:find_grub2_bls: echo /.snapshots/4/snapshot/usr/share/grub2/x86_64-efi/grubbls.efi
+ 2026-01-15 20:59:27 sdbootutil:330:is_sdboot: grub2_bls=/.snapshots/4/snapshot/usr/share/grub2/x86_64-efi/grubbls.efi
+ 2026-01-15 20:59:27 sdbootutil:335:is_sdboot: '[' '!' -e /.snapshots/4/snapshot/usr/lib/systemd/boot/efi/systemd-bootx64.efi ']'
+ 2026-01-15 20:59:27 sdbootutil:338:is_sdboot: '[' -e /.snapshots/4/snapshot/usr/lib/systemd/boot/efi/systemd-bootx64.efi ']'
+ 2026-01-15 20:59:27 sdbootutil:338:is_sdboot: '[' '!' -e /.snapshots/4/snapshot/usr/share/grub2/x86_64-efi/grubbls.efi ']'
+ 2026-01-15 20:59:27 sdbootutil:3958:main: boot_dst=/EFI/systemd
+ 2026-01-15 20:59:27 sdbootutil:3972:main: '[' -n '' ']'
+ 2026-01-15 20:59:27 sdbootutil:3982:main: '[' mkinitrd '!=' install ']'
+ 2026-01-15 20:59:27 sdbootutil:3982:main: '[' '!' -d /boot/efi/EFI/systemd ']'
+ 2026-01-15 20:59:27 sdbootutil:3988:main: dbg_var boot_dst
+ 2026-01-15 20:59:27 sdbootutil:271:dbg_var: '[' 6 -gt 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:272:dbg_var: local v=boot_dst
+ 2026-01-15 20:59:27 sdbootutil:273:dbg_var: echo 'DEBUG: boot_dst: /EFI/systemd'
+ 2026-01-15 20:59:27 sdbootutil:3990:main: '[' yes = yes ']'
+ 2026-01-15 20:59:27 sdbootutil:3991:main: arg_secure_boot=1
+ 2026-01-15 20:59:27 sdbootutil:3994:main: '[' '' = no ']'
+ 2026-01-15 20:59:27 sdbootutil:4000:main: '[' '' = 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:4004:main: case "$1" in
+ 2026-01-15 20:59:27 sdbootutil:4024:main: arg_no_reuse_initrd=1
+ 2026-01-15 20:59:27 sdbootutil:4025:main: install_all_kernels 3
+ 2026-01-15 20:59:27 sdbootutil:1178:install_all_kernels: local snapshot=3
+ 2026-01-15 20:59:27 sdbootutil:1180:install_all_kernels: info 'Installing all kernels'
+ 2026-01-15 20:59:27 sdbootutil:284:info: '[' 6 -gt 0 ']'
+ 2026-01-15 20:59:27 sdbootutil:285:info: echo -e 'Installing all kernels'
+ 2026-01-15 20:59:27 sdbootutil:1181:install_all_kernels: dbg_var snapshot
+ 2026-01-15 20:59:27 sdbootutil:271:dbg_var: '[' 6 -gt 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:272:dbg_var: local v=snapshot
+ 2026-01-15 20:59:27 sdbootutil:273:dbg_var: echo 'DEBUG: snapshot: 3'
+ 2026-01-15 20:59:27 sdbootutil:1182:install_all_kernels: dbg_var arg_no_reuse_initrd
+ 2026-01-15 20:59:27 sdbootutil:271:dbg_var: '[' 6 -gt 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:272:dbg_var: local v=arg_no_reuse_initrd
+ 2026-01-15 20:59:27 sdbootutil:273:dbg_var: echo 'DEBUG: arg_no_reuse_initrd: 1'
+ 2026-01-15 20:59:27 sdbootutil:1184:install_all_kernels: '[' -z '' ']'
+ 2026-01-15 20:59:27 sdbootutil:1189:install_all_kernels: find_kernels 3
+ 2026-01-15 20:59:27 sdbootutil:1426:find_kernels: local subvol=
+ 2026-01-15 20:59:27 sdbootutil:1427:find_kernels: '[' -z 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:1427:find_kernels: subvol=@/.snapshots/3/snapshot
+ 2026-01-15 20:59:27 sdbootutil:1428:find_kernels: local fn kv
+ 2026-01-15 20:59:27 sdbootutil:1429:find_kernels: found_kernels=()
+ 2026-01-15 20:59:27 sdbootutil:1431:find_kernels: for fn in "${subvol#"${subvol_prefix}"}"/usr/lib/modules/*/"$image"
+ 2026-01-15 20:59:27 sdbootutil:1432:find_kernels: kv=/.snapshots/3/snapshot/usr/lib/modules/6.17.7-1-handheld
+ 2026-01-15 20:59:27 sdbootutil:1433:find_kernels: kv=6.17.7-1-handheld
+ 2026-01-15 20:59:27 sdbootutil:1434:find_kernels: calc_chksum /.snapshots/3/snapshot/usr/lib/modules/6.17.7-1-handheld/vmlinuz
++ 2026-01-15 20:59:27 sdbootutil:1418:calc_chksum: sha1sum /.snapshots/3/snapshot/usr/lib/modules/6.17.7-1-handheld/vmlinuz
+ 2026-01-15 20:59:27 sdbootutil:1418:calc_chksum: set -- 650bb4377dd6f3708a224e818050698f3dcc7ab3 /.snapshots/3/snapshot/usr/lib/modules/6.17.7-1-handheld/vmlinuz
+ 2026-01-15 20:59:27 sdbootutil:1419:calc_chksum: chksum=650bb4377dd6f3708a224e818050698f3dcc7ab3
+ 2026-01-15 20:59:27 sdbootutil:1435:find_kernels: found_kernels["$kv"]=650bb4377dd6f3708a224e818050698f3dcc7ab3
+ 2026-01-15 20:59:27 sdbootutil:1436:find_kernels: info 'Found kernel 6.17.7-1-handheld = 650bb4377dd6f3708a224e818050698f3dcc7ab3'
+ 2026-01-15 20:59:27 sdbootutil:284:info: '[' 6 -gt 0 ']'
+ 2026-01-15 20:59:27 sdbootutil:285:info: echo -e 'Found kernel 6.17.7-1-handheld = 650bb4377dd6f3708a224e818050698f3dcc7ab3'
+ 2026-01-15 20:59:27 sdbootutil:1190:install_all_kernels: for kv in "${!found_kernels[@]}"
+ 2026-01-15 20:59:27 sdbootutil:1191:install_all_kernels: install_kernel 3 6.17.7-1-handheld
+ 2026-01-15 20:59:27 sdbootutil:1022:install_kernel: local snapshot=3
+ 2026-01-15 20:59:27 sdbootutil:1023:install_kernel: local subvol=
+ 2026-01-15 20:59:27 sdbootutil:1024:install_kernel: '[' -z 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:1024:install_kernel: subvol=@/.snapshots/3/snapshot
+ 2026-01-15 20:59:27 sdbootutil:1025:install_kernel: local kernel_version=6.17.7-1-handheld
+ 2026-01-15 20:59:27 sdbootutil:1026:install_kernel: dstinitrd=()
+ 2026-01-15 20:59:27 sdbootutil:1026:install_kernel: local dstinitrd
+ 2026-01-15 20:59:27 sdbootutil:1027:install_kernel: local src=/.snapshots/3/snapshot/lib/modules/6.17.7-1-handheld/vmlinuz
+ 2026-01-15 20:59:27 sdbootutil:1028:install_kernel: local initrddir=/.snapshots/3/snapshot/usr/lib/initrd
+ 2026-01-15 20:59:27 sdbootutil:1029:install_kernel: '[' -n 6.17.7-1-handheld ']'
+ 2026-01-15 20:59:27 sdbootutil:1030:install_kernel: '[' -e /.snapshots/3/snapshot/lib/modules/6.17.7-1-handheld/vmlinuz ']'
+ 2026-01-15 20:59:27 sdbootutil:1032:install_kernel: info 'Installing kernel 6.17.7-1-handheld'
+ 2026-01-15 20:59:27 sdbootutil:284:info: '[' 6 -gt 0 ']'
+ 2026-01-15 20:59:27 sdbootutil:285:info: echo -e 'Installing kernel 6.17.7-1-handheld'
+ 2026-01-15 20:59:27 sdbootutil:1033:install_kernel: dbg_var snapshot
+ 2026-01-15 20:59:27 sdbootutil:271:dbg_var: '[' 6 -gt 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:272:dbg_var: local v=snapshot
+ 2026-01-15 20:59:27 sdbootutil:273:dbg_var: echo 'DEBUG: snapshot: 3'
+ 2026-01-15 20:59:27 sdbootutil:1035:install_kernel: '[' -z '' ']'
+ 2026-01-15 20:59:27 sdbootutil:1040:install_kernel: calc_chksum /.snapshots/3/snapshot/lib/modules/6.17.7-1-handheld/vmlinuz
++ 2026-01-15 20:59:27 sdbootutil:1418:calc_chksum: sha1sum /.snapshots/3/snapshot/lib/modules/6.17.7-1-handheld/vmlinuz
+ 2026-01-15 20:59:27 sdbootutil:1418:calc_chksum: set -- 650bb4377dd6f3708a224e818050698f3dcc7ab3 /.snapshots/3/snapshot/lib/modules/6.17.7-1-handheld/vmlinuz
+ 2026-01-15 20:59:27 sdbootutil:1419:calc_chksum: chksum=650bb4377dd6f3708a224e818050698f3dcc7ab3
+ 2026-01-15 20:59:27 sdbootutil:1041:install_kernel: settle_entry_token 3
+ 2026-01-15 20:59:27 sdbootutil:578:settle_entry_token: local snapshot=3
+ 2026-01-15 20:59:27 sdbootutil:579:settle_entry_token: set_os_release 3
+ 2026-01-15 20:59:27 sdbootutil:703:set_os_release: local snapshot=3
+ 2026-01-15 20:59:27 sdbootutil:704:set_os_release: local subvol=
+ 2026-01-15 20:59:27 sdbootutil:705:set_os_release: '[' -z 3 ']'
+ 2026-01-15 20:59:27 sdbootutil:705:set_os_release: subvol=@/.snapshots/3/snapshot
+ 2026-01-15 20:59:27 sdbootutil:709:set_os_release: os_release_files=("${subvol#"${subvol_prefix}"}/usr/lib/os-release" "${subvol#"${subvol_prefix}"}/etc/os-release")
+ 2026-01-15 20:59:27 sdbootutil:711:set_os_release: for file in "${os_release_files[@]}"
+ 2026-01-15 20:59:27 sdbootutil:712:set_os_release: '[' -f /.snapshots/3/snapshot/usr/lib/os-release ']'
++ 2026-01-15 20:59:27 sdbootutil:713:set_os_release: sed -ne '/^[A-Z_]\+=/s/^/os_release_/p'
+ 2026-01-15 20:59:27 sdbootutil:713:set_os_release: eval $'os_release_NAME="Yuga"\nos_release_ID="yuga"\nos_release_ID_LIKE="suse opensuse opensuse-tumbleweed opensuse-microos opensuse-aeon aeon"\nos_release_VERSION="20251224"\nos_release_VERSION_ID="20251224"\nos_release_PRETTY_NAME="Yuga Linux (KDE Edition)"\nos_release_VARIANT="KDE"\nos_release_VARIANT_ID="kde"\nos_release_ANSI_COLOR="0;32"\nos_release_CPE_NAME="cpe:/o:yuga:kde:20251224"\nos_release_BUG_REPORT_URL="https://github.com/YugaLinux/Project/issues"\nos_release_HOME_URL="https://github.com/YugaLinux/Project"\nos_release_DOCUMENTATION_URL="https://github.com/YugaLinux/Project"\nos_release_LOGO="distributor-logo-steamdeck"'
++ 2026-01-15 20:59:27 sdbootutil:713:set_os_release: os_release_NAME=Yuga
++ 2026-01-15 20:59:27 sdbootutil:714:set_os_release: os_release_ID=yuga
++ 2026-01-15 20:59:27 sdbootutil:715:set_os_release: os_release_ID_LIKE='suse opensuse opensuse-tumbleweed opensuse-microos opensuse-aeon aeon'
++ 2026-01-15 20:59:27 sdbootutil:716:set_os_release: os_release_VERSION=20251224
++ 2026-01-15 20:59:27 sdbootutil:717:set_os_release: os_release_VERSION_ID=20251224
++ 2026-01-15 20:59:27 sdbootutil:718:set_os_release: os_release_PRETTY_NAME='Yuga Linux (KDE Edition)'
++ 2026-01-15 20:59:27 sdbootutil:719:set_os_release: os_release_VARIANT=KDE
++ 2026-01-15 20:59:27 sdbootutil:720:set_os_release: os_release_VARIANT_ID=kde
++ 2026-01-15 20:59:27 sdbootutil:721:set_os_release: os_release_ANSI_COLOR='0;32'
++ 2026-01-15 20:59:27 sdbootutil:722:set_os_release: os_release_CPE_NAME=cpe:/o:yuga:kde:20251224
++ 2026-01-15 20:59:27 sdbootutil:723:set_os_release: os_release_BUG_REPORT_URL=https://github.com/YugaLinux/Project/issues
++ 2026-01-15 20:59:27 sdbootutil:724:set_os_release: os_release_HOME_URL=https://github.com/YugaLinux/Project
++ 2026-01-15 20:59:27 sdbootutil:725:set_os_release: os_release_DOCUMENTATION_URL=https://github.com/YugaLinux/Project
++ 2026-01-15 20:59:27 sdbootutil:726:set_os_release: os_release_LOGO=distributor-logo-steamdeck
+ 2026-01-15 20:59:27 sdbootutil:714:set_os_release: break
+ 2026-01-15 20:59:27 sdbootutil:580:settle_entry_token: set_machine_id 3
+ 2026-01-15 20:59:27 sdbootutil:720:set_machine_id: local snapshot=3
+ 2026-01-15 20:59:27 sdbootutil:721:set_machine_id: local subvol=
+ 2026-01-15 20:59:27 sdbootutil:722:set_machine_id: '[' -z 3 ']'
+ 2026-01-15 20:59:27 sdbootutil:722:set_machine_id: subvol=@/.snapshots/3/snapshot
+ 2026-01-15 20:59:27 sdbootutil:723:set_machine_id: machine_id_files=()
+ 2026-01-15 20:59:27 sdbootutil:724:set_machine_id: is_transactional
+ 2026-01-15 20:59:27 sdbootutil:371:is_transactional: findmnt --fstab / -O ro
+ 2026-01-15 20:59:27 sdbootutil:724:set_machine_id: '[' -z '' ']'
+ 2026-01-15 20:59:27 sdbootutil:725:set_machine_id: '[' -n 3 ']'
+ 2026-01-15 20:59:27 sdbootutil:725:set_machine_id: machine_id_files+=("/var/lib/overlay/$snapshot/etc/machine-id")
+ 2026-01-15 20:59:27 sdbootutil:727:set_machine_id: machine_id_files+=("${subvol#"${subvol_prefix}"}/etc/machine-id")
+ 2026-01-15 20:59:27 sdbootutil:729:set_machine_id: for file in "${machine_id_files[@]}"
+ 2026-01-15 20:59:27 sdbootutil:730:set_machine_id: '[' -s /var/lib/overlay/3/etc/machine-id ']'
+ 2026-01-15 20:59:27 sdbootutil:729:set_machine_id: for file in "${machine_id_files[@]}"
+ 2026-01-15 20:59:27 sdbootutil:730:set_machine_id: '[' -s /.snapshots/3/snapshot/etc/machine-id ']'
+ 2026-01-15 20:59:27 sdbootutil:731:set_machine_id: read -r machine_id
+ 2026-01-15 20:59:27 sdbootutil:732:set_machine_id: break
+ 2026-01-15 20:59:27 sdbootutil:581:settle_entry_token: case "$arg_entry_token" in
+ 2026-01-15 20:59:27 sdbootutil:583:settle_entry_token: '[' -s /etc/kernel/entry-token ']'
+ 2026-01-15 20:59:27 sdbootutil:584:settle_entry_token: read -r entry_token
+ 2026-01-15 20:59:27 sdbootutil:612:settle_entry_token: '[' -n yuga ']'
+ 2026-01-15 20:59:27 sdbootutil:614:settle_entry_token: dbg_var entry_token
+ 2026-01-15 20:59:27 sdbootutil:271:dbg_var: '[' 6 -gt 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:272:dbg_var: local v=entry_token
+ 2026-01-15 20:59:27 sdbootutil:273:dbg_var: echo 'DEBUG: entry_token: yuga'
+ 2026-01-15 20:59:27 sdbootutil:615:settle_entry_token: return 0
+ 2026-01-15 20:59:27 sdbootutil:1042:install_kernel: local dst=/yuga/6.17.7-1-handheld/linux-650bb4377dd6f3708a224e818050698f3dcc7ab3
+ 2026-01-15 20:59:27 sdbootutil:1044:install_kernel: local initrd=/.snapshots/3/snapshot/lib/modules/6.17.7-1-handheld/initrd
+ 2026-01-15 20:59:27 sdbootutil:1046:install_kernel: mkdir -p /boot/efi/yuga/6.17.7-1-handheld
+ 2026-01-15 20:59:27 sdbootutil:1048:install_kernel: '[' -e /.snapshots/3/snapshot/lib/modules/6.17.7-1-handheld/initrd ']'
+ 2026-01-15 20:59:27 sdbootutil:1050:install_kernel: '[' -d /.snapshots/3/snapshot/usr/lib/initrd ']'
+ 2026-01-15 20:59:27 sdbootutil:1058:install_kernel: reuse_initrd 3 @/.snapshots/3/snapshot 6.17.7-1-handheld
+ 2026-01-15 20:59:27 sdbootutil:739:reuse_initrd: local snapshot=3
+ 2026-01-15 20:59:27 sdbootutil:740:reuse_initrd: local subvol=@/.snapshots/3/snapshot
+ 2026-01-15 20:59:27 sdbootutil:741:reuse_initrd: local kernel_version=6.17.7-1-handheld
+ 2026-01-15 20:59:27 sdbootutil:742:reuse_initrd: local conf
+ 2026-01-15 20:59:27 sdbootutil:744:reuse_initrd: '[' -z 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:744:reuse_initrd: return 1
+ 2026-01-15 20:59:27 sdbootutil:1059:install_kernel: local snapshot_dir=/.snapshots/3/snapshot
+ 2026-01-15 20:59:27 sdbootutil:1060:install_kernel: dracut_args=('--reproducible' '--force' '--tmpdir' '/var/tmp')
+ 2026-01-15 20:59:27 sdbootutil:1060:install_kernel: local dracut_args
+ 2026-01-15 20:59:27 sdbootutil:1065:install_kernel: '[' 6 -le 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:1069:install_kernel: info 'Generating new initrd'
+ 2026-01-15 20:59:27 sdbootutil:284:info: '[' 6 -gt 0 ']'
+ 2026-01-15 20:59:27 sdbootutil:285:info: echo -e 'Generating new initrd'
+ 2026-01-15 20:59:27 sdbootutil:1071:install_kernel: '[' @/.snapshots/3/snapshot '!=' @/.snapshots/4/snapshot ']'
+ 2026-01-15 20:59:27 sdbootutil:1071:install_kernel: '[' -n 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:1072:install_kernel: mount_chroot /.snapshots/3/snapshot
+ 2026-01-15 20:59:27 sdbootutil:777:mount_chroot: local snapshot_dir=/.snapshots/3/snapshot
+ 2026-01-15 20:59:27 sdbootutil:782:mount_chroot: findmnt -o TARGET,FSTYPE -Rv --pairs /
+ 2026-01-15 20:59:27 sdbootutil:783:mount_chroot: mount --bind /.snapshots/3/snapshot /.snapshots/3/snapshot
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/" FSTYPE="btrfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=btrfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' btrfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: '[' / '!=' / ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/home" FSTYPE="btrfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/home
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=btrfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' btrfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: '[' /home '!=' / ']'
+ 2026-01-15 20:59:27 sdbootutil:789:mount_chroot: '[' /home = /etc ']'
+ 2026-01-15 20:59:27 sdbootutil:790:mount_chroot: [[ /home != /.snapshots* ]]
+ 2026-01-15 20:59:27 sdbootutil:791:mount_chroot: [[ /home != /run/media/* ]]
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mountpoint --quiet /.snapshots/3/snapshot/home
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mount --bind /home /.snapshots/3/snapshot/home
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/srv" FSTYPE="btrfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/srv
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=btrfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' btrfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: '[' /srv '!=' / ']'
+ 2026-01-15 20:59:27 sdbootutil:789:mount_chroot: '[' /srv = /etc ']'
+ 2026-01-15 20:59:27 sdbootutil:790:mount_chroot: [[ /srv != /.snapshots* ]]
+ 2026-01-15 20:59:27 sdbootutil:791:mount_chroot: [[ /srv != /run/media/* ]]
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mountpoint --quiet /.snapshots/3/snapshot/srv
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mount --bind /srv /.snapshots/3/snapshot/srv
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/.snapshots" FSTYPE="btrfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/.snapshots
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=btrfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' btrfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: '[' /.snapshots '!=' / ']'
+ 2026-01-15 20:59:27 sdbootutil:789:mount_chroot: '[' /.snapshots = /etc ']'
+ 2026-01-15 20:59:27 sdbootutil:790:mount_chroot: [[ /.snapshots != /.snapshots* ]]
+ 2026-01-15 20:59:27 sdbootutil:790:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/dev" FSTYPE="devtmpfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/dev
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=devtmpfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' devtmpfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' devtmpfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' devtmpfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ devtmpfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/dev/mqueue" FSTYPE="mqueue"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/dev/mqueue
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=mqueue
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' mqueue = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' mqueue = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' mqueue = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ mqueue == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/dev/hugepages" FSTYPE="hugetlbfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/dev/hugepages
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=hugetlbfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' hugetlbfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' hugetlbfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' hugetlbfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ hugetlbfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/dev/shm" FSTYPE="tmpfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/dev/shm
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=tmpfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ tmpfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/dev/pts" FSTYPE="devpts"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/dev/pts
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=devpts
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' devpts = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' devpts = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' devpts = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ devpts == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys" FSTYPE="sysfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=sysfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' sysfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' sysfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' sysfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ sysfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/fs/selinux" FSTYPE="selinuxfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/fs/selinux
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=selinuxfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' selinuxfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' selinuxfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' selinuxfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ selinuxfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/kernel/tracing" FSTYPE="tracefs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/kernel/tracing
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=tracefs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tracefs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tracefs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tracefs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ tracefs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/kernel/debug" FSTYPE="debugfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/kernel/debug
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=debugfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' debugfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' debugfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' debugfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ debugfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/kernel/debug/tracing" FSTYPE="tracefs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/kernel/debug/tracing
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=tracefs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tracefs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tracefs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tracefs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ tracefs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/fs/fuse/connections" FSTYPE="fusectl"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/fs/fuse/connections
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=fusectl
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' fusectl = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' fusectl = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' fusectl = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ fusectl == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/kernel/security" FSTYPE="securityfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/kernel/security
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=securityfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' securityfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' securityfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' securityfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ securityfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/fs/cgroup" FSTYPE="cgroup2"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/fs/cgroup
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=cgroup2
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' cgroup2 = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' cgroup2 = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' cgroup2 = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ cgroup2 == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/fs/pstore" FSTYPE="pstore"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/fs/pstore
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=pstore
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' pstore = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' pstore = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' pstore = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ pstore == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/firmware/efi/efivars" FSTYPE="efivarfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/firmware/efi/efivars
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=efivarfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' efivarfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' efivarfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' efivarfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ efivarfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/fs/bpf" FSTYPE="bpf"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/fs/bpf
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=bpf
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' bpf = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' bpf = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' bpf = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ bpf == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/sys/kernel/config" FSTYPE="configfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/sys/kernel/config
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=configfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' configfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' configfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' configfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ configfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/proc" FSTYPE="proc"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/proc
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=proc
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' proc = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' proc = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' proc = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ proc == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/proc/sys/fs/binfmt_misc" FSTYPE="autofs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/proc/sys/fs/binfmt_misc
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=autofs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' autofs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' autofs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' autofs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ autofs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/proc/sys/fs/binfmt_misc" FSTYPE="binfmt_misc"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/proc/sys/fs/binfmt_misc
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=binfmt_misc
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' binfmt_misc = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' binfmt_misc = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' binfmt_misc = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ binfmt_misc == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/run" FSTYPE="tmpfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/run
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=tmpfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ tmpfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/run/credentials/systemd-cryptsetup@yuga_root.service" FSTYPE="tmpfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/run/credentials/systemd-cryptsetup@yuga_root.service
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=tmpfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ tmpfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/run/credentials/systemd-journald.service" FSTYPE="tmpfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/run/credentials/systemd-journald.service
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=tmpfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ tmpfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/run/user/1001" FSTYPE="tmpfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/run/user/1001
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=tmpfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ tmpfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/run/user/1001/doc" FSTYPE="fuse.portal"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/run/user/1001/doc
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=fuse.portal
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' fuse.portal = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' fuse.portal = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' fuse.portal = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ fuse.portal == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/run/user/1001/gvfs" FSTYPE="fuse.gvfsd-fuse"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/run/user/1001/gvfs
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=fuse.gvfsd-fuse
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' fuse.gvfsd-fuse = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' fuse.gvfsd-fuse = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' fuse.gvfsd-fuse = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ fuse.gvfsd-fuse == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/opt" FSTYPE="btrfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/opt
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=btrfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' btrfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: '[' /opt '!=' / ']'
+ 2026-01-15 20:59:27 sdbootutil:789:mount_chroot: '[' /opt = /etc ']'
+ 2026-01-15 20:59:27 sdbootutil:790:mount_chroot: [[ /opt != /.snapshots* ]]
+ 2026-01-15 20:59:27 sdbootutil:791:mount_chroot: [[ /opt != /run/media/* ]]
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mountpoint --quiet /.snapshots/3/snapshot/opt
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mount --bind /opt /.snapshots/3/snapshot/opt
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/boot/efi" FSTYPE="vfat"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/boot/efi
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=vfat
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' vfat = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' vfat = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: '[' /boot/efi '!=' / ']'
+ 2026-01-15 20:59:27 sdbootutil:789:mount_chroot: '[' /boot/efi = /etc ']'
+ 2026-01-15 20:59:27 sdbootutil:790:mount_chroot: [[ /boot/efi != /.snapshots* ]]
+ 2026-01-15 20:59:27 sdbootutil:791:mount_chroot: [[ /boot/efi != /run/media/* ]]
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mountpoint --quiet /.snapshots/3/snapshot/boot/efi
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mount --bind /boot/efi /.snapshots/3/snapshot/boot/efi
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/swap" FSTYPE="btrfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/swap
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=btrfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' btrfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: '[' /swap '!=' / ']'
+ 2026-01-15 20:59:27 sdbootutil:789:mount_chroot: '[' /swap = /etc ']'
+ 2026-01-15 20:59:27 sdbootutil:790:mount_chroot: [[ /swap != /.snapshots* ]]
+ 2026-01-15 20:59:27 sdbootutil:791:mount_chroot: [[ /swap != /run/media/* ]]
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mountpoint --quiet /.snapshots/3/snapshot/swap
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mount --bind /swap /.snapshots/3/snapshot/swap
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/usr/local" FSTYPE="btrfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/usr/local
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=btrfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' btrfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: '[' /usr/local '!=' / ']'
+ 2026-01-15 20:59:27 sdbootutil:789:mount_chroot: '[' /usr/local = /etc ']'
+ 2026-01-15 20:59:27 sdbootutil:790:mount_chroot: [[ /usr/local != /.snapshots* ]]
+ 2026-01-15 20:59:27 sdbootutil:791:mount_chroot: [[ /usr/local != /run/media/* ]]
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mountpoint --quiet /.snapshots/3/snapshot/usr/local
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mount --bind /usr/local /.snapshots/3/snapshot/usr/local
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/tmp" FSTYPE="tmpfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/tmp
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=tmpfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = vfat ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' tmpfs = xfs ']'
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: [[ tmpfs == ext* ]]
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: continue
+ 2026-01-15 20:59:27 sdbootutil:784:mount_chroot: read -r line
+ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: eval 'TARGET="/tmp/transactional-update-jis5tO" FSTYPE="btrfs"'
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: TARGET=/tmp/transactional-update-jis5tO
++ 2026-01-15 20:59:27 sdbootutil:785:mount_chroot: FSTYPE=btrfs
+ 2026-01-15 20:59:27 sdbootutil:787:mount_chroot: '[' btrfs = btrfs ']'
+ 2026-01-15 20:59:27 sdbootutil:788:mount_chroot: '[' /tmp/transactional-update-jis5tO '!=' / ']'
+ 2026-01-15 20:59:27 sdbootutil:789:mount_chroot: '[' /tmp/transactional-update-jis5tO = /etc ']'
+ 2026-01-15 20:59:27 sdbootutil:790:mount_chroot: [[ /tmp/transactional-update-jis5tO != /.snapshots* ]]
+ 2026-01-15 20:59:27 sdbootutil:791:mount_chroot: [[ /tmp/transactional-update-jis5tO != /run/media/* ]]
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mountpoint --quiet /.snapshots/3/snapshot/tmp/transactional-update-jis5tO
+ 2026-01-15 20:59:27 sdbootutil:792:mount_chroot: mount --bind /tmp/transactional-update-jis5tO /.snapshots/3/snapshot/tmp/transactional-update-jis5tO
+ 2026-01-15 20:59:27 sdbootutil:1:mount_chroot: cleanup
+ 2026-01-15 20:59:27 sdbootutil:84:cleanup: local i
+ 2026-01-15 20:59:27 sdbootutil:94:cleanup: dbg 'Cleaning temporary directory /tmp/sdbootutil.0sbgFI'
+ 2026-01-15 20:59:27 sdbootutil:265:dbg: '[' 6 -gt 1 ']'
+ 2026-01-15 20:59:27 sdbootutil:266:dbg: echo -e 'DEBUG: Cleaning temporary directory /tmp/sdbootutil.0sbgFI'
+ 2026-01-15 20:59:27 sdbootutil:95:cleanup: rm -rf /tmp/sdbootutil.0sbgFI
+ 2026-01-15 20:59:27 sdbootutil:97:cleanup: '[' -z '' ']'

Additional context


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions