From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:38473) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iqEyv-0004qK-Hb for guix-patches@gnu.org; Sat, 11 Jan 2020 06:31:09 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iqEyt-0002RH-20 for guix-patches@gnu.org; Sat, 11 Jan 2020 06:31:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:49484) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iqEys-0002QU-2d for guix-patches@gnu.org; Sat, 11 Jan 2020 06:31:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iqEyr-0000Yz-VP for guix-patches@gnu.org; Sat, 11 Jan 2020 06:31:01 -0500 Subject: [bug#39085] [PATCH v2] doc: Add booting instructions for Libreboot. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:37239) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iqEyI-0004bP-H5 for guix-patches@gnu.org; Sat, 11 Jan 2020 06:30:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iqEyH-00010q-7K for guix-patches@gnu.org; Sat, 11 Jan 2020 06:30:26 -0500 Received: from freeshell.de ([2a01:360:106::2]:59634) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iqEyH-0000jr-0H for guix-patches@gnu.org; Sat, 11 Jan 2020 06:30:25 -0500 From: Wiktor =?UTF-8?Q?=C5=BBelazny?= Date: Sat, 11 Jan 2020 12:30:05 +0100 Message-Id: <20200111113005.23692-1-wz@freeshell.de> In-Reply-To: <20200111121406.430c9b92@scratchpost.org> References: <20200111121406.430c9b92@scratchpost.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39085@debbugs.gnu.org * doc/guix.texi (Booting): Mention the relevant command for USB. Instructions for DVD and for Coreboot are missing. --- doc/guix.texi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index 3693bb54b6..6a0b736414 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -69,6 +69,7 @@ Copyright @copyright{} 2019 Jakob L. Kreuze@* Copyright @copyright{} 2019 Kyle Andrews@* Copyright @copyright{} 2019 Alex Griffin@* Copyright @copyright{} 2019 Guillaume Le Vaillant@* +Copyright @copyright{} 2020 Wiktor =C5=BBelazny@* =20 Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or @@ -2001,6 +2002,8 @@ Access to @file{/dev/srX} usually requires root pri= vileges. Once this is done, you should be able to reboot the system and boot from the USB stick or DVD. The latter usually requires you to get in the BIOS or UEFI boot menu, where you can choose to boot from the USB stick. +In order to boot from Libreboot, switch to the command mode by pressing +the @kbd{c} key and type @command{search_grub usb}. =20 @xref{Installing Guix in a VM}, if, instead, you would like to install Guix System in a virtual machine (VM). --=20 2.24.1