From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#18082: 'guix system reconfigure' fails to install grub from standalone guix Date: Tue, 22 Jul 2014 13:01:22 -0400 Message-ID: <87oawh5nvh.fsf@yeeloong.lan> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:55127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9dT6-0002R9-8g for bug-guix@gnu.org; Tue, 22 Jul 2014 13:03:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9dSw-0006Qu-FB for bug-guix@gnu.org; Tue, 22 Jul 2014 13:03:12 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:39574) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9dSw-0006Qo-Ch for bug-guix@gnu.org; Tue, 22 Jul 2014 13:03:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1X9dSv-0006nI-Vc for bug-guix@gnu.org; Tue, 22 Jul 2014 13:03:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54885) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9dRo-0002LM-KM for bug-guix@gnu.org; Tue, 22 Jul 2014 13:02:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X9dRg-0005k4-5o for bug-guix@gnu.org; Tue, 22 Jul 2014 13:01:52 -0400 Received: from world.peace.net ([96.39.62.75]:52694) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X9dRg-0005k0-2k for bug-guix@gnu.org; Tue, 22 Jul 2014 13:01:44 -0400 List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: 18082@debbugs.gnu.org I built guix from git master from within a standalone guix install. I then tried to run 'pre-inst-env guix system reconfigure' using the same OS configuration, and it failed to install grub. The error message said "failed to install GRUB on device '/dev/sda'", which indicates that 'install-grub' raised an exception. Mark