From 341f9b2aa63a3a25d0c6bf4c957e106a4a4f2e28 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sun, 21 Feb 2016 01:44:19 -0500 Subject: backport 131c5f4 --- (limited to 'docs/gnulinux/grub_cbfs.html') diff --git a/docs/gnulinux/grub_cbfs.html b/docs/gnulinux/grub_cbfs.html index 75b1a40..41f96ed 100644 --- a/docs/gnulinux/grub_cbfs.html +++ b/docs/gnulinux/grub_cbfs.html @@ -103,34 +103,34 @@

By default, GRUB in libreboot is configured to scan all partitions on the main storage - for /boot/grub/libreboot_grub.cfg or /grub/libreboot_grub.cfg(for systems where /boot + for /boot/grub/coreboot_grub.cfg or /grub/coreboot_grub.cfg(for systems where /boot is on a dedicated partition), and then use it automatically.

- Simply create your custom GRUB configuration and save it to /boot/grub/libreboot_grub.cfg + Simply create your custom GRUB configuration and save it to /boot/grub/coreboot_grub.cfg on the running system. The next time you boot, GRUB (in libreboot) will automatically switch to this configuration file. This means that you do not have to re-flash, recompile or otherwise modify libreboot at all!

- Ideally, your distribution should automatically generate a libreboot_grub.cfg file that is written + Ideally, your distribution should automatically generate a coreboot_grub.cfg file that is written specifically under the assumption that it will be read and used on a libreboot system that uses GRUB as a payload. If your distribution does not do this, then you can try to add that feature yourself or politely ask someone involved with or otherwise knowledgeable about the distribution - to do it for you. The libreboot_grub.cfg could either contain the full configuration, or it could + to do it for you. The coreboot_grub.cfg could either contain the full configuration, or it could chainload another GRUB ELF executable (built to be used as a coreboot payload) that is located in a partition on the main storage.

- If you want to adapt a copy of the existing libreboot GRUB configuration and use that for the libreboot_grub.cfg file, then + If you want to adapt a copy of the existing libreboot GRUB configuration and use that for the coreboot_grub.cfg file, then follow #tools, #rom and #extract_testconfig to get the grubtest.cfg. - Rename grubtest.cfg to libreboot_grub.cfg and save it to /boot/grub/ + Rename grubtest.cfg to coreboot_grub.cfg and save it to /boot/grub/ on the running system where it is intended to be used. Modify the file at that location however you see fit, - and then stop reading this guide (the rest of this page is irrelevant to you); in libreboot_grub.cfg on disk, - if you are adapting it based on grub.cfg from CBFS then remove the check for libreboot_grub.cfg otherwise it will loop.. + and then stop reading this guide (the rest of this page is irrelevant to you); in coreboot_grub.cfg on disk, + if you are adapting it based on grub.cfg from CBFS then remove the check for coreboot_grub.cfg otherwise it will loop..

-- cgit v0.9.1