Package: grub-efi-amd64
Version: 2.02~beta2-29
Severity: important
Tags: patch

Dear Maintainer,

GRUB2 supports booting from filesystems running under RAID5 using the
raid5rec
module. Because GRUB2 modules are stored under /boot and not the EFI
partition,
like grubx64.efi, GRUB2 is unable to boot from volumes when /boot is on a
RAID5
volume without regenerating grubx64.efi by hand.

The attached patch includes raid5rec and raid6rec when building the EFI
images as is done with LVM and all other raid modules.

-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500,
'xenial'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0-19-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
=== modified file 'debian/build-efi-images'
--- debian/build-efi-images	2015-09-04 12:35:59 +0000
+++ debian/build-efi-images	2015-11-10 01:55:26 +0000
@@ -137,6 +137,8 @@
 	lvm
 	mdraid09
 	mdraid1x
+        raid5rec
+        raid6rec
 	"
 NET_MODULES="$CD_MODULES
 	tftp

Reply via email to