Unable to create initial ram filesystem, cannot boot

I can’t collect output as I don’t have time in the morning but I can provide this

usr_40476@localhost:~> sudo touch /boot/test.txt    
usr_40476@localhost:~> sudo rm /boot/test.txt    
usr_40476@localhost:~> 
Kernel command line: BOOT_IMAGE=/boot/vmlinuz-6.11.0-1-default root=UUID=be27126f-5652-4dce-973b-fb301d94229a rootflags=subvol=/@/.snapshots/67/snapshot resume=/dev/disk/by-uuid/fa9f1657-6f6a-4695-b9da-dcd01328cb84 security=appar>
Oct 13 16:42:14.089553 localhost kernel: Unknown kernel command line parameters "BOOT_IMAGE=/boot/vmlinuz-6.11.0-1-default", will be passed to user space.
Oct 13 16:42:14.089562 localhost kernel: random: crng init done

From what I can tell the rest got cut off or something. (also keep in mind this has never happened to me before, i can check it on another machine if that helps)

Unknown kernel command line parameters is nothing but a distraction. I’ve never found out how to avoid or prevent the BOOT_IMAGE= parameter, while I often see others that are avoided by simply not using them. The kernel knows what some parameters mean, including those directed to it. Those it doesn’t know about are included there for passing along to configuration of various userspace objects. The message simply announces those of such type - i.e. dmesg noise (distraction).

# dmesg | grep rng
[    8.106552] [    T1] systemd[1]: rngd.service: Main process exited, code=exited, status=1/FAILURE
[    8.107985] [    T1] systemd[1]: rngd.service: Failed with result 'exit-code'.
[   18.793968] [    C0] random: crng init done
[   45.552801] [   T19] intel_rng: FWH not detected

The random line means success starting [Cryptographic,ChaGha20] Random Number Generator.

The image shows kernel 6.11.0 had been installed for grub’s use. If this is the snapshot version though, it’s not helpful more than to suggest TW was configured, as of the snapshot state, for using Grub.

So I should run an update and post the screenshot? Would adding a lock for systemd-boot also help perhaps?

Because I have no material familiarity with snapshotting or BTRFS, I’m blocked from suggesting more.

@malcolmlewis
So i just did this:

usr_40476@localhost:~> sudo zypper al systemd-boot sdboot-utils 
Specified locks have been successfully added.
usr_40476@localhost:~> 

but I was curious, in your infinite wisdom, could you ask a developer if the the update for the kernel is, in any way, broken? And how to fix it?

(remember, I have no clue what I need to share and what I am doing at this point)

@40476 are they even installed?

What does cat /etc/sysconfig/bootloader | grep LOADER_TYPE show?

should i run the update and then check? because i rolled back in order to use my desktop.

@40476 yes, if grub was default, then it will not change…

currently running the update on my laptop
also, is it possible to do a rollback before botting into a snapshot? (like right after an update)

To rollback without having to reboot to the grub menu:

sudo snapper list
sudo snapper rollback [number]

where number is the number ID for the snapshot that you wish to use.

update on my laptop ran without a problem (it is in legacy boot mode for no apparent reason, never bother to fix it), here is the ouput from my desktop.

dracut[I]: Executing: /usr/bin/dracut -f /boot/initrd-6.11.2-1-default 6.11.2-1-default
dracut[I]: Module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found!
dracut[I]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!
dracut[I]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!
dracut[I]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrextend' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!
dracut[I]: Module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
dracut[I]: 35network-legacy: Could not find any command of 'dhclient wicked'!
dracut[I]: Module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut[I]: 95nfs: Could not find any command of 'rpcbind portmap'!
dracut[I]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut[I]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut[I]: Module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut[I]: memstrack is not available
dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut[I]: Module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut[I]: Module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut[I]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrextend' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!
dracut[I]: Module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
dracut[I]: 35network-legacy: Could not find any command of 'dhclient wicked'!
dracut[I]: Module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut[I]: 95nfs: Could not find any command of 'rpcbind portmap'!
dracut[I]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut[I]: Module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut[I]: memstrack is not available
dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut[I]: Module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut[I]: Module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut[I]: *** Including module: systemd ***
Failed to add dependency on unit: Unit emergency.target does not exist
Failed to add dependency on unit: Unit rescue.target does not exist
Failed to add dependency on unit: Unit systemd-ask-password-console.service does not exist
Failed to add dependency on unit: Unit systemd-ask-password-plymouth.service does not exist
Failed to set default unit: Unit multi-user.target does not exist
dracut[I]: *** Including module: systemd-initrd ***
Failed to set default unit: Unit initrd.target does not exist
dracut[I]: *** Including module: i18n ***
gzip: /var/tmp/dracut.Fe3Fis/initramfs/usr/share/kbd/keymaps/xkb/us.map.gz: No such file or directory
gzip: /var/tmp/dracut.Fe3Fis/initramfs/usr/share/kbd/consolefonts/eurlatgr.psfu.gz: No such file or directory
gzip: /var/tmp/dracut.Fe3Fis/initramfs/usr/share/kbd/consolefonts/eurlatgr.psfu.gz: No such file or directory
dracut[I]: *** Including module: drm ***
dracut[I]: *** Including module: plymouth ***
chmod: cannot access '/var/tmp/dracut.Fe3Fis/initramfs//var/lib/dracut/hooks/emergency/50-plymouth-emergency.sh': No such file or directory
dracut[I]: *** Including module: btrfs ***
dracut[I]: *** Including module: kernel-modules ***
dracut[I]: *** Including module: kernel-modules-extra ***
dracut[I]: *** Including module: resume ***
dracut[I]: *** Including module: rootfs-block ***
chmod: cannot access '/var/tmp/dracut.Fe3Fis/initramfs//var/lib/dracut/hooks/initqueue/timeout/99-rootfallback.sh': No such file or directory
dracut[I]: *** Including module: suse-btrfs ***
dracut[I]: *** Including module: suse-xfs ***
dracut[I]: *** Including module: terminfo ***
dracut[I]: *** Including module: udev-rules ***
dracut[I]: *** Including module: dracut-systemd ***
chmod: cannot access '/var/tmp/dracut.Fe3Fis/initramfs//var/lib/dracut/hooks/cmdline/00-parse-root.sh': No such file or directory
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
dracut[I]: *** Including module: ostree ***
dracut[I]: *** Including module: usrmount ***
dracut[I]: *** Including module: base ***
ln: failed to create symbolic link '/var/tmp/dracut.Fe3Fis/initramfs/bin/sh': File exists
dracut[I]: *** Including module: fs-lib ***
dracut[I]: *** Including module: shutdown ***
dracut[I]: *** Including module: suse ***
chmod: cannot access '/var/tmp/dracut.Fe3Fis/initramfs//var/lib/dracut/hooks/cmdline/99-parse-suse-initrd.sh': No such file or directory
dracut[I]: *** Including module: suse-initrd ***
dracut[I]: *** Including modules done ***
dracut[I]: *** Installing kernel module dependencies ***
depmod: WARNING: could not open modules.order at /var/tmp/dracut.Fe3Fis/initramfs/usr/lib/modules/6.11.2-1-default: No such file or directory
depmod: WARNING: could not open modules.builtin at /var/tmp/dracut.Fe3Fis/initramfs/usr/lib/modules/6.11.2-1-default: No such file or directory
depmod: WARNING: could not open modules.builtin.modinfo at /var/tmp/dracut.Fe3Fis/initramfs/usr/lib/modules/6.11.2-1-default: No such file or directory
dracut[I]: *** Installing kernel module dependencies done ***
dracut[I]: *** Resolving executable dependencies ***
dracut[I]: *** Resolving executable dependencies done ***
dracut[I]: *** Hardlinking files ***
dracut[I]: *** Hardlinking files done ***
dracut[I]: *** Generating early-microcode cpio image ***
dracut[I]: *** Store current command line parameters ***
dracut[I]: Stored kernel commandline:
dracut[I]:  rd.driver.pre=btrfs
dracut[I]:  resume=UUID=fa9f1657-6f6a-4695-b9da-dcd01328cb84
dracut[I]:  root=UUID=be27126f-5652-4dce-973b-fb301d94229a rootfstype=btrfs rootflags=rw,relatime,ssd,discard=async,space_cache=v2,subvolid=342,subvol=/@/.snapshots/78/snapshot,subvol=@/.snapshots/78/snapshot
dracut[I]: *** Stripping files ***
dracut[I]: *** Stripping files done ***
dracut[I]: *** Creating image file '/boot/initrd-6.11.2-1-default' ***
dracut[I]: *** Creating initramfs image file '/boot/initrd-6.11.2-1-default' done ***
dracut[I]: sync operation on newly created initramfs /boot/initrd-6.11.2-1-default failed
ERROR: cannot create symlinks /boot/vmlinuz and /boot/initrd
warning: %post(kernel-default-6.11.2-1.2.x86_64) scriptlet failed, exit status 1
dracut[I]: Executing: /usr/bin/dracut --kver=6.11.0-1-default -f
dracut[I]: Module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found!
dracut[I]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!
dracut[I]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!
dracut[I]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrextend' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!
dracut[I]: Module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
dracut[I]: 35network-legacy: Could not find any command of 'dhclient wicked'!
dracut[I]: Module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut[I]: 95nfs: Could not find any command of 'rpcbind portmap'!
dracut[I]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut[I]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut[I]: Module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut[I]: memstrack is not available
dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut[I]: Module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut[I]: Module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut[I]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrextend' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!
dracut[I]: Module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
dracut[I]: 35network-legacy: Could not find any command of 'dhclient wicked'!
dracut[I]: Module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut[I]: 95nfs: Could not find any command of 'rpcbind portmap'!
dracut[I]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut[I]: Module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut[I]: memstrack is not available
dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut[I]: Module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut[I]: Module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut[I]: *** Including module: systemd ***
Failed to add dependency on unit: Unit emergency.target does not exist
Failed to add dependency on unit: Unit rescue.target does not exist
Failed to add dependency on unit: Unit systemd-ask-password-console.service does not exist
Failed to add dependency on unit: Unit systemd-ask-password-plymouth.service does not exist
Failed to set default unit: Unit multi-user.target does not exist
dracut[I]: *** Including module: systemd-initrd ***
Failed to set default unit: Unit initrd.target does not exist
dracut[I]: *** Including module: i18n ***
gzip: /var/tmp/dracut.Tp6OnE/initramfs/usr/share/kbd/keymaps/xkb/us.map.gz: No such file or directory
gzip: /var/tmp/dracut.Tp6OnE/initramfs/usr/share/kbd/consolefonts/eurlatgr.psfu.gz: No such file or directory
gzip: /var/tmp/dracut.Tp6OnE/initramfs/usr/share/kbd/consolefonts/eurlatgr.psfu.gz: No such file or directory
dracut[I]: *** Including module: drm ***
dracut[I]: *** Including module: plymouth ***
chmod: cannot access '/var/tmp/dracut.Tp6OnE/initramfs//var/lib/dracut/hooks/emergency/50-plymouth-emergency.sh': No such file or directory
dracut[I]: *** Including module: btrfs ***
dracut[I]: *** Including module: kernel-modules ***
dracut[I]: *** Including module: kernel-modules-extra ***
dracut[I]: *** Including module: resume ***
dracut[I]: *** Including module: rootfs-block ***
chmod: cannot access '/var/tmp/dracut.Tp6OnE/initramfs//var/lib/dracut/hooks/initqueue/timeout/99-rootfallback.sh': No such file or directory
dracut[I]: *** Including module: suse-btrfs ***
dracut[I]: *** Including module: suse-xfs ***
dracut[I]: *** Including module: terminfo ***
dracut[I]: *** Including module: udev-rules ***
dracut[I]: *** Including module: dracut-systemd ***
chmod: cannot access '/var/tmp/dracut.Tp6OnE/initramfs//var/lib/dracut/hooks/cmdline/00-parse-root.sh': No such file or directory
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
dracut[I]: *** Including module: ostree ***
dracut[I]: *** Including module: usrmount ***
dracut[I]: *** Including module: base ***
ln: failed to create symbolic link '/var/tmp/dracut.Tp6OnE/initramfs/bin/sh': File exists
dracut[I]: *** Including module: fs-lib ***
dracut[I]: *** Including module: shutdown ***
dracut[I]: *** Including module: suse ***
chmod: cannot access '/var/tmp/dracut.Tp6OnE/initramfs//var/lib/dracut/hooks/cmdline/99-parse-suse-initrd.sh': No such file or directory
dracut[I]: *** Including module: suse-initrd ***
dracut[I]: *** Including modules done ***
dracut[I]: *** Installing kernel module dependencies ***
depmod: WARNING: could not open modules.order at /var/tmp/dracut.Tp6OnE/initramfs/usr/lib/modules/6.11.0-1-default: No such file or directory
depmod: WARNING: could not open modules.builtin at /var/tmp/dracut.Tp6OnE/initramfs/usr/lib/modules/6.11.0-1-default: No such file or directory
depmod: WARNING: could not open modules.builtin.modinfo at /var/tmp/dracut.Tp6OnE/initramfs/usr/lib/modules/6.11.0-1-default: No such file or directory
dracut[I]: *** Installing kernel module dependencies done ***
dracut[I]: *** Resolving executable dependencies ***
dracut[I]: *** Resolving executable dependencies done ***
dracut[I]: *** Hardlinking files ***
dracut[I]: *** Hardlinking files done ***
dracut[I]: *** Generating early-microcode cpio image ***
dracut[I]: *** Store current command line parameters ***
dracut[I]: Stored kernel commandline:
dracut[I]:  rd.driver.pre=btrfs
dracut[I]:  resume=UUID=fa9f1657-6f6a-4695-b9da-dcd01328cb84
dracut[I]:  root=UUID=be27126f-5652-4dce-973b-fb301d94229a rootfstype=btrfs rootflags=rw,relatime,ssd,discard=async,space_cache=v2,subvolid=342,subvol=/@/.snapshots/78/snapshot,subvol=@/.snapshots/78/snapshot
dracut[I]: *** Stripping files ***
dracut[I]: *** Stripping files done ***
dracut[I]: *** Creating image file '/boot/initrd-6.11.0-1-default' ***
dracut[I]: *** Creating initramfs image file '/boot/initrd-6.11.0-1-default' done ***
dracut[I]: Executing: /usr/bin/dracut --kver=6.11.2-1-default -f
dracut[I]: Module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found!
dracut[I]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!
dracut[I]: Module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!
dracut[I]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrextend' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!
dracut[I]: Module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
dracut[I]: 35network-legacy: Could not find any command of 'dhclient wicked'!
dracut[I]: Module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut[I]: 95nfs: Could not find any command of 'rpcbind portmap'!
dracut[I]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut[I]: Module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut[I]: Module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut[I]: memstrack is not available
dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut[I]: Module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut[I]: Module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut[I]: Module 'systemd-pcrphase' will not be installed, because command '/usr/lib/systemd/systemd-pcrextend' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command 'portablectl' could not be found!
dracut[I]: Module 'systemd-portabled' will not be installed, because command '/usr/lib/systemd/systemd-portabled' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found!
dracut[I]: Module 'systemd-resolved' will not be installed, because command '/usr/lib/systemd/systemd-resolved' could not be found!
dracut[I]: Module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmanctl' could not be found!
dracut[I]: Module 'connman' will not be installed, because command 'connmand-wait-online' could not be found!
dracut[I]: 35network-legacy: Could not find any command of 'dhclient wicked'!
dracut[I]: Module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsiadm' could not be found!
dracut[I]: Module 'iscsi' will not be installed, because command 'iscsid' could not be found!
dracut[I]: 95nfs: Could not find any command of 'rpcbind portmap'!
dracut[I]: Module 'nvmf' will not be installed, because command 'nvme' could not be found!
dracut[I]: Module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut[I]: memstrack is not available
dracut[I]: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
dracut[I]: Module 'squash' will not be installed, because command 'mksquashfs' could not be found!
dracut[I]: Module 'squash' will not be installed, because command 'unsquashfs' could not be found!
dracut[I]: *** Including module: systemd ***
Failed to add dependency on unit: Unit emergency.target does not exist
Failed to add dependency on unit: Unit rescue.target does not exist
Failed to add dependency on unit: Unit systemd-ask-password-console.service does not exist
Failed to add dependency on unit: Unit systemd-ask-password-plymouth.service does not exist
Failed to set default unit: Unit multi-user.target does not exist
dracut[I]: *** Including module: systemd-initrd ***
Failed to set default unit: Unit initrd.target does not exist
dracut[I]: *** Including module: i18n ***
gzip: /var/tmp/dracut.D9ETSY/initramfs/usr/share/kbd/keymaps/xkb/us.map.gz: No such file or directory
gzip: /var/tmp/dracut.D9ETSY/initramfs/usr/share/kbd/consolefonts/eurlatgr.psfu.gz: No such file or directory
gzip: /var/tmp/dracut.D9ETSY/initramfs/usr/share/kbd/consolefonts/eurlatgr.psfu.gz: No such file or directory
dracut[I]: *** Including module: drm ***
dracut[I]: *** Including module: plymouth ***
chmod: cannot access '/var/tmp/dracut.D9ETSY/initramfs//var/lib/dracut/hooks/emergency/50-plymouth-emergency.sh': No such file or directory
dracut[I]: *** Including module: btrfs ***
dracut[I]: *** Including module: kernel-modules ***
dracut[I]: *** Including module: kernel-modules-extra ***
dracut[I]: *** Including module: resume ***
dracut[I]: *** Including module: rootfs-block ***
chmod: cannot access '/var/tmp/dracut.D9ETSY/initramfs//var/lib/dracut/hooks/initqueue/timeout/99-rootfallback.sh': No such file or directory
dracut[I]: *** Including module: suse-btrfs ***
dracut[I]: *** Including module: suse-xfs ***
dracut[I]: *** Including module: terminfo ***
dracut[I]: *** Including module: udev-rules ***
dracut[I]: *** Including module: dracut-systemd ***
chmod: cannot access '/var/tmp/dracut.D9ETSY/initramfs//var/lib/dracut/hooks/cmdline/00-parse-root.sh': No such file or directory
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
Failed to add dependency on unit: Unit initrd.target does not exist
dracut[I]: *** Including module: ostree ***
dracut[I]: *** Including module: usrmount ***
dracut[I]: *** Including module: base ***
ln: failed to create symbolic link '/var/tmp/dracut.D9ETSY/initramfs/bin/sh': File exists
dracut[I]: *** Including module: fs-lib ***
dracut[I]: *** Including module: shutdown ***
dracut[I]: *** Including module: suse ***
chmod: cannot access '/var/tmp/dracut.D9ETSY/initramfs//var/lib/dracut/hooks/cmdline/99-parse-suse-initrd.sh': No such file or directory
dracut[I]: *** Including module: suse-initrd ***
dracut[I]: *** Including modules done ***
dracut[I]: *** Installing kernel module dependencies ***
depmod: WARNING: could not open modules.order at /var/tmp/dracut.D9ETSY/initramfs/usr/lib/modules/6.11.2-1-default: No such file or directory
depmod: WARNING: could not open modules.builtin at /var/tmp/dracut.D9ETSY/initramfs/usr/lib/modules/6.11.2-1-default: No such file or directory
depmod: WARNING: could not open modules.builtin.modinfo at /var/tmp/dracut.D9ETSY/initramfs/usr/lib/modules/6.11.2-1-default: No such file or directory
dracut[I]: *** Installing kernel module dependencies done ***
dracut[I]: *** Resolving executable dependencies ***
dracut[I]: *** Resolving executable dependencies done ***
dracut[I]: *** Hardlinking files ***
dracut[I]: *** Hardlinking files done ***
dracut[I]: *** Generating early-microcode cpio image ***
dracut[I]: *** Store current command line parameters ***
dracut[I]: Stored kernel commandline:
dracut[I]:  rd.driver.pre=btrfs
dracut[I]:  resume=UUID=fa9f1657-6f6a-4695-b9da-dcd01328cb84
dracut[I]:  root=UUID=be27126f-5652-4dce-973b-fb301d94229a rootfstype=btrfs rootflags=rw,relatime,ssd,discard=async,space_cache=v2,subvolid=342,subvol=/@/.snapshots/78/snapshot,subvol=@/.snapshots/78/snapshot
dracut[I]: *** Stripping files ***
dracut[I]: *** Stripping files done ***
dracut[I]: *** Creating image file '/boot/initrd-6.11.2-1-default' ***
dracut[I]: *** Creating initramfs image file '/boot/initrd-6.11.2-1-default' done ***
dracut[I]: sync operation on newly created initramfs /boot/initrd-6.11.2-1-default failed
usr_40476@localhost:~/.local/share/twitchonline> cat /etc/sysconfig/bootloader | grep LOADER_TYPE
LOADER_TYPE="grub2-efi"
usr_40476@localhost:~/.local/share/twitchonline> 

the last snippet is after the update, here is after the rollback

LOADER_TYPE="grub2-efi"

These messages and others like them are normal on all my installations. IMO, none are indicative of your problem.

I know missing module messages dont mean anything, but I suspect there is an mis-installed / corrupted module somewhere and that is causing an error. Because my previous kernel update went just fine. Would it be reasonable to check directory statuses on dracut’s folders?

@40476 use lsinitrd | wc -l (a lot of output!!!) as a quick compare to see if they match line count.

We are keeping in mind I cannot reboot right?

i think io found the problem, not sure though

Failed to add dependency on unit: Unit emergency.target does not exist
Failed to add dependency on unit: Unit rescue.target does not exist
Failed to add dependency on unit: Unit systemd-ask-password-console.service does not exist
Failed to add dependency on unit: Unit systemd-ask-password-plymouth.service does not exist
Failed to set default unit: Unit multi-user.target does not exist

and

Failed to set default unit: Unit initrd.target does not exist