GNU bug report logs - #32313
Failed to boot after reconfiguring with a btrfs drive.

Previous Next

Package: guix;

Reported by: Brendan Tildesley <brendan.tildesley <at> openmailbox.org>

Date: Mon, 30 Jul 2018 15:26:02 UTC

Severity: normal

Done: Danny Milosavljevic <dannym <at> scratchpost.org>

Bug is archived. No further changes may be made.

Full log


Message #11 received at 32313 <at> debbugs.gnu.org (full text, mbox):

From: Brendan Tildesley <brendan.tildesley <at> openmailbox.org>
To: 32313 <at> debbugs.gnu.org
Subject: Re: bug#32313: Failed to boot after reconfiguring with a btrfs drive.
Date: Tue, 31 Jul 2018 12:04:54 +1000
On 07/31/18 02:55, Danny Milosavljevic wrote:
> Hi,
>
> hmm, where's the "file-systems" form in your system config?
>
> The first important part is whether your file-system entry is needed-for-boot? or not.
>
Sorry, I forgot to un-kill it before copying the whole definition. It's here

(file-systems
   (cons*
    (file-system
      (device (file-system-label "1tb"))
      (mount-point "/mnt/1tb/")
      (type "btrfs"))
    (file-system
      ;;(device
"/dev/disk/by-id/ata-Samsung_SSD_850_EVO_1TB_S2PWNX0J204086P-part1")
      (device (file-system-label "1ssd"))
      (mount-point "/")
      (type "ext4"))
    %base-file-systems))





This bug report was last modified 6 years and 355 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.