From 0628d57b9beb4676bcf9bc583b62c5b9801371bf Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Fri, 2 Feb 2024 07:14:57 +0000 Subject: [PATCH] Create Common Problems --- Common-Problems.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Common-Problems.md diff --git a/Common-Problems.md b/Common-Problems.md new file mode 100644 index 0000000..d413f92 --- /dev/null +++ b/Common-Problems.md @@ -0,0 +1,11 @@ +These are pretty easy to run into issues with not necessarily my Flake, can be, but could also just be Flakes or NixOS in general. + +## No default/fallback boot loader + +``` +File system "/boot" is not a FAT EFI System Partition (ESP) file system. +systemd-boot not installed in ESP. +No default/fallback boot loader installed in ESP. +``` + +This error is caused by installing using MBR and not UEFI. It is important to use GPT and UEFI when installing the system. If you get this error just reinstall ensuring you are correcting booting and installing using UEFI.