grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 2/8] tests: Fix partmap_test for arm*-efi, disk numbering has


From: Glenn Washburn
Subject: [PATCH v2 2/8] tests: Fix partmap_test for arm*-efi, disk numbering has changed
Date: Wed, 25 Aug 2021 02:03:56 -0500

Perhaps using a newer UEFI firmware is the reason for the created test disk
showing up as hd2 instead of hd3.

Signed-off-by: Glenn Washburn <development@efficientek.com>
---
 tests/partmap_test.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/partmap_test.in b/tests/partmap_test.in
index 6ef518b0a..7353dc70e 100644
--- a/tests/partmap_test.in
+++ b/tests/partmap_test.in
@@ -89,7 +89,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
        disk=arc/scsi0/disk0/rdisk0
        ;;
     arm*-efi)
-       disk=hd3
+       disk=hd2
        ;;
     *)
        disk=hd0
-- 
2.27.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]