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

Anderson Torres torres.anderson.85 at gmail.com
Thu Aug 27 04:28:21 CEST 2015


Well, it worked. I only needed to reinstall the system :)
But it does a soft install, updating all files.

2015-08-19 22:09 GMT-03:00 Anderson Torres <torres.anderson.85 at gmail.com>:
> 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