summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2015-08-30 12:10:39 (EDT)
committer Francis Rowe <info@gluglug.org.uk>2015-08-30 12:10:39 (EDT)
commit7671e56819cb5aa35136941e22ff9c79fcb46f72 (patch)
tree50bb05e1ec8984749f731151fe982a840f116943
parent73085d664c374b7742e6419acf8e244d2073b55a (diff)
downloadlibreboot-7671e56819cb5aa35136941e22ff9c79fcb46f72.zip
libreboot-7671e56819cb5aa35136941e22ff9c79fcb46f72.tar.gz
libreboot-7671e56819cb5aa35136941e22ff9c79fcb46f72.tar.bz2
docs/gnulinux/grub_config.html: note about libreboot_grub.cfg
-rw-r--r--docs/gnulinux/grub_config.html17
1 files changed, 17 insertions, 0 deletions
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 @@
</p>
<div class="subsection">
+ <h2>Obvious option: don't even modify the built-in grub.cfg</h2>
+ <p>
+ Use the menuentry that says something like <i>Search for GRUB outside CBFS</i>. 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.
+ </p>
+ <p>
+ Then do this as root:<br/>
+ $ <b>cd /boot/grub/</b><br/>
+ $ <b>ln -s grub.cfg libreboot_grub.cfg</b>
+ </p>
+ <p>
+ After that, your system should then boot automatically.
+ </p>
+ </div>
+
+ <div class="subsection">
<h2>Trisquel with full disk encryption, custom partition layout</h2>
<p>