From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brendan Tildesley Subject: bug#32313: Failed to boot after reconfiguring with a btrfs drive. Date: Tue, 31 Jul 2018 12:04:54 +1000 Message-ID: <858aabfa-ef6e-c1fb-52f1-41eff9384a7f@openmailbox.org> References: <20180730185537.42d22b4d@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34372) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fkK25-0004BV-LS for bug-guix@gnu.org; Mon, 30 Jul 2018 22:05:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fkK23-0000Bw-1v for bug-guix@gnu.org; Mon, 30 Jul 2018 22:05:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58815) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fkK22-0000Bn-TV for bug-guix@gnu.org; Mon, 30 Jul 2018 22:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fkK22-0000Do-Cb for bug-guix@gnu.org; Mon, 30 Jul 2018 22:05:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20180730185537.42d22b4d@scratchpost.org> Content-Language: en-AU 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: 32313@debbugs.gnu.org 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))