Create Common Problems

Tyler Kelley 2024-02-02 07:14:57 +00:00
parent b90b351310
commit 0628d57b9b

11
Common-Problems.md Normal file

@ -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.