Package: systemdVersion: 252.36-1~deb12u1 On a fresh Debin 12 Bookworm installation I always get this error message after rebooting the server with reboot. This is consistent over multiple servers. The raid is mounted at /.
Do you have any idea what the reason for this is? --Kaulkwappe root@server:~# uname -a Linux server 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64 GNU/Linux root@server:~# cat /proc/mdstat Personalities : [raid1] [linear] [multipath] [raid0] [raid6] [raid5] [raid4] [raid10] md1 : active raid1 nvme1n1p3[1] nvme0n1p3[0] 1889833984 blocks super 1.2 [2/2] [UU] md0 : active (auto-read-only) raid1 nvme1n1p2[1] nvme0n1p2[0] 62466048 blocks super 1.2 [2/2] [UU] unused devices: <none> root@server:~# mount | grep /md /dev/md1 on / type ext4 (rw,relatime,errors=remount-ro)