aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSwift Geek <swiftgeek@gmail.com>2018-03-31 16:39:52 +0000
committerGogs <gogitservice@gmail.com>2018-03-31 16:39:52 +0000
commit11a9f1e78668d827789d13cdc3e9f975f28a0637 (patch)
treefd5663eba14585db3c3b7c719ce0a1a0d0718361 /docs
parent00148934cf5f40ee158a761d42f919b2f6545bdb (diff)
parent31d9d64e1c64c3eb9f6a1d0286dbb40337108035 (diff)
downloadlibrebootfr-11a9f1e78668d827789d13cdc3e9f975f28a0637.tar.gz
librebootfr-11a9f1e78668d827789d13cdc3e9f975f28a0637.zip
Merge branch 'www/faq-fedora-libreboot' of libreboot/libreboot into master
Diffstat (limited to 'docs')
-rw-r--r--docs/gnulinux/index.md17
1 files changed, 17 insertions, 0 deletions
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 <info@minifree.org>
Copyright © 2017 Elijah Smith <esmith1412@posteo.net>