From unknown Sun Sep 07 01:43:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27372: GRUB 2.02 hangs on pre-UEFI Dell Poweredge 2950 Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 15 Jun 2017 09:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 27372 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 27372@debbugs.gnu.org X-Debbugs-Original-To: bug-guix@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.149751830717766 (code B ref -1); Thu, 15 Jun 2017 09:19:01 +0000 Received: (at submit) by debbugs.gnu.org; 15 Jun 2017 09:18:27 +0000 Received: from localhost ([127.0.0.1]:48518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dLQv4-0004cU-Rr for submit@debbugs.gnu.org; Thu, 15 Jun 2017 05:18:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dLQv3-0004cF-6I for submit@debbugs.gnu.org; Thu, 15 Jun 2017 05:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLQux-0002m2-2M for submit@debbugs.gnu.org; Thu, 15 Jun 2017 05:18:20 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51407) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dLQuw-0002ly-VO for submit@debbugs.gnu.org; Thu, 15 Jun 2017 05:18:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLQuv-00004x-TE for bug-guix@gnu.org; Thu, 15 Jun 2017 05:18:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLQuq-0002l2-BL for bug-guix@gnu.org; Thu, 15 Jun 2017 05:18:17 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLQuq-0002ky-7v for bug-guix@gnu.org; Thu, 15 Jun 2017 05:18:12 -0400 Received: from [193.50.110.101] (port=45798 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dLQup-00043p-Ld for bug-guix@gnu.org; Thu, 15 Jun 2017 05:18:11 -0400 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 27 Prairial an 225 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Thu, 15 Jun 2017 11:18:08 +0200 Message-ID: <87wp8d38z3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hello, GRUB as found in the 0.13.0 installation image hangs after printing the four letters =E2=80=9CGRUB=E2=80=9D in console mode on a pre-UEFI Dell Powe= redge 2950 server (something that=E2=80=99s roughly ten years old.) I built an image where GRUB=E2=80=99s graphical terminal output was disable= d: (grub-configuration (device "/dev/sda") (terminal-outputs '(console))) =E2=80=A6 but that didn=E2=80=99t help. Conversely, Debian=E2=80=99s =E2=80=98grub-pc=E2=80=99 2.02~beta3-5 package= doesn=E2=80=99t have this problem. Debian=E2=80=99s =E2=80=98grub.cfg=E2=80=99 prologue is similar = to ours so I suspect the problem is in GRUB itself. Debian has =E2=80=9Cquite a few=E2=80=9D pa= tches for GRUB though: . Has anyone experienced this? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 26 15:57:48 2017 Received: (at control) by debbugs.gnu.org; 26 Jun 2017 19:57:48 +0000 Received: from localhost ([127.0.0.1]:39514 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPa8q-0000Y0-Id for submit@debbugs.gnu.org; Mon, 26 Jun 2017 15:57:48 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dPa8o-0000Xb-EM for control@debbugs.gnu.org; Mon, 26 Jun 2017 15:57:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dPa8i-0005S3-Mj for control@debbugs.gnu.org; Mon, 26 Jun 2017 15:57:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:39031) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dPa8i-0005Ry-Jc for control@debbugs.gnu.org; Mon, 26 Jun 2017 15:57:40 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:39504 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dPa8h-0002IR-Sy for control@debbugs.gnu.org; Mon, 26 Jun 2017 15:57:40 -0400 Date: Mon, 26 Jun 2017 21:57:37 +0200 Message-Id: <87mv8u7c9a.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #27372 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) severity 27372 important From debbugs-submit-bounces@debbugs.gnu.org Tue Jun 26 04:04:51 2018 Received: (at control) by debbugs.gnu.org; 26 Jun 2018 08:04:51 +0000 Received: from localhost ([127.0.0.1]:35585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fXiy2-0003pL-Vg for submit@debbugs.gnu.org; Tue, 26 Jun 2018 04:04:51 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:33244) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fXiy0-0003pB-2B for control@debbugs.gnu.org; Tue, 26 Jun 2018 04:04:49 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 234604483 for ; Tue, 26 Jun 2018 10:04:47 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3OcH477iC534 for ; Tue, 26 Jun 2018 10:04:46 +0200 (CEST) Received: from ribbon (unknown [193.50.110.137]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 7B1AC120B for ; Tue, 26 Jun 2018 10:04:46 +0200 (CEST) Date: Tue, 26 Jun 2018 10:04:45 +0200 Message-Id: <8760266kiq.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #27372 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) tags 27372 unreproducible From unknown Sun Sep 07 01:43:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#27372: GRUB 2.02 hangs on pre-UEFI Dell Poweredge 2950 Resent-From: Sarah Morgensen Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Mon, 20 Sep 2021 05:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 27372 X-GNU-PR-Package: guix X-GNU-PR-Keywords: unreproducible To: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Cc: 27372@debbugs.gnu.org Received: via spool by 27372-submit@debbugs.gnu.org id=B27372.163211611130786 (code B ref 27372); Mon, 20 Sep 2021 05:36:02 +0000 Received: (at 27372) by debbugs.gnu.org; 20 Sep 2021 05:35:11 +0000 Received: from localhost ([127.0.0.1]:40630 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSBxO-00080R-PY for submit@debbugs.gnu.org; Mon, 20 Sep 2021 01:35:11 -0400 Received: from out0.migadu.com ([94.23.1.103]:23218) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSBxN-00080H-9P for 27372@debbugs.gnu.org; Mon, 20 Sep 2021 01:35:09 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1632116107; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Jzl2z7zXd0Hh7Oa+06IDG94730/+WFpm1PHLOWmJExc=; b=dxxRq1m6UyFcLrmaDgIOgPERQ57IjPN32UeBKEtpHCp6KkvtHw7nKt1nb3ZQdZ5tPEFUjy wprAbw/rJXeyYBxYcz2htilM0RHINuYcZPoOcIQ+0E7Qf3CXXHuYnefhdzQykvszStfR8p Kyh3Kx/Z6Fvp4b3SPhvQ8SDJCrh7eb4= From: Sarah Morgensen References: <87wp8d38z3.fsf@gnu.org> Date: Sun, 19 Sep 2021 22:35:06 -0700 In-Reply-To: <87wp8d38z3.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Thu, 15 Jun 2017 11:18:08 +0200 (4 years, 13 weeks, 5 days ago)") Message-ID: <867dfbhks5.fsf@mgsn.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hi Ludo, ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Hello, > > GRUB as found in the 0.13.0 installation image hangs after printing the > four letters =E2=80=9CGRUB=E2=80=9D in console mode on a pre-UEFI Dell Po= weredge 2950 > server (something that=E2=80=99s roughly ten years old.) > > I built an image where GRUB=E2=80=99s graphical terminal output was disab= led: > > (grub-configuration > (device "/dev/sda") > (terminal-outputs '(console))) > > =E2=80=A6 but that didn=E2=80=99t help. > > Conversely, Debian=E2=80=99s =E2=80=98grub-pc=E2=80=99 2.02~beta3-5 packa= ge doesn=E2=80=99t have this > problem. Debian=E2=80=99s =E2=80=98grub.cfg=E2=80=99 prologue is simila= r to ours so I suspect > the problem is in GRUB itself. Debian has =E2=80=9Cquite a few=E2=80=9D = patches for > GRUB though: > . > > Has anyone experienced this? > > Thanks, > Ludo=E2=80=99. Given that we're past v1.3.0 now, is this still relevant? Thanks, -- Sarah From unknown Sun Sep 07 01:43:37 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27372: closed (Re: bug#27372: GRUB 2.02 hangs on pre-UEFI Dell Poweredge 2950) Message-ID: References: <877df8j3yi.fsf@gnu.org> <87wp8d38z3.fsf@gnu.org> X-Gnu-PR-Message: they-closed 27372 X-Gnu-PR-Package: guix X-Gnu-PR-Keywords: unreproducible Reply-To: 27372@debbugs.gnu.org Date: Wed, 22 Sep 2021 10:33:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1632306782-30861-1" This is a multi-part message in MIME format... ------------=_1632306782-30861-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #27372: GRUB 2.02 hangs on pre-UEFI Dell Poweredge 2950 which was filed against the guix package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 27372@debbugs.gnu.org. --=20 27372: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D27372 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1632306782-30861-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 27372-done) by debbugs.gnu.org; 22 Sep 2021 10:32:30 +0000 Received: from localhost ([127.0.0.1]:48929 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSzYE-00080u-97 for submit@debbugs.gnu.org; Wed, 22 Sep 2021 06:32:30 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59248) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mSzYC-00080f-Nv for 27372-done@debbugs.gnu.org; Wed, 22 Sep 2021 06:32:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59048) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mSzY6-0005PD-W4; Wed, 22 Sep 2021 06:32:23 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=35968 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mSzY6-0001Yn-DY; Wed, 22 Sep 2021 06:32:22 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Sarah Morgensen Subject: Re: bug#27372: GRUB 2.02 hangs on pre-UEFI Dell Poweredge 2950 References: <87wp8d38z3.fsf@gnu.org> <867dfbhks5.fsf@mgsn.dev> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 1 =?utf-8?Q?Vend=C3=A9miaire?= an 230 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Wed, 22 Sep 2021 12:32:21 +0200 In-Reply-To: <867dfbhks5.fsf@mgsn.dev> (Sarah Morgensen's message of "Sun, 19 Sep 2021 22:35:06 -0700") Message-ID: <877df8j3yi.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 27372-done Cc: 27372-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Sarah, Sarah Morgensen skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Hello, >> >> GRUB as found in the 0.13.0 installation image hangs after printing the >> four letters =E2=80=9CGRUB=E2=80=9D in console mode on a pre-UEFI Dell P= oweredge 2950 >> server (something that=E2=80=99s roughly ten years old.) >> >> I built an image where GRUB=E2=80=99s graphical terminal output was disa= bled: >> >> (grub-configuration >> (device "/dev/sda") >> (terminal-outputs '(console))) >> >> =E2=80=A6 but that didn=E2=80=99t help. >> >> Conversely, Debian=E2=80=99s =E2=80=98grub-pc=E2=80=99 2.02~beta3-5 pack= age doesn=E2=80=99t have this >> problem. Debian=E2=80=99s =E2=80=98grub.cfg=E2=80=99 prologue is simil= ar to ours so I suspect >> the problem is in GRUB itself. Debian has =E2=80=9Cquite a few=E2=80=9D= patches for >> GRUB though: >> . >> >> Has anyone experienced this? >> >> Thanks, >> Ludo=E2=80=99. > > Given that we're past v1.3.0 now, is this still relevant? No it=E2=80=99s not; closing! Thanks, Ludo=E2=80=99. ------------=_1632306782-30861-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 15 Jun 2017 09:18:27 +0000 Received: from localhost ([127.0.0.1]:48518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dLQv4-0004cU-Rr for submit@debbugs.gnu.org; Thu, 15 Jun 2017 05:18:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dLQv3-0004cF-6I for submit@debbugs.gnu.org; Thu, 15 Jun 2017 05:18:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLQux-0002m2-2M for submit@debbugs.gnu.org; Thu, 15 Jun 2017 05:18:20 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40,T_RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:51407) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dLQuw-0002ly-VO for submit@debbugs.gnu.org; Thu, 15 Jun 2017 05:18:18 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47057) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLQuv-00004x-TE for bug-guix@gnu.org; Thu, 15 Jun 2017 05:18:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLQuq-0002l2-BL for bug-guix@gnu.org; Thu, 15 Jun 2017 05:18:17 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47661) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLQuq-0002ky-7v for bug-guix@gnu.org; Thu, 15 Jun 2017 05:18:12 -0400 Received: from [193.50.110.101] (port=45798 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1dLQup-00043p-Ld for bug-guix@gnu.org; Thu, 15 Jun 2017 05:18:11 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: bug-guix@gnu.org Subject: GRUB 2.02 hangs on pre-UEFI Dell Poweredge 2950 X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 27 Prairial an 225 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Thu, 15 Jun 2017 11:18:08 +0200 Message-ID: <87wp8d38z3.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Hello, GRUB as found in the 0.13.0 installation image hangs after printing the four letters =E2=80=9CGRUB=E2=80=9D in console mode on a pre-UEFI Dell Powe= redge 2950 server (something that=E2=80=99s roughly ten years old.) I built an image where GRUB=E2=80=99s graphical terminal output was disable= d: (grub-configuration (device "/dev/sda") (terminal-outputs '(console))) =E2=80=A6 but that didn=E2=80=99t help. Conversely, Debian=E2=80=99s =E2=80=98grub-pc=E2=80=99 2.02~beta3-5 package= doesn=E2=80=99t have this problem. Debian=E2=80=99s =E2=80=98grub.cfg=E2=80=99 prologue is similar = to ours so I suspect the problem is in GRUB itself. Debian has =E2=80=9Cquite a few=E2=80=9D pa= tches for GRUB though: . Has anyone experienced this? Thanks, Ludo=E2=80=99. ------------=_1632306782-30861-1--