mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-08-10 14:27:41 +02:00
Create Common Problems
11
Common-Problems.md
Normal file
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.
|
Reference in New Issue
Block a user