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"`