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 14:23:05 +0200 Message-ID: <87o9sw8mhi.fsf@gnu.org> References: <20170707034946.GA20028@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]:37483) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTSIo-0001fK-0J for bug-guix@gnu.org; Fri, 07 Jul 2017 08:24:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTSIk-0006hz-00 for bug-guix@gnu.org; Fri, 07 Jul 2017 08:24:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTSIj-0006hu-TB for bug-guix@gnu.org; Fri, 07 Jul 2017 08:24:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dTSIj-0006yk-Nu for bug-guix@gnu.org; Fri, 07 Jul 2017 08:24:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20170707034946.GA20028@jasmine.lan> (Leo Famulari's message of "Thu, 6 Jul 2017 23:49:46 -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@debbugs.gnu.org Hi Leo, Leo Famulari skribis: > [...] > registering closures... > populating... > creating FAT partition... > mkfs.fat 4.1 (2017-01-24) > mounting root partition... > [ 688.377705] EXT4-fs (vda1): mounted filesystem with ordered data mode.= Opts: (null) > installing bootloader... > /gnu/store/0g5bgkc757xmafxs2prjj896qpzj9wan-grub-efi-2.02/sbin/grub-insta= ll: error: /gnu/store/0g5bgkc757xmafxs2prjj896qpzj9wan-grub-efi-2.02/lib/gr= ub/i386-pc/modinfo.sh doesn't exist. Please specify --target or --directory. > ERROR: In procedure scm-error: > ERROR: failed to install GRUB Did you pass --image-size? If not, it could be that the image size estimate is slightly too small (see commit a8ac4f081a9a679498ea42ccfe001f218bba3043). The build log should contain something like: creating ~a image of ~,2f MiB... where ~a is =E2=80=9Craw=E2=80=9D or =E2=80=9Cqcow2=E2=80=9D depending on t= he =E2=80=9Cguix system=E2=80=9D command you used. Could you check what happens if you pass a --image-size argument bigger than that? Thanks, Ludo=E2=80=99.