diff options
-rw-r--r-- | docs/gnulinux/grub_config.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/gnulinux/grub_config.html b/docs/gnulinux/grub_config.html index f3b7dfd5..ca38dae5 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> |