From 1a0350c6f5765858f4389972116fe7cfabdfc520 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Fri, 23 Jan 2015 00:53:48 -0500 Subject: Documentation (grub_boot_installer.html): how to boot Guix --- (limited to 'docs/gnulinux/grub_boot_installer.html') diff --git a/docs/gnulinux/grub_boot_installer.html b/docs/gnulinux/grub_boot_installer.html index 6853680..a25247b 100644 --- a/docs/gnulinux/grub_boot_installer.html +++ b/docs/gnulinux/grub_boot_installer.html @@ -38,8 +38,19 @@ $ sudo dd if=gnulinux.iso of=/dev/sdb bs=8M; sync
# dd if=gnulinux.iso of=/dev/sdb bs=8M; sync

+ +

Guix GNU/Linux?

-

Booting the USB drive (in GRUB)

+

+ Guix USB installers use the GRUB bootloader, unlike most GNU/Linux installers which will likely use ISOLINUX. +

+

+ To boot the Guix live USB install, select Search for GRUB configuration (grub.cfg) outside of CBFS from + the GRUB payload menu. After you have done that, a near menuentry will appear at the very bottom with text like + Load Config from (usb0); select that, and it should boot. +

+ +

Booting ISOLINUX images (in GRUB)

Boot it in GRUB using the Parse ISOLINUX config (USB) option (it's in default libreboot grub.cfg, at least). @@ -49,7 +60,7 @@

- If the ISOLINUX parser won't work, then press C to get to GRUB command line.
+ If the ISOLINUX parser or Search for GRUB configuration options won't work, then press C to get to GRUB command line.
grub> ls
Get the device from above output, eg (usb0). Example:
-- cgit v0.9.1