From 44858dd869d6c6e2dd18cf20dd991e187715c108 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 1 Dec 2017 18:45:20 +0000 Subject: link to guide for encrypted hyperbola gnu+linux install --- docs/gnulinux/index.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/gnulinux/index.md') diff --git a/docs/gnulinux/index.md b/docs/gnulinux/index.md index f8738d4a..a2a411ab 100644 --- a/docs/gnulinux/index.md +++ b/docs/gnulinux/index.md @@ -20,6 +20,8 @@ However, with Libreboot, GRUB is already included directly (as a payload), so ev - Follow-Up Tutorial: [Configuring Parabola (Post-Install)](configuring_parabola.md) +- [Installing Hyperbola GNU+Linux, with Full-Disk Encryption (including /boot)](https://wiki.hyperbola.info/en:guide:encrypted_installation) + - [Installing Trisquel GNU+Linux-Libre, with Full-Disk Encryption (including /boot)](encrypted_trisquel.md) - [Installing Debian or Devuan GNU+Linux-Libre, with Full-Disk Encryption (including /boot)](encrypted_debian.md) -- cgit v1.2.3-70-g09d2 From 31d9d64e1c64c3eb9f6a1d0286dbb40337108035 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 31 Mar 2018 17:29:50 +0100 Subject: FAQ: Add note for Fedora compatibility with Libreboot --- docs/gnulinux/index.md | 17 +++++++++++++++++ www/faq.md | 8 ++++++++ 2 files changed, 25 insertions(+) (limited to 'docs/gnulinux/index.md') diff --git a/docs/gnulinux/index.md b/docs/gnulinux/index.md index a2a411ab..bc7a04f8 100644 --- a/docs/gnulinux/index.md +++ b/docs/gnulinux/index.md @@ -28,6 +28,23 @@ However, with Libreboot, GRUB is already included directly (as a payload), so ev - [How to Harden Your GRUB Configuration, for Security](grub_hardening.md) +Fedora won't boot? +------------------ + +This may also apply to CentOS or Redhat. + +When you use Libreboot's default GRUB config, and libreboot-grub uses fedora's +default grub.cfg (in /boot/grub2/grub.cfg), fedora by default makes use of the +`linux16` command, whereas it should be saying `linux` + +Do this in fedora: + +Open `/etc/grub.d/10_linux` + +Set the `sixteenbit` variable to an empty string, then do: + + grub2-mkconfig -o /boot/grub2/grub.cfg + Copyright © 2014, 2015 Leah Rowe Copyright © 2017 Elijah Smith diff --git a/www/faq.md b/www/faq.md index 78aee27b..9a3dca38 100644 --- a/www/faq.md +++ b/www/faq.md @@ -1012,6 +1012,14 @@ Absolutely! It is well-tested in libreboot, and highly recommended. See Any recent distribution should work, as long as it uses KMS (kernel mode setting) for the graphics. +Fedora won't boot? (may also be applicable to Redhat/CentOS) +----------------------------------------------------------- + +On Fedora, by default the grub.cfg tries to boot linux in 16-bit mode. You +just have to modify Fedora's GRUB configuration. +Refer to [the GNU+Linux page](docs/gnulinux/index.md#fedora-wont-boot). + + Can I use BSD? ---------------------------------- -- cgit v1.2.3-70-g09d2