From 46fc9a7e0d50251a720e6cf0d51bb28e8bf7266b Mon Sep 17 00:00:00 2001
From: Ricardo Wurmus <rekado@elephly.net>
Date: Sun, 18 Feb 2018 12:25:12 +0100
Subject: gnu: Pass "--target=i386-pc" when installing GRUB for legacy BIOS.

* gnu/bootloader/grub.scm (install-grub): Add "--target=i386-pc" to the list
of arguments to "grub-install".

Fixes <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30311>.
---
 gnu/bootloader/grub.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'gnu')

diff --git a/gnu/bootloader/grub.scm b/gnu/bootloader/grub.scm
index 96e53c5c2b..3b01125c78 100644
--- a/gnu/bootloader/grub.scm
+++ b/gnu/bootloader/grub.scm
@@ -386,7 +386,7 @@ submenu \"GNU system, old configurations...\" {~%")
         ;; root partition.
         (setenv "GRUB_ENABLE_CRYPTODISK" "y")
 
-        (unless (zero? (system* grub "--no-floppy"
+        (unless (zero? (system* grub "--no-floppy" "--target=i386-pc"
                                 "--boot-directory" install-dir
                                 device))
           (error "failed to install GRUB (BIOS)")))))
-- 
cgit v1.2.3