diff options
author | Francis Rowe <info@gluglug.org.uk> | 2015-07-29 03:20:30 (EDT) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2015-07-29 03:20:30 (EDT) |
commit | 9ccc322e2c93a21b83fedcb66934a7fc3a4a9e9b (patch) | |
tree | 9031780dd7172655f9120ef6894fc27467d26990 /site/faq/index.php | |
parent | beb3991709ad1f3b0e0e57c772e5f02856dc0edd (diff) | |
download | libreboot.org-9ccc322e2c93a21b83fedcb66934a7fc3a4a9e9b.zip libreboot.org-9ccc322e2c93a21b83fedcb66934a7fc3a4a9e9b.tar.gz libreboot.org-9ccc322e2c93a21b83fedcb66934a7fc3a4a9e9b.tar.bz2 |
FAQ: notes about GRUB payload
Diffstat (limited to 'site/faq/index.php')
-rw-r--r-- | site/faq/index.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/site/faq/index.php b/site/faq/index.php index a6563b9..2e56b3f 100644 --- a/site/faq/index.php +++ b/site/faq/index.php @@ -65,6 +65,7 @@ <li><a href="#bootpassword">How do I set a boot password?</a></li> <li><a href="#writeprotect">How do I write-protect the flash chip?</a></li> <li><a href="#biossettings">How do I change the BIOS settings?</a></li> + <li><a href="#bootloader">Do I need to install a bootloader when installing GNU/Linux?</a></li> <li><a href="#reinstallos">Do I need to re-flash when I re-install GNU/Linux?</a></li> </ul> <h2>Operating Systems</h2> @@ -343,6 +344,16 @@ <p> <a href="#pagetop">Back to top of page</a> </p> + <h2 id="bootloader">Do I need to install a bootloader when installing GNU/Linux? <span class="ref">(<a href="#bootloader">#bootloader</a>)</span></h2> + <p> + Libreboot integrates the GRUB bootloader already, as a <i><a href="http://www.coreboot.org/Payloads">payload</a></i>. This means + that the GRUB bootloader is actually <i>flashed</i>, as part of the boot firmware (libreboot). This means that you do + not have to install a boot loader on the HDD or SSD, when installing GNU/Linux. You'll be able to boot GNU/Linux just fine, + using the bootloader (GRUB) that is in the flash chip. + </p> + <p> + <a href="#pagetop">Back to top of page</a> + </p> <h2 id="reinstallos">Do I need to re-flash when I re-install GNU/Linux? <span class="ref">(<a href="#reinstallos">#reinstallos</a>)</span></h2> <p> Not anymore. Recent versions of libreboot (using the GRUB payload) will automatically @@ -350,6 +361,9 @@ GRUB configuration, from any kind of device that is supported in GRUB (such as a USB flash drive). For more information, see <a href="../docs/gnulinux/grub_cbfs.html">../docs/gnulinux/grub_cbfs.html</a> </p> + <p> + <a href="#pagetop">Back to top of page</a> + </p> </div> <div> |