From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#37164: Generated installation image does not include grub. Date: Sun, 01 Sep 2019 22:40:56 +0200 Message-ID: <8736hf92cn.fsf@gnu.org> References: <7eb5e5964ad6564c7cc6cc7711b18daf1faac64a.camel@gmail.com> <87o909lj7y.fsf@gnu.org> <20190829023458.1ca4ba50@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:59348) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i4Wfk-0004Uf-TT for bug-guix@gnu.org; Sun, 01 Sep 2019 16:42:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i4Wfi-0007dq-Ma for bug-guix@gnu.org; Sun, 01 Sep 2019 16:42:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48478) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i4Wfi-0007dG-Ig for bug-guix@gnu.org; Sun, 01 Sep 2019 16:42:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1i4Wfi-0004od-Bo for bug-guix@gnu.org; Sun, 01 Sep 2019 16:42:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20190829023458.1ca4ba50@scratchpost.org> (Danny Milosavljevic's message of "Thu, 29 Aug 2019 02:34:58 +0200") 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: Danny Milosavljevic Cc: Jesse Gibbons , 37164@debbugs.gnu.org Hi, Danny Milosavljevic skribis: >> Jesse Gibbons skribis: >>=20 >> > 1. generate the install image >> > guix system disk-image --file-system-type=3Diso9600 --verbosity=3D3 -- >> > root=3Dinstallation-os-x86_64.iso --system=3Dx86_64-linux -e '(@ (gnu >> > system install) installation-os)' > > There's a typo there :) > > You wrote: iso9600 > It should be: iso9660 > > But the error message could be vastly improved O_o As it turns out, what happens is this: --8<---------------cut here---------------start------------->8--- creating partition table with 2 partitions (1351.0 MiB, 40.0 MiB).... Warning: The resulting partition is not properly aligned for best performan= ce.. Backtrace:. 4 (primitive-load "/gnu/store/j4941c2hs3dnhj8lvcmclsr4wmk=E2=80= =A6"). In ./gnu/build/vm.scm:. 563:4 3 (initialize-hard-disk "/dev/vda" #:bootloader-package _ =E2=80= =A6). In srfi/srfi-1.scm:. 640:9 2 (for-each # #). In ./gnu/build/vm.scm:. 329:3 1 (initialize-partition #< device: "/dev/vda1"=E2=80= =A6>). In unknown file:. 0 (scm-error misc-error #f "~A" ("Unsupported file syst=E2=80=A6= ") =E2=80=A6). . ERROR: In procedure scm-error:. Unsupported file system.. [ 44.968721] Kernel panic - not syncing: Attempted to kill init! exitcode= =3D0x00000100. --8<---------------cut here---------------end--------------->8--- Unfortunately, as noted in , that still produces an image, albeit a broken image. I=E2=80=99m merging the bugs. To be continued=E2=80=A6 Ludo=E2=80=99.