From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: Re: grub with qemu-kvm server fail Date: Thu, 20 Apr 2017 08:55:10 +0000 Message-ID: <20170420085510.w7ygpornkmrggdzc@abyayala> References: <20170420001413.4wubcxs6bxiy55xa@abyayala> <8AB91343-8C00-4513-A7B1-0B3806ACFB69@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44130) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d17rz-0007Rv-8K for guix-devel@gnu.org; Thu, 20 Apr 2017 04:55:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d17rw-0005U2-1b for guix-devel@gnu.org; Thu, 20 Apr 2017 04:55:19 -0400 Received: from latitanza.investici.org ([82.94.249.234]:32263) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d17rv-0005TR-Q7 for guix-devel@gnu.org; Thu, 20 Apr 2017 04:55:15 -0400 Content-Disposition: inline In-Reply-To: <8AB91343-8C00-4513-A7B1-0B3806ACFB69@gmail.com> 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: Maxim Cournoyer Cc: guix-devel@gnu.org Maxim Cournoyer transcribed 1.3K bytes: > Hello ng0, > > On April 19, 2017 5:14:13 PM PDT, ng0 wrote: > >Hi, > > > >I already contacted the hoster support, but maybe someone has an idea. > > > >Upon initing GuixSD from a minimal Debian base, I get stuck at this > >point > >about GRUB. The server is aparently a qemu -> kvm one. > > > >guix system: warning: while talking to shepherd: No such file or > >directory > >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 > >installed in this setup by using blocklists. However, blocklists are > >UNRELIABLE and their use is discouraged.. > >grub-install: error: will not proceed with blocklists. > >guix system: error: failed to install GRUB on device '/dev/vda' > > What kind of device is /dev/vda? If I knew, I would've succeeded. I asked if there were any special requirements to the server ;) There was just /dev/vda, no partitionsm, in a ready to be used system. Of course in grub-configuration I wrote "/dev/vda" and in the file-systems the same. > It looks like grub is trying to install itself on an ext2 partition rather than on the device itself (for old school dos partitions that would be in the MBR), and apparently this is not supported. I think I had a similar problem when installing on my personal computer with ext4; I think it was because I had specified a numbered partition rather than the device itself (/dev/sda1 instead of /dev/sda for example). > > Maxim -- PGP and more: https://people.pragmatique.xyz/ng0/