From 224405c47dcfb9339591a82cf2621abe15272e5e 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 | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/site/docs/linux/index.md b/site/docs/linux/index.md index 25799b0..8364892 100644 --- a/site/docs/linux/index.md +++ b/site/docs/linux/index.md @@ -1,20 +1,12 @@ --- -title: Install Linux on a Canoeboot system +title: Boot GNU and Linux on a Canoeboot system x-toc-enable: true ... -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. - -GRUB +GNU boot loader "GRUB" -------- -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 @@ -22,6 +14,13 @@ on Linux is generally assumed, especially for Canoeboot development, but Canoeboot 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 Canoeboot project: