From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#30311: efi-less grub install fails Date: Sun, 18 Feb 2018 11:20:40 -0500 Message-ID: <87tvuel15z.fsf@netris.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40518) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1enRj3-00017Z-9X for bug-guix@gnu.org; Sun, 18 Feb 2018 11:22:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1enRj0-0004sK-Hu for bug-guix@gnu.org; Sun, 18 Feb 2018 11:22:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:42040) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1enRj0-0004sD-Ej for bug-guix@gnu.org; Sun, 18 Feb 2018 11:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1enRj0-0004Ec-5l for bug-guix@gnu.org; Sun, 18 Feb 2018 11:22:02 -0500 In-Reply-To: Sender: "Debbugs-submit" Resent-Message-ID: List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 30311@debbugs.gnu.org Cc: Ricardo Wurmus reopen 30311 thanks Hi Ricardo, Ricardo Wurmus writes: > Okay, I=E2=80=99ve added =E2=80=9C--target=3Di386-pc=E2=80=9D to the list= of arguments. This change breaks my mips64el-linux GuixSD system, which is supported by GRUB, but where "--target=3Di386-pc" is obviously not appropriate. On my system I need a different 'target' setting. It would be great if we could find another solution to this issue. GRUB's automatic target selection seems to work on most systems, since we've been relying on it for a long time without anyone reporting problems until this bug report. In the rare cases where GRUB fails to detect the target, perhaps we could provide a way to specify an explicit GRUB 'target' in the grub configuration? What do you think? Mark