From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: bug#27605: Lightweight desktop example fails to build with kernel panic Date: Fri, 7 Jul 2017 08:53:37 -0400 Message-ID: <20170707125337.GA11418@jasmine.lan> References: <20170707034946.GA20028@jasmine.lan> <87o9sw8mhi.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="FL5UXtIhxfXey3p5" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dTSls-000063-Jm for bug-guix@gnu.org; Fri, 07 Jul 2017 08:54:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dTSln-00040y-0a for bug-guix@gnu.org; Fri, 07 Jul 2017 08:54:08 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53160) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dTSlm-00040u-ST for bug-guix@gnu.org; Fri, 07 Jul 2017 08:54:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dTSlm-0007gk-Jh for bug-guix@gnu.org; Fri, 07 Jul 2017 08:54:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: Content-Disposition: inline In-Reply-To: <87o9sw8mhi.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 27605@debbugs.gnu.org --FL5UXtIhxfXey3p5 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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? I doubled it from ~10 GiB to ~20 GiB: > creating qcow2 image of 19359.59 MiB... This example template uses EFI, which I'm not that familiar with. But I suspect something about the bootloader or filesystems configuration is wrong. =46rom 'gnu/system/examples/lightweight-desktop.tmpl': ;; Use the UEFI variant of GRUB with the EFI System ;; Partition on /dev/sda1. (bootloader (grub-configuration (grub grub-efi) (device "/dev/sda1"))) ;; Assume the target root file system is labelled "my-root". (file-systems (cons* (file-system (device "my-root") (title 'label) (mount-point "/") (type "ext4")) (file-system ;; Specify partition here since FAT=20 ;; labels are currently unsupported. (device "/dev/sda1") (mount-point "/boot/efi") (type "vfat")) %base-file-systems)) --FL5UXtIhxfXey3p5 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAllfhE0ACgkQJkb6MLrK fwhPAw/9FSoHr0Ua9v20OCkGmRietaG/Yg1Qb440/eWZEjzjbYvYLUr54DV0s3oj mf6d1iH6jne0hq318FPx5TcSxxBSkG5vx4mYdTf+tU16ku3RCultzGLygNSGgedb 1146FM9xPmPxElodXJsStpXZpMctyzsqAL38h3DpkxteF68M0uLYC65rCAPF6Q+9 9gldtV0eRQ7GpLYA46JBkNsfwQvo5N0UFjDbU57cUZA5xZGoCV9n0NVddnwOQkG+ gaKEOat/wzQWieclt+wMcdo36DOwvwf1AZNsG5pmX+pPA5GTwFheBIqn6dzA3aUy PGeAdpM7/HNY3f9RVepr2rTl8tsuC1uO3h4j05Zt2MMrPEwpwLG0Kz6Raqw97iGw NU1TAXZVkkrnIRMacdnZO6ZA2Jq85RwR4oQ5MfHj3PP0ERzwIyq4he7XTHHxiMsl qlx4h+CsuGsB45ibIFj76Drj72OHGs7szb3htnSbPustqLquMN6jaL4wnSA8vS6z IpNEBjhpU6PHZEJRRR72Se7vnOtoYpA1AImPx2OwuAfHuw7H0V4bHLKq36HSTP48 jrDD8HyEjrxXR5HFREmV9a6jcmCtz30/d4tr2HAz4/a6K858BICy00urC1suzw4s bl1f4T3E8+05yelkwZfWKTHaKSuAFcHfMvo8V6fIYMhcINY1MTg= =783Q -----END PGP SIGNATURE----- --FL5UXtIhxfXey3p5--