From 1a0c9ce2014bff1a7d6e8ca769e455d1a3c0721e Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sat, 5 May 2012 15:43:28 +0000 Subject: [PATCH] The efibootmgr bricking problem was fixed in 2.6.39 svn path=/nixos/trunk/; revision=33990 --- modules/installer/efi-boot-stub/efi-boot-stub.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/installer/efi-boot-stub/efi-boot-stub.nix b/modules/installer/efi-boot-stub/efi-boot-stub.nix index def1e10dd52a..c12078e2a913 100644 --- a/modules/installer/efi-boot-stub/efi-boot-stub.nix +++ b/modules/installer/efi-boot-stub/efi-boot-stub.nix @@ -45,8 +45,8 @@ let default = false; description = '' Whether to run efibootmgr to add the configuration to the boot options list. - WARNING! efibootmgr has been rumored to brick Apple firmware! Use 'bless' on - Apple efi systems. + WARNING! efibootmgr has been rumored to brick Apple firmware on + old kernels! Don't use it on kernels older than 2.6.39! ''; };