From 1a0350c6f5765858f4389972116fe7cfabdfc520 Mon Sep 17 00:00:00 2001
From: Francis Rowe
# dd if=gnulinux.iso of=/dev/sdb bs=8M; sync
+ 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. +
+ +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