This commit is contained in:
nomadics9 2024-10-13 20:45:10 +03:00
parent f95427eeec
commit cd2f7c49e0

View file

@ -37,14 +37,16 @@
* Known issue. sometimes you will get ```/boot/efi``` is not mounted partition error. In that case. * Known issue. sometimes you will get ```/boot/efi``` is not mounted partition error. In that case.
<br> <br>
<br> <br>
* One liner, just change YOUR-HOSTNAME accordingly to your hostname <br> One liner, just change YOUR-HOSTNAME accordingly to your hostname
<br>
```sed -i 's|boot.loader.efi.efiSysMountPoint = "/boot/efi";|boot.loader.efi.efiSysMountPoint = "/boot";|' ./hosts/YOUR-HOSTNAME/configuration.nix``` ```sed -i 's|boot.loader.efi.efiSysMountPoint = "/boot/efi";|boot.loader.efi.efiSysMountPoint = "/boot";|' ./hosts/YOUR-HOSTNAME/configuration.nix```
<br> <br>
<br> <br>
or or
<br> <br>
<br> <br>
* Manually <br> Manually
<br>
```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just <b>```/boot```</b> ```nano ./hosts/YOUR-HOSTNAME/configuration.nix``` change line 33 from ```boot.loader.efi.efiSysMountPoint = "/boot/efi";``` path to just <b>```/boot```</b>