From mboxrd@z Thu Jan 1 00:00:00 1970 From: ison Subject: bug#36942: Reconfigure broke GRUB Date: Wed, 7 Aug 2019 13:16:28 -0600 Message-ID: <20190807191628.qm3mmpmkobumhsx4@cf0> References: <20190806023517.uvf7ukp3qprsfvpv@cf0> <87tvauxvxo.fsf@sdf.lonestar.org> <87o912duoo.fsf@sdf.lonestar.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:48436) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hvRQm-0000Yq-2k for bug-guix@gnu.org; Wed, 07 Aug 2019 15:17:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hvRQl-0001BK-31 for bug-guix@gnu.org; Wed, 07 Aug 2019 15:17:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58806) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hvRQk-00018G-Ka for bug-guix@gnu.org; Wed, 07 Aug 2019 15:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hvRQk-0000uN-FH for bug-guix@gnu.org; Wed, 07 Aug 2019 15:17:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87o912duoo.fsf@sdf.lonestar.org> 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" To: "Jakob L. Kreuze" Cc: 36942@debbugs.gnu.org On Tue, Aug 06, 2019 at 02:18:15PM -0400, Jakob L. Kreuze wrote: > Hi ison, > > I wasn't able to reproduce with an OVMF virtual machine, but the > symptoms you've described lead me to suspect that the issue concerns > improper installation of a GC root for grub. Would you be willing to see > if the patch provided by #36947 fixes your issue? I'm sorry to report that it actually didn't fix the problem. Also I don't know why it didn't occur to me to mention this detail before, but the reason I previously thought the message mentioned in bug#36878 was important is because it's actually the very last thing I see on the command line after reconfiguring. The line I'm talking about is of course: shepherd: Evaluating user expression (let* ((services (map primitive-load (?))) # ?) ?) I'm pretty sure even if that message is normal, it's not normal for it to be the last line you see. Perhaps the reconfigure is dying at that point, or some point shortly after, without outputting any other errors.