From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [Installing Grub on blocklist]: Failing to create bootable disk on GCE Date: Tue, 24 Jan 2017 22:05:24 +0100 Message-ID: <87pojc6uej.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:4830:134:3::10]:47155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cW8HU-0003l0-0G for guix-devel@gnu.org; Tue, 24 Jan 2017 16:05:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cW8HO-0005Hk-UI for guix-devel@gnu.org; Tue, 24 Jan 2017 16:05:31 -0500 In-Reply-To: (rohit yadav's message of "Mon, 23 Jan 2017 11:34:58 -0600") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: rohit yadav Cc: guix-devel@gnu.org Hi, rohit yadav skribis: > I am trying to create bootable image on GCE using guix. It leads to follo= wing error. > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > Installing for i386-pc platform. > grub-install: warning: File system `ext2' doesn't support embedding. > grub-install: warning: Embedding is not possible. GRUB can only be instal= led in this setup by using blocklists. However, blocklists are UNRELIABLE a= nd their use is discouraged.. > grub-install: error: will not proceed with blocklists. > guix system: error: failed to install GRUB on device '/dev/disk/by-id/goo= gle-rowhit-guixsd-template-00' > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D It seems you=E2=80=99re installing GRUB to a file system (=E2=80=9Cembeddin= g=E2=80=9D) instead of installing it to the MBR. Is it intended? Ludo=E2=80=99.