From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#30312: documentation: misleading EFI partitioning instructions Date: Tue, 26 Jun 2018 22:14:09 +0200 Message-ID: <87k1ql2tm6.fsf@gnu.org> References: <871scu6k6m.fsf@gnu.org> <871sctzwk8.fsf@fastmail.com> <877eml4ppm.fsf@gnu.org> <87h8lpy3sg.fsf@fastmail.com> 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]:54853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fXuMh-0006Ug-2y for bug-guix@gnu.org; Tue, 26 Jun 2018 16:15:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fXuMg-0004HN-5d for bug-guix@gnu.org; Tue, 26 Jun 2018 16:15:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:56967) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fXuMg-0004HI-1u for bug-guix@gnu.org; Tue, 26 Jun 2018 16:15:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fXuMf-0001yD-Rf for bug-guix@gnu.org; Tue, 26 Jun 2018 16:15:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87h8lpy3sg.fsf@fastmail.com> (Marius Bakke's message of "Tue, 26 Jun 2018 17:18:39 +0200") 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: Marius Bakke Cc: Ricardo Wurmus , 30312@debbugs.gnu.org Marius Bakke skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: [...] >>> I'm not sure how to best resolve the first issue. I suppose we can >>> mention that if unsure which GRUB to use, the user can test whether >>> "/sys/firmware/efi" exists on the live image. >>>=20 >>> We could also make it clearer when booting whether the installer is in >>> "UEFI" mode or not. >> >> Maybe =E2=80=98guix system=E2=80=99 could warn, but I=E2=80=99m not sure= how to do that in a >> clean way. > > I was thinking a visual hint when booting the live USB, e.g. in the > motd: > > (if (file-exists? "/sys/firmware/efi") > "Welcome to the GuixSD installation image (UEFI mode)!". > "Welcome to the GuixSD installation image!") > > I think Debian does something like this in the boot menu (IIRC). The body is just plain static text, so I=E2=80=99m not sure how we could do this. We=E2=80=99d need a bit of code to do that in /etc/profile or someth= ing. Ideas? Thanks, Ludo=E2=80=99.