From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9Wr3-0001f2-DS for guix-patches@gnu.org; Sat, 13 May 2017 09:13:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9Wr0-00018p-75 for guix-patches@gnu.org; Sat, 13 May 2017 09:13:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39211) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9Wr0-00018i-37 for guix-patches@gnu.org; Sat, 13 May 2017 09:13:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9Wqz-00068h-UE for guix-patches@gnu.org; Sat, 13 May 2017 09:13:01 -0400 Subject: bug#26815: [PATCH 3/3] vm: Support EFI boot in base image. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170507143647.21036-1-mbakke@fastmail.com> <20170507143647.21036-3-mbakke@fastmail.com> <20170507171814.555ec8b3@scratchpost.org> <87r300xyqq.fsf@fastmail.com> <87d1bjyay3.fsf@fastmail.com> <87efvzl7w8.fsf@gnu.org> <87inl8lbzz.fsf@fastmail.com> <87k25l6872.fsf@gnu.org> <87r2zthdoz.fsf@fastmail.com> <87h90p869s.fsf@gmail.com> Date: Sat, 13 May 2017 15:11:54 +0200 In-Reply-To: <87h90p869s.fsf@gmail.com> (Mathieu Othacehe's message of "Sat, 13 May 2017 11:17:51 +0200") Message-ID: <87bmqw52at.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 26815@debbugs.gnu.org Hello! Mathieu Othacehe skribis: >> I think v4 is being prepared, I'll rebase this series once that is out. Thanks Marius for bearing with me. :-) Are there specific bits that are needed here? > Yes I'm fighting with btrfs-root-os test failling for my serie. I have > the following error that I'm investingating : > > + btrfs subvolume create /mnt/home > Create subvolume '/mnt/home' > + herd start cow-store /mnt > herd: exception caught while executing 'start' on service 'cow-store': > ERROR: In procedure mount: mount "/.rw-store" on "/gnu/store": Invalid ar= gument > environment variable `PATH' set to `/gnu/store/73p6bldnhm9lzcrhy8g96dzxaw= ncd852-qemu-minimal-2.9.0/bin' I think this has been reported before and I suspect it=E2=80=99s a non-deterministic bug, not related to the specifics of this test. Not sure what happens. Ludo=E2=80=99.