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: Mon, 18 Dec 2017 10:21:37 +0100 Message-ID: <877etkxufy.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> <87po7gghyw.fsf@gnu.org> <87a7yhv8pj.fsf@gmail.com> 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]:47361) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eQrcH-0007Zr-TL for guix-devel@gnu.org; Mon, 18 Dec 2017 04:21:49 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eQrcC-00039c-WF for guix-devel@gnu.org; Mon, 18 Dec 2017 04:21:45 -0500 Received: from hera.aquilenet.fr ([2a0c:e300::1]:35150) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eQrcC-00037w-Or for guix-devel@gnu.org; Mon, 18 Dec 2017 04:21:40 -0500 In-Reply-To: <87a7yhv8pj.fsf@gmail.com> (Oleg Pykhalov's message of "Sun, 17 Dec 2017 15:29:28 +0300") 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: Oleg Pykhalov Cc: guix-devel Oleg Pykhalov skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> 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-Configur= ation.html#index-dual-boot > > Are linux linux-arguments initrd in menu-entry required? Currently yes: this is how you tell GRUB what to boot. > Maybe we could have configfile field? > https://www.gnu.org/software/grub/manual/grub/html_node/configfile.html Yes, we could do that. One question is how to integrated properly since =E2=80=98menu-entry=E2=80=99 is now bootloader-independent. Perhaps Mathie= u or Danny have ideas? Thanks, Ludo=E2=80=99.