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

2015-08-19 Thread Anderson Torres
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 j...@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@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


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/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 /dev/sda...
 Installing for i386-pc platform.
 /nix/store/hla0k6l3zskvplyvy6f67jbl4bhf3nmx-grub-2.x-2015-07-27/sbin/grub-install:
 aviso: this GPT partition label contains no BIOS Boot Partition;
 embedding won't be possible.
 /nix/store/hla0k6l3zskvplyvy6f67jbl4bhf3nmx-grub-2.x-2015-07-27/sbin/grub-install:
 aviso: Embedding is not possible.  GRUB can only be installed in this
 setup by using blocklists.  However, blocklists are UNRELIABLE and
 their use is discouraged..
 /nix/store/hla0k6l3zskvplyvy6f67jbl4bhf3nmx-grub-2.x-2015-07-27/sbin/grub-install:
 erro: will not proceed with blocklists.
 /nix/store/zldbbngl0f8g5iv4rslygxwp0dbg1624-install-grub.pl:
 installation of GRUB on /dev/sda failed
 warning: error(s) occured while switching to the new configuration
 
 There is some reason I can't install Grub on my machine?
 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev

-- 
(Escriu-me xifrat si saps PGP / Write ciphered if you know PGP)
PGP key D4831A8A - https://emailselfdefense.fsf.org/
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


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;
};

You probably miss grub.device = nodev
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


[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 /dev/sda...
Installing for i386-pc platform.
/nix/store/hla0k6l3zskvplyvy6f67jbl4bhf3nmx-grub-2.x-2015-07-27/sbin/grub-install:
aviso: this GPT partition label contains no BIOS Boot Partition;
embedding won't be possible.
/nix/store/hla0k6l3zskvplyvy6f67jbl4bhf3nmx-grub-2.x-2015-07-27/sbin/grub-install:
aviso: Embedding is not possible.  GRUB can only be installed in this
setup by using blocklists.  However, blocklists are UNRELIABLE and
their use is discouraged..
/nix/store/hla0k6l3zskvplyvy6f67jbl4bhf3nmx-grub-2.x-2015-07-27/sbin/grub-install:
erro: will not proceed with blocklists.
/nix/store/zldbbngl0f8g5iv4rslygxwp0dbg1624-install-grub.pl:
installation of GRUB on /dev/sda failed
warning: error(s) occured while switching to the new configuration

There is some reason I can't install Grub on my machine?
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Fwd: gnome-keyring 3.17.x: package pinentry 0.9.5+

2015-08-19 Thread William Kennington
I was wondering why libsecret support was added and will go ahead with that
in the near future. I'm not sure what enabling it's gnome3 means, gtk3
dialog?

On Wed, Aug 19, 2015, 00:50 Vladimír Čunát vcu...@gmail.com wrote:

 On 08/19/2015 09:37 AM, Luca Bruno wrote:
  gnome-keyring 3.17.x removes support for gnupg.

 3.17.x are unstable/testing releases, I believe. 3.18.x hasn't been
 released yet, and it might be better to wait for that.

 Vladimir


 ___
 nix-dev mailing list
 nix-dev@lists.science.uu.nl
 http://lists.science.uu.nl/mailman/listinfo/nix-dev

___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Mark two packages incompatible, but with the same priority?

2015-08-19 Thread Vladimír Čunát
On 08/18/2015 08:11 PM, Jeffrey David Johnson wrote:
 It works as long as you only install bitcoin or bitcoin-xt, but trying
 one after the other they collide

Any packages that provide the same path (e.g. bin/bitcoin) will collide
unless you say which should take priority in the result (nix-env
--set-flag priority).

Vladimir




smime.p7s
Description: S/MIME Cryptographic Signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev


Re: [Nix-dev] Fwd: gnome-keyring 3.17.x: package pinentry 0.9.5+

2015-08-19 Thread Vladimír Čunát
On 08/19/2015 09:37 AM, Luca Bruno wrote:
 gnome-keyring 3.17.x removes support for gnupg.

3.17.x are unstable/testing releases, I believe. 3.18.x hasn't been
released yet, and it might be better to wait for that.

Vladimir




smime.p7s
Description: S/MIME Cryptographic Signature
___
nix-dev mailing list
nix-dev@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-dev