+ cat /lib/dracut/dracut-108 dracut-108 + echo /proc/cmdline /proc/cmdline BOOT_IMAGE=/kernel-6.18.3 ro resume=/dev/sdc4 rd.break=initqueue /etc/cmdline.d/95root-dev.conf root=/dev/mapper/test5 rootfstype=ext4 rootflags=rw,relatime [snip a great deal of stuff] + lvm lvdisplay --- Logical volume --- LV Path /dev/vg/lvcrypt2 LV Name lvcrypt2 VG Name vg LV UUID AsGUcS-Kaqu-fu6u-m4z5-jpHy-EnME-B7FTIv LV Write Access read/write LV Creation host, time mallory, 2026-01-27 22:59:18 +0000 LV Status NOT available [neither mdraid_start nor lvm_scan had been run yet] LV Size 10.00 GiB Current LE 2560 Segments 1 Allocation inherit Read ahead sectors auto + cat /proc/mdstat Personalities : [raid1] md127 : active (auto-read-only) raid1 sdb5[2] sda5[3] 933535424 blocks super 1.2 [2/2] [UU] bitmap: 0/7 pages [0KB], 65536KB chunk + dmesg [snip a great deal of stuff--the disks are all there and working, the RAM is there] [ 0.000000] Linux version 6.18.3 (root@mallory) (gcc (Gentoo 15.2.1_p20251122 p3) 15.2.1 20251122, GNU ld (Gentoo 2.45.1 p1) 2.45.1) #5 SMP PREEMPT_DYNAMIC Mon Jan 26 11:27:48 MST 2026 [ 0.000000] Command line: BOOT_IMAGE=/kernel-6.18.3 ro resume=/dev/sdc4 rd.break=initqueue [ 1.091350] Run /init as init process [ 1.091383] with arguments: [ 1.091384] /init [ 1.091385] with environment: [ 1.091386] HOME=/ [ 1.091387] TERM=linux [ 1.140054] dracut: dracut-108 [ 1.420630] dracut Warning: Break before initqueue [ 1.429406] dracut Warning: /dev/disk/by-id/md-uuid-03e86bcf:fdcfb687:f1bba9ca:e8781216 does not exist [ 1.429642] dracut Warning: /dev/mapper/test5 does not exist [ 1.429857] dracut Warning: /dev/resume does not exist [ 1.430074] dracut Warning: /dev/vg/lvcrypt2 does not exist [ 1.430298] dracut Warning: crypto LUKS UUID 6df54e59-5174-405f-906a-0da7dde05338 not found [ 1.430489] dracut Warning: crypto LUKS UUID 6df54e59-5174-405f-906a-0da7dde05338 not found [ 1.645873] md/raid1:md127: active with 2 out of 2 mirrors [ 1.647472] md127: detected capacity change from 0 to 1867070848 [ 1.679374] mdadm (427) used greatest stack depth: 12568 bytes left [ 1.884994] random: crng init done + '[' -f /run/initramfs/init.log ']' history >> rdsosreport.txt : 1 vgchange -a y 2 ls 3 ls --color 4 alias ls='ls --color' 5 cd bin 6 ls 7 ls /dev/ 8 mdraid_start 9 ls /dev 10 ls /dev/md 11 vgchange -a y 12 lvm_scan 13 ls /dev/ 14 ls /dev/vg 15 ls /dev/mapper/ 16 cryptsetup open /dev/mapper/vg-lvcrypt2 test4 17 ls /dev/mapper 18 ls -l /dev/mapper 19 ls -l /dev/dm-1 20 ls / 21 ls /sysroot/ 22 mount /dev/dm-1 /sysroot/ 23 ls /sysroot/ 24 cd /run/ 25 ls 26 cd initramfs/ 27 ls 28 history >> rdsosreport.txt mount >> rdsosreport.txt: rootfs on / type rootfs (rw,size=4038976k,nr_inodes=1009744) proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) devtmpfs on /dev type devtmpfs (rw,nosuid,noexec,size=4038976k,nr_inodes=1009744,mode=755) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=600,ptmxmode=000) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,noexec) tmpfs on /run type tmpfs (rw,nosuid,nodev,noexec,mode=755) /dev/mapper/test4 on /sysroot type ext4 (rw,relatime) ls -l /dev/mapper >> rdsosreport.txt: total 0 crw------- 1 root 0 10, 236 Jan 28 22:06 control lrwxrwxrwx 1 root 0 7 Jan 28 22:11 test4 -> ../dm-1 lrwxrwxrwx 1 root 0 7 Jan 28 22:09 vg-lvcrypt2 -> ../dm-0