docs/gnulinux: remove BLS notes for Fedora
BLS should not be encouraged, and its existence should not be enabled by the Libreboot project. Delete. Delete. Delete.
This commit is contained in:
parent
48b04d0993
commit
4de77706d8
|
@ -26,38 +26,3 @@ Refer to the following pages:
|
||||||
* [Installing Hyperbola GNU+Linux, with Full-Disk Encryption (including /boot)](https://wiki.hyperbola.info/en:guide:encrypted_installation)
|
* [Installing Hyperbola GNU+Linux, with Full-Disk Encryption (including /boot)](https://wiki.hyperbola.info/en:guide:encrypted_installation)
|
||||||
* [Installing Debian or Devuan GNU+Linux-Libre, with Full-Disk Encryption (including /boot)](encrypted_debian.md)
|
* [Installing Debian or Devuan GNU+Linux-Libre, with Full-Disk Encryption (including /boot)](encrypted_debian.md)
|
||||||
* [How to Harden Your GRUB Configuration, for Security](grub_hardening.md)
|
* [How to Harden Your GRUB Configuration, for Security](grub_hardening.md)
|
||||||
|
|
||||||
Fedora won't boot?
|
|
||||||
==================
|
|
||||||
|
|
||||||
This may also apply to CentOS or Redhat. Chroot guide can be found on
|
|
||||||
[fedora website](https://docs.fedoraproject.org/en-US/quick-docs/bootloading-with-grub2/#restoring-bootloader-using-live-disk)
|
|
||||||
|
|
||||||
linux16 issue
|
|
||||||
-------------
|
|
||||||
|
|
||||||
When you use Libreboot's default GRUB config, and libreboot's 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 run:
|
|
||||||
|
|
||||||
grub2-mkconfig -o /boot/grub2/grub.cfg
|
|
||||||
|
|
||||||
BLS issue
|
|
||||||
---------
|
|
||||||
|
|
||||||
With [newer versions of fedora](https://fedoraproject.org/wiki/Changes/BootLoaderSpecByDefault),
|
|
||||||
scripts from grub package default to generating [BLS](https://www.freedesktop.org/wiki/Specifications/BootLoaderSpec/)
|
|
||||||
instead of `grub.cfg`. To change that behaviour add following line
|
|
||||||
to `/etc/default/grub` (or modify existing one if it already exists):
|
|
||||||
|
|
||||||
GRUB_ENABLE_BLSCFG=false
|
|
||||||
|
|
||||||
Then generate `grub.cfg` with:
|
|
||||||
|
|
||||||
grub2-mkconfig -o /boot/grub2/grub.cfg
|
|
||||||
|
|
Loading…
Reference in New Issue