From 7671e56819cb5aa35136941e22ff9c79fcb46f72 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 30 Aug 2015 12:10:39 -0400 Subject: docs/gnulinux/grub_config.html: note about libreboot_grub.cfg --- diff --git a/docs/gnulinux/grub_config.html b/docs/gnulinux/grub_config.html index f3b7dfd..ca38dae 100644 --- a/docs/gnulinux/grub_config.html +++ b/docs/gnulinux/grub_config.html @@ -43,6 +43,23 @@

+

Obvious option: don't even modify the built-in grub.cfg

+

+ Use the menuentry that says something like Search for GRUB outside CBFS. Assuming that you + have a grub.cfg file at /boot/grub/ in your installed distro, this will generate a new menuentry in + the GRUB menu. Use that to boot. +

+

+ Then do this as root:
+ $ cd /boot/grub/
+ $ ln -s grub.cfg libreboot_grub.cfg +

+

+ After that, your system should then boot automatically. +

+
+ +

Trisquel with full disk encryption, custom partition layout

-- cgit v0.9.1