diff mbox series

[bug#39083] doc: Add booting instructions for Libreboot.

Message ID 20200111101442.7461-1-wz@freeshell.de
State Accepted
Headers show
Series [bug#39083] doc: Add booting instructions for Libreboot. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Wiktor Żelazny Jan. 11, 2020, 10:14 a.m. UTC
* 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(+)

Comments

Danny Milosavljevic Jan. 11, 2020, 11:14 a.m. UTC | #1
> +In order to boot from Libreboot, switch to the command mode and type
> +@command{search_grub usb}.

Maybe also mention that to switch to the command mode you have to press the "c"
key.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 3693bb54b6..bc39030822 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 Żelazny@*
 
 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 privileges.
 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 and type
+@command{search_grub usb}.
 
 @xref{Installing Guix in a VM}, if, instead, you would like to install
 Guix System in a virtual machine (VM).