From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#27605: Lightweight desktop example fails to build with kernel panic Date: Fri, 07 Jul 2017 17:16:54 +0200 Message-ID: <877ezk6zvd.fsf@gnu.org> References: <20170707034946.GA20028@jasmine.lan> <87o9sw8mhi.fsf@gnu.org> <20170707125337.GA11418@jasmine.lan> <20170707132151.GA16788@jasmine.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTV1C-0002vk-6V for bug-guix@gnu.org; Fri, 07 Jul 2017 11:18:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTV18-0003N6-26 for bug-guix@gnu.org; Fri, 07 Jul 2017 11:18:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54219) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTV17-0003Mu-Va for bug-guix@gnu.org; Fri, 07 Jul 2017 11:18:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dTV17-0002pY-PI for bug-guix@gnu.org; Fri, 07 Jul 2017 11:18:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170707132151.GA16788@jasmine.lan> (Leo Famulari's message of "Fri, 7 Jul 2017 09:21:51 -0400") 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: Leo Famulari Cc: 27605-done@debbugs.gnu.org Leo Famulari skribis: > On Fri, Jul 07, 2017 at 08:53:37AM -0400, Leo Famulari wrote: >> On Fri, Jul 07, 2017 at 02:23:05PM +0200, Ludovic Court=C3=A8s wrote: >> > Did you pass --image-size? If not, it could be that the image size >> > estimate is slightly too small (see commit >> > a8ac4f081a9a679498ea42ccfe001f218bba3043). >> >=20 >> > The build log should contain something like: >> >=20 >> > creating ~a image of ~,2f MiB... >> >=20 >> > where ~a is =E2=80=9Craw=E2=80=9D or =E2=80=9Cqcow2=E2=80=9D depending= on the =E2=80=9Cguix system=E2=80=9D command you >> > used. >> >=20 >> > Could you check what happens if you pass a --image-size argument bigger >> > than that? >>=20 >> I doubled it from ~10 GiB to ~20 GiB: >>=20 >> > creating qcow2 image of 19359.59 MiB... >>=20 >> This example template uses EFI, which I'm not that familiar with. But I >> suspect something about the bootloader or filesystems configuration is >> wrong. > > Actually, false alarm! After increasing the image size to 20 GiB, I > missed the messages about being out of space. Sorry for the noise! So the problem is that the estimate was too small, right? It would be awesome if you could fiddle with the heuristics in there to see what would work. :-) Thanks, Ludo=E2=80=99.