From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= Subject: Re: failure to create disk-image Date: Thu, 23 Apr 2020 22:21:16 +0200 Message-ID: <87368unebn.fsf@gnu.org> References: 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]:55264) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jRiLX-0003xC-NP for help-guix@gnu.org; Thu, 23 Apr 2020 16:21:21 -0400 In-Reply-To: (Roy Lemmon's message of "Wed, 1 Apr 2020 15:52:21 +0100") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane-mx.org@gnu.org Sender: "Help-Guix" To: Roy Lemmon Cc: help-guix Hi Roy, Roy Lemmon skribis: > installing bootloader... > Backtrace: > 1 (primitive-load "/gnu/store/abqhniaagz11v7w8kz83ha1s6fc=E2= =80=A6") > In ./gnu/build/vm.scm: > 590:6 0 (initialize-hard-disk "/dev/vda" #:bootloader-package _ =E2= =80=A6) > > ./gnu/build/vm.scm:590:6: In procedure initialize-hard-disk: > Throw to key `srfi-34' with args `(# "'/gnu/store/xlcbi7dc89n4wvyz4jk6j0g4590ymi6q-grub-efi-2.04/sbin/grub-ins= tall > --boot-directory /fs/boot --bootloader-id=3DGuix --efi-directory /fs/dev/= vda' > exited with status 1; output follows:\n\n > /gnu/store/xlcbi7dc89n4wvyz4jk6j0g4590ymi6q-grub-efi-2.04/sbin/grub-inst= all: > error: > /gnu/store/xlcbi7dc89n4wvyz4jk6j0g4590ymi6q-grub-efi-2.04/lib/grub/i386-p= c/modinfo.sh > doesn't exist. Please specify --target or --directory.\n"] 7fe479410240>)= '. I think the key issue here was GRUB failing to install itself. Did you eventually find out wha was going wrong? It looks like =E2=80=98grub-efi=E2=80=99 was chosen whereas the VM is actua= lly =E2=80=9Clegacy BIOS=E2=80=9D, not EFI. Thanks, Ludo=E2=80=99.