From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id zzGVJUWLwV4kIgAA0tVLHw (envelope-from ) for ; Sun, 17 May 2020 19:06:45 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id YIAcIUWLwV7gaAAAB5/wlQ (envelope-from ) for ; Sun, 17 May 2020 19:06:45 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A7ABE9404E1 for ; Sun, 17 May 2020 19:06:44 +0000 (UTC) Received: from localhost ([::1]:33066 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jaOcV-0003pl-82 for larch@yhetil.org; Sun, 17 May 2020 15:06:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45510) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jaObr-0003bT-5s for guix-patches@gnu.org; Sun, 17 May 2020 15:06:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33208) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jaObq-0005iz-T9 for guix-patches@gnu.org; Sun, 17 May 2020 15:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jaObq-0001L9-NZ for guix-patches@gnu.org; Sun, 17 May 2020 15:06:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37305] [PATCH v3] Allow booting from a Btrfs subvolume Resent-From: Pierre Neidhardt Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 17 May 2020 19:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37305 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Maxim Cournoyer Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , 37305@debbugs.gnu.org Received: via spool by 37305-submit@debbugs.gnu.org id=B37305.15897423615136 (code B ref 37305); Sun, 17 May 2020 19:06:02 +0000 Received: (at 37305) by debbugs.gnu.org; 17 May 2020 19:06:01 +0000 Received: from localhost ([127.0.0.1]:44753 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaObo-0001Km-Vi for submit@debbugs.gnu.org; Sun, 17 May 2020 15:06:01 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:56763) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jaObn-0001KZ-Ls for 37305@debbugs.gnu.org; Sun, 17 May 2020 15:06:00 -0400 Received: from mimimi (moi44-1-78-199-129-170.fbx.proxad.net [78.199.129.170]) (Authenticated sender: mail@ambrevar.xyz) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 2A37B100004; Sun, 17 May 2020 19:05:52 +0000 (UTC) From: Pierre Neidhardt In-Reply-To: <878shqh61b.fsf@ambrevar.xyz> References: <875zg2xtsb.fsf@gmail.com> <87lfoxbn2e.fsf@gnu.org> <87v9n1pts1.fsf@raisin.i-did-not-set--mail-host-address--so-tickle-me> <87o8qmheqm.fsf@ambrevar.xyz> <874ksebkup.fsf_-_@gmail.com> <878shqh61b.fsf@ambrevar.xyz> Date: Sun, 17 May 2020 21:05:51 +0200 Message-ID: <87367ygz5c.fsf@ambrevar.xyz> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Spam-Score: -0.2 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -0.2 (/) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -0.61 X-TUID: aBuyLAQuNpHk --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Finally "system reconfigure"d with your patch. The first entry fails to boot with: =2D-8<---------------cut here---------------start------------->8--- loading kernel modules... ice-9/boot-9.scm:1669:16: In procedure raise-exception: In procedure string-prefix?: Wrong type argument in position 2 (expecting string): # =2D-8<---------------cut here---------------end--------------->8--- Funny thing is, the previous generation boots properly! My config.scm's filesystem layout: =2D-8<---------------cut here---------------start------------->8--- (file-systems (cons* (file-system (device (file-system-label "guix")) (mount-point "/") (type "btrfs") (options "subvol=3Drootfs,compress=3Dzstd")) (file-system (device (file-system-label "data")) (mount-point "/media/data") (type "ext4")) (file-system (mount-point "/tmp") (device "none") (type "tmpfs") (check? #f)) %base-file-systems)) =2D-8<---------------cut here---------------end--------------->8--- =2D-=20 Pierre Neidhardt https://ambrevar.xyz/ --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEUPM+LlsMPZAEJKvom9z0l6S7zH8FAl7Biw8ACgkQm9z0l6S7 zH+4aAf+MInE16kpivdxlcQJjy4xebngj+LUHs/UV5W5FU8MzzeI2koE+S8MAus8 Y5QtDHrNI7h4rRNsBIHn0LgJ/KUFt+JKjHWVPEnb1Ey2uAL/hPYj2IVI7cAVh7lM kcnACYwDO8SUwmTJJv22Q91fjumh3tUCaGFa7pbMA6NsdU5lFGV9GRV5ejOM+Mh9 YCgSJ1HVif6amt/SF5k8CSB9VAqarSgZtUpx+IKHj+PkbpsJFOxzE34nF5DChZd1 oRYZRpJN/7JHwyd3qIkLPbNbFOZw4Usv/nl57+AIlSiFnTcqL8xPUB0NHZndZKxV YG6ePiCP3X3ErUiE3e3KqEEiwZ9VYA== =rlSu -----END PGP SIGNATURE----- --=-=-=--