From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#20722: Cannot rerun 'guix system init' Date: Wed, 10 Jun 2015 14:12:59 +0200 Message-ID: <87bngniwxg.fsf@gnu.org> References: <3f30776452649ca3f636862dc408109b@openmailbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2etW-0005Se-Ve for bug-guix@gnu.org; Wed, 10 Jun 2015 08:14:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z2etR-0007Eh-D2 for bug-guix@gnu.org; Wed, 10 Jun 2015 08:14:10 -0400 Received: from debbugs.gnu.org ([140.186.70.43]:36778) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z2etR-0007Ed-9b for bug-guix@gnu.org; Wed, 10 Jun 2015 08:14:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1Z2etR-0001Dw-32 for bug-guix@gnu.org; Wed, 10 Jun 2015 08:14:05 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <3f30776452649ca3f636862dc408109b@openmailbox.org> (Eric Bavier's message of "Tue, 02 Jun 2015 11:43:43 -0500") 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: Eric Bavier Cc: 20722-done@debbugs.gnu.org Eric Bavier skribis: > I ran into this issue while doing a fresh install of Guix 0.8.2. I > had a typo in my declaration of the grub device (I had unintentionally > left out the leading "/" on "/dev/sda"), so 'guix system init' failed > when setting up grub. I fixed the typo in the OS config and reran > 'guix system init' but was greeted by an error about existing store > directories. > > I ended up needing to remove the /mnt/var, /mnt/grub, and > /mnt/gnu/store before being able to successfully rerun 'guix system > init'. Fixed by 78acff7, thanks! Ludo=E2=80=99.