From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34896) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d9TBf-0002hO-3M for guix-patches@gnu.org; Sat, 13 May 2017 05:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d9TBc-0007Iv-00 for guix-patches@gnu.org; Sat, 13 May 2017 05:18:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:39091) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d9TBb-0007IZ-Ru for guix-patches@gnu.org; Sat, 13 May 2017 05:18:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d9TBb-0005Oy-Ms for guix-patches@gnu.org; Sat, 13 May 2017 05:18:03 -0400 Subject: bug#26815: [PATCH 3/3] vm: Support EFI boot in base image. Resent-Message-ID: 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> From: Mathieu Othacehe In-reply-to: <87r2zthdoz.fsf@fastmail.com> Date: Sat, 13 May 2017 11:17:51 +0200 Message-ID: <87h90p869s.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: Marius Bakke Cc: 26815@debbugs.gnu.org Hi all ! > I think v4 is being prepared, I'll rebase this series once that is out. Yes I'm fighting with btrfs-root-os test failling for my serie. I have the following error that I'm investingating : --8<---------------cut here---------------start------------->8--- + 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 argument environment variable `PATH' set to `/gnu/store/73p6bldnhm9lzcrhy8g96dzxawncd852-qemu-minimal-2.9.0/bin' --8<---------------cut here---------------end--------------->8--- Mathieu