Your message dated Thu, 05 Feb 2026 03:34:13 +0000
with message-id <[email protected]>
and subject line Bug#1114521: fixed in mdadm 4.5-4
has caused the Debian Bug report #1114521,
regarding mdadm: Reproducible fix: always load efivarfs
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1114521: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114521
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: mdadm
Version: 4.4-12
Severity: normal
Tags: patch

Hello maintainers of mdadm,

While reproducing the issue in #1110729, I found out that the generation of live images result in different images, depending on whether they are built on a host booted via BIOS or UEFI.

Attached you'll find a patch that always includes the efivarfs modules in the initrd.img

With kind regards,
Roland Clobus
diff --git a/debian/mdadm.initramfs-hook b/debian/mdadm.initramfs-hook
index b69159d..be4f826 100644
--- a/debian/mdadm.initramfs-hook
+++ b/debian/mdadm.initramfs-hook
@@ -66,10 +66,9 @@ for module in linear multipath raid0 raid1 raid456 raid5 raid6 raid10; do
 done
 
 # load efivars for Intel RST IMSM, see Bug#962844
+force_load efivarfs || true
 if [ -e /sys/firmware/efi ]
 then
-	force_load efivarfs || true
-
 	if ! ls /sys/firmware/efi/efivars/* > /dev/null 2>&1
 	then
 		mount -t efivarfs -o rw,nosuid,nodev,noexec,relatime efivarfs /sys/firmware/efi/efivars || true

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Source: mdadm
Source-Version: 4.5-4
Done: Daniel Baumann <[email protected]>

We believe that the bug you reported is fixed in the latest version of
mdadm, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Daniel Baumann <[email protected]> (supplier of updated mdadm package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 05 Feb 2026 04:17:16 +0100
Source: mdadm
Architecture: source
Version: 4.5-4
Distribution: sid
Urgency: medium
Maintainer: Daniel Baumann <[email protected]>
Changed-By: Daniel Baumann <[email protected]>
Closes: 1114521
Changes:
 mdadm (4.5-4) sid; urgency=medium
 .
   * Always including efivarfs to have generic initramfs, thanks to Roland
     Clobus <[email protected]> (Closes: #1114521).
Checksums-Sha1:
 25dee5875e81ccb7c397fc0f11fd918e8f3ea80d 1352 mdadm_4.5-4.dsc
 33516d73924a7c48a6d9edd8f2257182b264af09 90576 mdadm_4.5-4.debian.tar.xz
 b46bec0546cc5e8e18b919f7454eb151d711409b 5700 mdadm_4.5-4_amd64.buildinfo
Checksums-Sha256:
 069915e733802770fddc97502a70f1931f17822497e86af66b56db9954cd6c03 1352 
mdadm_4.5-4.dsc
 802df8a3105c322a70d9d66ce3d535b53670d21c7b024954e74e85dfe286f974 90576 
mdadm_4.5-4.debian.tar.xz
 9e8d85b302c99b0a6619472cfefd9f654d4abe008102278dd6a5bf602b28b035 5700 
mdadm_4.5-4_amd64.buildinfo
Files:
 c343289581b526c15b0b56817340869f 1352 admin optional mdadm_4.5-4.dsc
 40d695443754fa2b6da02d8a50ca9cfe 90576 admin optional mdadm_4.5-4.debian.tar.xz
 eeb7cb3c0f6a8917eb30faf23a27d78a 5700 admin optional 
mdadm_4.5-4_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQQmmGg4gLaoSj0ERgL7tPDoCoAiLwUCaYQMSwAKCRD7tPDoCoAi
LyaXAQCrGkxMzb+OHjkNfhBTxXnCXjhV+VLY2nE6ZP78wJtL3wEA1xME0qQupNau
CUCwpTC5Vs9Qswg7PFBG6yKdB0AO3Q4=
=mRhQ
-----END PGP SIGNATURE-----

Attachment: pgpDtTyrVv7nS.pgp
Description: PGP signature


--- End Message ---

Reply via email to