Package: mdadm
Version: 4.2-5
Severity: important
X-Debbugs-Cc: [email protected]

Dear Maintainer,

On systems with IMSM RAID metadata, mdadm fails to assemble arrays in initramfs 
due to the efivarfs mount not being mounted. 
This is related to #1003352, which was closed without a fix. It appears the fix 
in 4.2+20230223-1 only mounts efivarfs while building the initramfs. This does 
not resolve the initramfs requirement for efivars to be readable.

Without efivarfs available, mdadm believes it cannot safely assemble the IMSM 
array and refuses to assemble the array, making it unable to be mounted and 
dropping users into an emergency shell. 

The workaround I am currently using is to append IMSM_NO_PLATFORM=1 to the GRUB 
boot command line, but this disables platform checks and is not suitable for 
production use. 

The true fix is specified in #1003352 and was implemented downstream in Ubuntu 
by providing a script in init-top to mount the efivarfs. Jörn Heissler also 
provided a viable fix in #1003352. 

This bug prevents boot on IMSM RAID systems entirely. 

-- Package-specific info:
--- mdadm.conf
HOMEHOST <system>
MAILADDR root
ARRAY metadata=imsm UUID=007ac2e8:ca3f7400:b0b6a349:2f23d62d
ARRAY /dev/md/Volume1 container=007ac2e8:ca3f7400:b0b6a349:2f23d62d member=0 
UUID=a464319b:998a5217:649c43c8:eca60140

--- /etc/default/mdadm
AUTOCHECK=true
AUTOSCAN=true
START_DAEMON=true
DAEMON_OPTIONS="--syslog"
VERBOSE=false

--- /proc/mdstat:
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
[raid10] 
md126 : active raid1 sda[1] sdb[0]
      234428416 blocks super external:/md127/0 [2/2] [UU]
      
md127 : inactive sda[1](S) sdb[0](S)
      5296 blocks super external:imsm
       
unused devices: <none>

--- /proc/partitions:
major minor  #blocks  name

 259        0  976762584 nvme0n1
 259        1      16367 nvme0n1p1
 259        2  976745472 nvme0n1p2
 259        3  976762584 nvme1n1
 259        4      16367 nvme1n1p1
 259        5  976745472 nvme1n1p2
   8        0  234431064 sda
   8       16  234431064 sdb
   8       17     524288 sdb1
   8       18  232902656 sdb2
   8       19     999424 sdb3
   8       32   30062592 sdc
   8       33   30061520 sdc1
   9      126  234428416 md126
 259        6     524288 md126p1
 259        7  232902656 md126p2
 259        8     999424 md126p3

--- LVM physical volumes:
LVM does not seem to be used.
--- mount output
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
udev on /dev type devtmpfs 
(rw,nosuid,relatime,size=32816788k,nr_inodes=8204197,mode=755,inode64)
devpts on /dev/pts type devpts 
(rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000)
tmpfs on /run type tmpfs 
(rw,nosuid,nodev,noexec,relatime,size=6568312k,mode=755,inode64)
/dev/md126p2 on / type ext4 (rw,relatime,errors=remount-ro)
securityfs on /sys/kernel/security type securityfs 
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64)
tmpfs on /run/lock type tmpfs 
(rw,nosuid,nodev,noexec,relatime,size=5120k,inode64)
cgroup2 on /sys/fs/cgroup type cgroup2 
(rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot)
pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime)
efivarfs on /sys/firmware/efi/efivars type efivarfs 
(rw,nosuid,nodev,noexec,relatime)
bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700)
systemd-1 on /proc/sys/fs/binfmt_misc type autofs 
(rw,relatime,fd=30,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=33620)
mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime)
hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M)
debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime)
tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime)
configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysctl.service type ramfs 
(ro,nosuid,nodev,noexec,relatime,mode=700)
fusectl on /sys/fs/fuse/connections type fusectl 
(rw,nosuid,nodev,noexec,relatime)
ramfs on /run/credentials/systemd-sysusers.service type ramfs 
(ro,nosuid,nodev,noexec,relatime,mode=700)
ramfs on /run/credentials/systemd-tmpfiles-setup-dev.service type ramfs 
(ro,nosuid,nodev,noexec,relatime,mode=700)
/dev/md126p1 on /boot/efi type vfat 
(rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro)
ramfs on /run/credentials/systemd-tmpfiles-setup.service type ramfs 
(ro,nosuid,nodev,noexec,relatime,mode=700)
binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc 
(rw,nosuid,nodev,noexec,relatime)
tmpfs on /run/user/0 type tmpfs 
(rw,nosuid,nodev,relatime,size=6568308k,nr_inodes=1642077,mode=700,inode64)

--- initrd.img-6.1.0-33-amd64:

gzip: /boot/initrd.img-6.1.0-33-amd64: not in gzip format
cpio: premature end of archive

--- initrd's /conf/conf.d/md:
no conf/md file.

--- /proc/modules:
dm_mod 184320 0 - Live 0xffffffffc0ae5000
raid10 65536 0 - Live 0xffffffffc0800000
raid456 180224 0 - Live 0xffffffffc092c000
async_raid6_recov 24576 1 raid456, Live 0xffffffffc0618000
async_memcpy 20480 2 raid456,async_raid6_recov, Live 0xffffffffc05f4000
async_pq 20480 2 raid456,async_raid6_recov, Live 0xffffffffc05ee000
async_xor 20480 3 raid456,async_raid6_recov,async_pq, Live 0xffffffffc05e8000
async_tx 20480 5 raid456,async_raid6_recov,async_memcpy,async_pq,async_xor, 
Live 0xffffffffc05ce000
raid6_pq 122880 3 raid456,async_raid6_recov,async_pq, Live 0xffffffffc090d000
libcrc32c 16384 1 raid456, Live 0xffffffffc046d000
raid1 53248 1 - Live 0xffffffffc0459000
raid0 24576 0 - Live 0xffffffffc03e6000
multipath 20480 0 - Live 0xffffffffc0391000
linear 20480 0 - Live 0xffffffffc0366000
md_mod 192512 10 raid10,raid456,raid1,raid0,multipath,linear, Live 
0xffffffffc07b1000

--- volume detail:
/dev/sda:
          Magic : Intel Raid ISM Cfg Sig.
        Version : 1.1.00
    Orig Family : 6979eb1d
         Family : 6979eb1d
     Generation : 0023b863
  Creation Time : Unknown
     Attributes : All supported
           UUID : 007ac2e8:ca3f7400:b0b6a349:2f23d62d
       Checksum : 787897a7 correct
    MPB Sectors : 1
          Disks : 2
   RAID Devices : 1

  Disk00 Serial : 2335E87269E9
          State : active
             Id : 00000000
    Usable Size : 468856832 (223.57 GiB 240.05 GB)

[Volume1]:
       Subarray : 0
           UUID : a464319b:998a5217:649c43c8:eca60140
     RAID Level : 1
        Members : 2
          Slots : [UU]
    Failed disk : none
      This Slot : 0
    Sector Size : 512
     Array Size : 468856832 (223.57 GiB 240.05 GB)
   Per Dev Size : 468857096 (223.57 GiB 240.05 GB)
  Sector Offset : 0
    Num Stripes : 1831472
     Chunk Size : 64 KiB
       Reserved : 0
  Migrate State : idle
      Map State : normal
    Dirty State : dirty
     RWH Policy : off
      Volume ID : 1

  Disk01 Serial : 2335E872055A
          State : active
             Id : 00000001
    Usable Size : 468856832 (223.57 GiB 240.05 GB)
--
/dev/sdb:
          Magic : Intel Raid ISM Cfg Sig.
        Version : 1.1.00
    Orig Family : 6979eb1d
         Family : 6979eb1d
     Generation : 0023b863
  Creation Time : Unknown
     Attributes : All supported
           UUID : 007ac2e8:ca3f7400:b0b6a349:2f23d62d
       Checksum : 787897a7 correct
    MPB Sectors : 1
          Disks : 2
   RAID Devices : 1

  Disk01 Serial : 2335E872055A
          State : active
             Id : 00000001
    Usable Size : 468856832 (223.57 GiB 240.05 GB)

[Volume1]:
       Subarray : 0
           UUID : a464319b:998a5217:649c43c8:eca60140
     RAID Level : 1
        Members : 2
          Slots : [UU]
    Failed disk : none
      This Slot : 1
    Sector Size : 512
     Array Size : 468856832 (223.57 GiB 240.05 GB)
   Per Dev Size : 468857096 (223.57 GiB 240.05 GB)
  Sector Offset : 0
    Num Stripes : 1831472
     Chunk Size : 64 KiB
       Reserved : 0
  Migrate State : idle
      Map State : normal
    Dirty State : dirty
     RWH Policy : off
      Volume ID : 1

  Disk00 Serial : 2335E87269E9
          State : active
             Id : 00000000
    Usable Size : 468856832 (223.57 GiB 240.05 GB)
--
/dev/sdb1:
   MBR Magic : aa55
--
/dev/sdb2 is not recognised by mdadm.
/dev/sdb3 is not recognised by mdadm.
/dev/sdc:
   MBR Magic : aa55
Partition[0] :   4294967295 sectors at            1 (type ee)
--
/dev/sdc1:
   MBR Magic : aa55
Partition[0] :   1701978223 sectors at   1948285285 (type 6e)
Partition[3] :          441 sectors at     28049408 (type 00)
--

--- /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-6.1.0-33-amd64 root=/dev/md126p2 ro 
root=/dev/md/Volume1p2 IMSM_NO_PLATFORM=1 quiet

--- grub2:
        linux   /boot/vmlinuz-6.1.0-33-amd64 root=/dev/md126p2 ro 
root=/dev/md/Volume1p2 IMSM_NO_PLATFORM=1 quiet
                linux   /boot/vmlinuz-6.1.0-33-amd64 root=/dev/md126p2 ro 
root=/dev/md/Volume1p2 IMSM_NO_PLATFORM=1 quiet
                linux   /boot/vmlinuz-6.1.0-33-amd64 root=/dev/md126p2 ro 
single root=/dev/md/Volume1p2 IMSM_NO_PLATFORM=1
                linux   /boot/vmlinuz-6.1.0-32-amd64 root=/dev/md126p2 ro 
root=/dev/md/Volume1p2 IMSM_NO_PLATFORM=1 quiet
                linux   /boot/vmlinuz-6.1.0-32-amd64 root=/dev/md126p2 ro 
single root=/dev/md/Volume1p2 IMSM_NO_PLATFORM=1

--- udev:
ii  udev           252.36-1~deb12u1 amd64        /dev/ and hotplug management 
daemon
9d7dfcdc58fa54941f8d28f6094a7a5b  /lib/udev/rules.d/01-md-raid-creating.rules
d767cffc82663d79b515f66ee8557fb4  /lib/udev/rules.d/63-md-raid-arrays.rules
b733421b507e8c6c87963f4bfb572ca5  /lib/udev/rules.d/64-md-raid-assembly.rules
ba1d376ca9b7364576f950d06ba18207  
/lib/udev/rules.d/69-md-clustered-confirm-device.rules
134bbecc2a769a7c7d4ec930968ab162  /lib/udev/rules.d/99-systemd.rules

--- /dev:
brw-rw---- 1 root disk   9, 126 Apr 21 20:02 /dev/md126
brw-rw---- 1 root disk 259,   6 Apr 21 20:02 /dev/md126p1
brw-rw---- 1 root disk 259,   7 Apr 21 20:02 /dev/md126p2
brw-rw---- 1 root disk 259,   8 Apr 21 20:02 /dev/md126p3
brw-rw---- 1 root disk   9, 127 Apr 21 20:02 /dev/md127

/dev/disk/by-diskseq:
total 0
lrwxrwxrwx 1 root root 13 Apr 21 20:02 1 -> ../../nvme0n1
lrwxrwxrwx 1 root root 11 Apr 21 20:02 10 -> ../../loop1
lrwxrwxrwx 1 root root 11 Apr 21 20:02 11 -> ../../loop2
lrwxrwxrwx 1 root root 11 Apr 21 20:02 12 -> ../../loop3
lrwxrwxrwx 1 root root 11 Apr 21 20:02 13 -> ../../loop4
lrwxrwxrwx 1 root root 11 Apr 21 20:02 14 -> ../../loop5
lrwxrwxrwx 1 root root 11 Apr 21 20:02 15 -> ../../loop6
lrwxrwxrwx 1 root root 11 Apr 21 20:02 16 -> ../../loop7
lrwxrwxrwx 1 root root 13 Apr 21 20:02 2 -> ../../nvme1n1
lrwxrwxrwx 1 root root  9 Apr 21 20:02 3 -> ../../sda
lrwxrwxrwx 1 root root  9 Apr 21 20:02 4 -> ../../sdb
lrwxrwxrwx 1 root root  9 Apr 21 20:02 5 -> ../../sdc
lrwxrwxrwx 1 root root 11 Apr 21 20:02 9 -> ../../loop0

/dev/disk/by-id:
total 0
lrwxrwxrwx 1 root root  9 Apr 21 20:02 ata-CT240BX500SSD1_2335E872055A -> 
../../sdb
lrwxrwxrwx 1 root root 10 Apr 21 20:02 ata-CT240BX500SSD1_2335E872055A-part1 -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Apr 21 20:02 ata-CT240BX500SSD1_2335E872055A-part2 -> 
../../sdb2
lrwxrwxrwx 1 root root 10 Apr 21 20:02 ata-CT240BX500SSD1_2335E872055A-part3 -> 
../../sdb3
lrwxrwxrwx 1 root root  9 Apr 21 20:02 ata-CT240BX500SSD1_2335E87269E9 -> 
../../sda
lrwxrwxrwx 1 root root 11 Apr 21 20:02 
md-uuid-007ac2e8:ca3f7400:b0b6a349:2f23d62d -> ../../md127
lrwxrwxrwx 1 root root 11 Apr 21 20:02 
md-uuid-a464319b:998a5217:649c43c8:eca60140 -> ../../md126
lrwxrwxrwx 1 root root 13 Apr 21 20:02 
md-uuid-a464319b:998a5217:649c43c8:eca60140-part1 -> ../../md126p1
lrwxrwxrwx 1 root root 13 Apr 21 20:02 
md-uuid-a464319b:998a5217:649c43c8:eca60140-part2 -> ../../md126p2
lrwxrwxrwx 1 root root 13 Apr 21 20:02 
md-uuid-a464319b:998a5217:649c43c8:eca60140-part3 -> ../../md126p3
lrwxrwxrwx 1 root root 13 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7B3 -> 
../../nvme0n1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7B3-part1 -> 
../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7B3-part2 -> 
../../nvme0n1p2
lrwxrwxrwx 1 root root 13 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7B3_1 -> 
../../nvme0n1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7B3_1-part1 
-> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7B3_1-part2 
-> ../../nvme0n1p2
lrwxrwxrwx 1 root root 13 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7DF -> 
../../nvme1n1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7DF-part1 -> 
../../nvme1n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7DF-part2 -> 
../../nvme1n1p2
lrwxrwxrwx 1 root root 13 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7DF_1 -> 
../../nvme1n1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7DF_1-part1 
-> ../../nvme1n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 nvme-CT1000P3SSD8_240446DEE7DF_1-part2 
-> ../../nvme1n1p2
lrwxrwxrwx 1 root root 13 Apr 21 20:02 
nvme-eui.000000000000000100a0752446dee7b3 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 
nvme-eui.000000000000000100a0752446dee7b3-part1 -> ../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 
nvme-eui.000000000000000100a0752446dee7b3-part2 -> ../../nvme0n1p2
lrwxrwxrwx 1 root root 13 Apr 21 20:02 
nvme-eui.000000000000000100a0752446dee7df -> ../../nvme1n1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 
nvme-eui.000000000000000100a0752446dee7df-part1 -> ../../nvme1n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 
nvme-eui.000000000000000100a0752446dee7df-part2 -> ../../nvme1n1p2
lrwxrwxrwx 1 root root  9 Apr 21 20:02 
usb-SanDisk_Cruzer_Blade_00010104110424144030-0:0 -> ../../sdc
lrwxrwxrwx 1 root root 10 Apr 21 20:02 
usb-SanDisk_Cruzer_Blade_00010104110424144030-0:0-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Apr 21 20:02 wwn-0x500a0751e872055a -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 21 20:02 wwn-0x500a0751e872055a-part1 -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Apr 21 20:02 wwn-0x500a0751e872055a-part2 -> 
../../sdb2
lrwxrwxrwx 1 root root 10 Apr 21 20:02 wwn-0x500a0751e872055a-part3 -> 
../../sdb3
lrwxrwxrwx 1 root root  9 Apr 21 20:02 wwn-0x500a0751e87269e9 -> ../../sda

/dev/disk/by-label:
total 0
lrwxrwxrwx 1 root root 10 Apr 21 20:02 DEBIAN\x2012_1 -> ../../sdc1

/dev/disk/by-partlabel:
total 0
lrwxrwxrwx 1 root root 15 Apr 21 20:02 Hyper-V\x20Disk -> ../../nvme1n1p2
lrwxrwxrwx 1 root root 10 Apr 21 20:02 Main\x20Data\x20Partition -> ../../sdc1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 Microsoft\x20reserved\x20partition -> 
../../nvme1n1p1

/dev/disk/by-partuuid:
total 0
lrwxrwxrwx 1 root root 13 Apr 21 20:02 18694359-7a75-4ac2-a163-957ed608c017 -> 
../../md126p1
lrwxrwxrwx 1 root root 10 Apr 21 20:02 246ce009-f713-408d-9ee6-b96913de1af9 -> 
../../sdc1
lrwxrwxrwx 1 root root 13 Apr 21 20:02 2c1cef20-4bf9-4c1f-b7d6-d9a11bf8cfbe -> 
../../md126p3
lrwxrwxrwx 1 root root 15 Apr 21 20:02 2d9d166d-0eed-11ef-b3d0-24be05a6af62 -> 
../../nvme1n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 2d9d166e-0eed-11ef-b3d0-24be05a6af62 -> 
../../nvme1n1p2
lrwxrwxrwx 1 root root 15 Apr 21 20:02 53356c19-b316-11ef-b3e0-22344d0813d6 -> 
../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 53356c1a-b316-11ef-b3e0-22344d0813d6 -> 
../../nvme0n1p2
lrwxrwxrwx 1 root root 13 Apr 21 20:02 9968bea3-c481-4904-8a41-d3b040e0e775 -> 
../../md126p2

/dev/disk/by-path:
total 0
lrwxrwxrwx 1 root root  9 Apr 21 20:02 
pci-0000:00:14.0-usb-0:3:1.0-scsi-0:0:0:0 -> ../../sdc
lrwxrwxrwx 1 root root 10 Apr 21 20:02 
pci-0000:00:14.0-usb-0:3:1.0-scsi-0:0:0:0-part1 -> ../../sdc1
lrwxrwxrwx 1 root root  9 Apr 21 20:02 pci-0000:00:1f.2-ata-2 -> ../../sda
lrwxrwxrwx 1 root root  9 Apr 21 20:02 pci-0000:00:1f.2-ata-2.0 -> ../../sda
lrwxrwxrwx 1 root root  9 Apr 21 20:02 pci-0000:00:1f.2-ata-4 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 21 20:02 pci-0000:00:1f.2-ata-4-part1 -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Apr 21 20:02 pci-0000:00:1f.2-ata-4-part2 -> 
../../sdb2
lrwxrwxrwx 1 root root 10 Apr 21 20:02 pci-0000:00:1f.2-ata-4-part3 -> 
../../sdb3
lrwxrwxrwx 1 root root  9 Apr 21 20:02 pci-0000:00:1f.2-ata-4.0 -> ../../sdb
lrwxrwxrwx 1 root root 10 Apr 21 20:02 pci-0000:00:1f.2-ata-4.0-part1 -> 
../../sdb1
lrwxrwxrwx 1 root root 10 Apr 21 20:02 pci-0000:00:1f.2-ata-4.0-part2 -> 
../../sdb2
lrwxrwxrwx 1 root root 10 Apr 21 20:02 pci-0000:00:1f.2-ata-4.0-part3 -> 
../../sdb3
lrwxrwxrwx 1 root root 13 Apr 21 20:02 pci-0000:01:00.0-nvme-1 -> ../../nvme0n1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 pci-0000:01:00.0-nvme-1-part1 -> 
../../nvme0n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 pci-0000:01:00.0-nvme-1-part2 -> 
../../nvme0n1p2
lrwxrwxrwx 1 root root 13 Apr 21 20:02 pci-0000:02:00.0-nvme-1 -> ../../nvme1n1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 pci-0000:02:00.0-nvme-1-part1 -> 
../../nvme1n1p1
lrwxrwxrwx 1 root root 15 Apr 21 20:02 pci-0000:02:00.0-nvme-1-part2 -> 
../../nvme1n1p2

/dev/disk/by-uuid:
total 0
lrwxrwxrwx 1 root root 13 Apr 21 20:02 58435b94-4dbe-45b4-872a-95227dd94942 -> 
../../md126p3
lrwxrwxrwx 1 root root 10 Apr 21 20:02 5C00-8506 -> ../../sdc1
lrwxrwxrwx 1 root root 13 Apr 21 20:02 DC58-B7F9 -> ../../md126p1
lrwxrwxrwx 1 root root 13 Apr 21 20:02 d03193a1-220c-4dd9-8824-47f196325c3a -> 
../../md126p2

/dev/md:
total 0
lrwxrwxrwx 1 root root  8 Apr 21 20:02 Volume1 -> ../md126
lrwxrwxrwx 1 root root 10 Apr 21 20:02 Volume1p1 -> ../md126p1
lrwxrwxrwx 1 root root 10 Apr 21 20:02 Volume1p2 -> ../md126p2
lrwxrwxrwx 1 root root 10 Apr 21 20:02 Volume1p3 -> ../md126p3
lrwxrwxrwx 1 root root  8 Apr 21 20:02 imsm0 -> ../md127

Auto-generated on Mon, 21 Apr 2025 20:57:23 +1000 by mdadm bugscript

-- System Information:
Debian Release: 12.10
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-33-amd64 (SMP w/28 CPU threads; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_AU:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages mdadm depends on:
ii  debconf [debconf-2.0]      1.5.82
ii  init-system-helpers        1.65.2
ii  libc6                      2.36-9+deb12u10
ii  libudev1                   252.36-1~deb12u1
ii  sysvinit-utils [lsb-base]  3.06-4
ii  udev                       252.36-1~deb12u1

Versions of packages mdadm recommends:
pn  default-mta | mail-transport-agent  <none>
ii  kmod                                30+20221128-1

Versions of packages mdadm suggests:
pn  dracut-core  <none>

-- debconf information:
  mdadm/autocheck: true
  mdadm/mail_to: root
  mdadm/start_daemon: true
  mdadm/autoscan: true

Reply via email to