From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Dualbooting with guixsd not handling grub installation Date: Fri, 15 Dec 2017 15:53:59 +0100 Message-ID: <87po7gghyw.fsf@gnu.org> References: <55149c20-6f4c-8b37-9b9f-43879f2d038f@uni-bremen.de> <878teabyjb.fsf@gmail.com> <87bmj54n8z.fsf@gnu.org> <1e2b47c5-6c2d-02c9-16bf-e633317d09c5@uni-bremen.de> 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]:37918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ePrNH-0004MI-DL for guix-devel@gnu.org; Fri, 15 Dec 2017 09:54:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ePrNC-0002pf-T2 for guix-devel@gnu.org; Fri, 15 Dec 2017 09:54:07 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:53798) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ePrNC-0002p8-LK for guix-devel@gnu.org; Fri, 15 Dec 2017 09:54:02 -0500 In-Reply-To: <1e2b47c5-6c2d-02c9-16bf-e633317d09c5@uni-bremen.de> (Martin Castillo's message of "Thu, 14 Dec 2017 03:27:46 +0100") 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: Martin Castillo Cc: guix-devel Hello, Martin Castillo skribis: > I realised a third option for dualbooting: > menuentry "GuixSD - grub core.img loader" { > search --set root --label guix-root --hint hd0,gpt3 > multiboot /boot/grub/i386-pc/core.img > } Indeed, that should always work. Note that if all you want is dual-boot, this should already be possible by defining new menu entries in the GuixSD config: https://www.gnu.org/software/guix/manual/html_node/Bootloader-Configurati= on.html#index-dual-boot HTH, Ludo=E2=80=99.