mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2024-11-24 23:53:09 +01:00
Create Common Problems
parent
b90b351310
commit
0628d57b9b
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.
|
Loading…
Reference in New Issue
Block a user