From cb974d67f33b4f47ab2344fa51efee4cdb94d227 Mon Sep 17 00:00:00 2001 From: yueyuankun Date: Mon, 29 Apr 2024 15:58:18 +0800 Subject: [PATCH] fix the issue of boot failed on md raid disks --- grub.macros | 2 +- grub2.spec | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/grub.macros b/grub.macros index 03f7024..f9b66b7 100644 --- a/grub.macros +++ b/grub.macros @@ -452,7 +452,7 @@ GRUB_MODULES=" all_video boot btrfs \\\ password_pbkdf2 png reboot \\\ search search_fs_uuid search_fs_file \\\ search_label sleep test tftp \\\ - video xfs " \ + video xfs mdraid1x " \ GRUB_MODULES+=%{efi_modules} \ %{expand:%%{mkimage %{1} %{2} %{3} %{4}}} \ %{nil} diff --git a/grub2.spec b/grub2.spec index b21aa7d..f2920f6 100644 --- a/grub2.spec +++ b/grub2.spec @@ -14,7 +14,7 @@ Name: grub2 Epoch: 1 Version: 2.12 -Release: 8 +Release: 9 Summary: Bootloader with support for Linux, Multiboot and more License: GPLv3+ URL: http://www.gnu.org/software/grub/ @@ -447,6 +447,12 @@ fi %{_datadir}/man/man* %changelog +* Mon Apr 29 2024 yueyuankun - 1:2.12-9 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix the issue of boot failed on md raid disks + * Tue Apr 9 2024 zhangqiumiao - 1:2.12-8 - Type:bugfix - CVE:NA -- Gitee