[Nix-dev] Lost /boot partition (was: UEFI Grub is not running)

Anderson Torres torres.anderson.85 at gmail.com
Thu Aug 20 03:09:20 CEST 2015


Oh boy!
I made a big mess and lost the /boot partition (while updating boot
flags)! Now I don't even know how to fix it, but at least I know the
other partitions are OK...

I will try to rescue it now...

2015-08-19 7:44 GMT-03:00 Jascha Geerds <jg at ekby.de>:
> Here's my UEFI specific stuff:
>
>   boot = {
>     loader = {
>       efi.canTouchEfiVariables = true;
>       grub.enable = true;
>       grub.efiSupport = true;
>       grub.device = "nodev";
>       grub.version = 2;
>     };
>
>   fileSystems."/boot" =
>     { device = "/dev/disk/by-label/efi";
>       fsType = "vfat";
>     };
>
> You probably miss grub.device = "nodev"
> _______________________________________________
> nix-dev mailing list
> nix-dev at lists.science.uu.nl
> http://lists.science.uu.nl/mailman/listinfo/nix-dev


More information about the nix-dev mailing list