From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joshua Branson Subject: Re: Dual Boot GuixSd along side other preexisting distros Date: Sun, 02 Dec 2018 17:48:58 -0500 Message-ID: <87r2ezfsth.fsf@fastmail.com> References: <20181031125428.GA814@doom> <87y397ziep.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]:58555) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTaX7-0006q9-Hn for guix-devel@gnu.org; Sun, 02 Dec 2018 17:48:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTaX4-00024N-36 for guix-devel@gnu.org; Sun, 02 Dec 2018 17:48:13 -0500 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:50009) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gTaX3-00021z-S8 for guix-devel@gnu.org; Sun, 02 Dec 2018 17:48:10 -0500 Received: from compute6.internal (compute6.nyi.internal [10.202.2.46]) by mailout.nyi.internal (Postfix) with ESMTP id 2A7AB21609 for ; Sun, 2 Dec 2018 17:48:07 -0500 (EST) Received: from dobby (unknown [72.12.220.132]) by mail.messagingengine.com (Postfix) with ESMTPA id 73CA7E40A1 for ; Sun, 2 Dec 2018 17:48:06 -0500 (EST) In-Reply-To: <87y397ziep.fsf@gmail.com> (Chris Marusich's message of "Sun, 02 Dec 2018 14:13:34 -0800") 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: guix-devel@gnu.org Chris Marusich writes: > Tom=C3=A1=C5=A1 =C4=8Cech writes: > >> In my system configuration I have this hack I found somewhere: >> >> (bootloader >> (bootloader-configuration >> (bootloader >> (bootloader >> (inherit grub-bootloader) (installer #~(const #t)))))) >> >> so it doesn't install bootloader at all. > > FYI, the --no-bootloader option to "guix system" should prevent Guix > from installing a bootloader. You might find that useful. I personally found it more useful to have GuixSD manage my grub. And code in my config the other boot option. That way GuixSD generated the grub booting for both GuixSD and the other distro.