From 675e3d8593fcf858ed969cb7c6c9aa76dc18746b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 25 Jan 2025 07:39:35 +0000 Subject: [PATCH] improve the linux page Signed-off-by: Leah Rowe --- site/docs/linux/index.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/site/docs/linux/index.md b/site/docs/linux/index.md index fc80616..0ad58ce 100644 --- a/site/docs/linux/index.md +++ b/site/docs/linux/index.md @@ -1,17 +1,12 @@ --- -title: Install Linux on a Libreboot system +title: Boot GNU and Linux on a Libreboot system x-toc-enable: true ... -Booting Linux from GRUB payload -------------------------------- +GNU boot loader "GRUB" +-------- -NOTE: This guide pertains to x86 hosts, and does not cover supported CrOS/ARM -chromebooks. For ARM targets, you should refer -to [u-boot documentation](../uboot/) - separate [U-Boot x86 -documentation](../uboot/uboot-x86.md) is also available. - -This page is useful for those who wish to use the GRUB GRUB payload directly. +This page is useful for those who wish to use the GNU boot loader called GRUB. If you're using SeaBIOS, the boot process will work similarly to traditional BIOS systems; refer to the SeaBIOS documentation on @@ -19,6 +14,13 @@ on Linux is generally assumed, especially for Libreboot development, but Libreboot also works quite nicely with [BSD systems](../bsd/). +### Booting Linux from GRUB payload + +NOTE: This guide pertains to x86 hosts, and does not cover supported CrOS/ARM +chromebooks. For ARM targets, you should refer +to [u-boot documentation](../uboot/) - separate [U-Boot x86 +documentation](../uboot/uboot-x86.md) is also available. + ### Useful links Refer to these pages, hosted by the Libreboot project: