From 92282712dbef9256fd85a8964ad183acc6763870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20K=C3=B6hl?= Date: Sun, 12 May 2024 18:11:55 +0200 Subject: [PATCH] docs: minor changes --- www/docs/guide/boot-flows.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/docs/guide/boot-flows.md b/www/docs/guide/boot-flows.md index f9b6513..0ce8ea9 100644 --- a/www/docs/guide/boot-flows.md +++ b/www/docs/guide/boot-flows.md @@ -85,11 +85,11 @@ For further details, we refer to the reference [boot scripts](https://github.com ### Grub -⚙️ `boot_flow="grub"` +⚙️ `boot_flow="grub-efi"` ``` -MBR =============================== Image - 1: config EXT4 256M +GPT =============================== Image + 1: config FAT32 256M 2: boot-a EXT4 128M (*) 3: boot-b EXT4 128M 5: system-a (*) @@ -100,6 +100,8 @@ MBR =============================== Image Follows a similar approach to U-Boot, using Grub boot scripts and environment blocks. +The `grub-efi` boot flow uses the EFI variant of Grub. + ### Systemd Boot ⚙️ `boot_flow="systemd-boot"`