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.