Re: [Nix-dev] UEFI Grub is not running, only gummiboot

2015-08-19 Thread Jascha Geerds
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

Re: [Nix-dev] UEFI Grub is not running, only gummiboot

2015-08-19 Thread Lluís Batlle i Rossell
If it were not a UEFI question, I would say that you only have to tag one partition as bootable. On Wed, Aug 19, 2015 at 07:36:09AM -0300, Anderson Torres wrote: > Hello, Nixers! > > Recently I have tried to use Grub bootloader, but it shows an error message: > > updating GRUB 2 menu... > /nix/s

[Nix-dev] UEFI Grub is not running, only gummiboot

2015-08-19 Thread Anderson Torres
Hello, Nixers! Recently I have tried to use Grub bootloader, but it shows an error message: updating GRUB 2 menu... /nix/store/a457ywa1haa0sgr9g7a1pgldrg3s798d-coreutils-8.24/bin/cp: falhou em preservar o dono para “/boot/memtest.bin”: Operation not permitted installing the GRUB 2 boot loader on