From 7c0d9349ed8871fa7c01e5861fc9dcc218ca3045 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 8 Dec 2024 16:41:23 +0000 Subject: [PATCH] uboot errors Signed-off-by: Leah Rowe --- site/docs/uboot/uboot-x86.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/site/docs/uboot/uboot-x86.md b/site/docs/uboot/uboot-x86.md index 0974e3b..00219d2 100644 --- a/site/docs/uboot/uboot-x86.md +++ b/site/docs/uboot/uboot-x86.md @@ -52,6 +52,16 @@ Here is an example of what it looks like on the boot menu: +Errors +------ + +If you see error `-25` in the bootflow menu, it's because there's nothing +installed that i t can use e.g. EFI bootloader such as GRUB. + +If you see error `-2` it's likely that you have tried to boot a USB drive +automatically; sometimes you have to do it manually (see the section below +about using the bootflow command manually, via `bootflow select`). + Boot Linux/BSD installer (USB) ---------------------------