From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?Cl=C3=A9ment?= Lassieur Subject: Re: manage /boot/grub/grub.cfg without installing grub binaries to disk Date: Sat, 16 Feb 2019 23:11:38 +0100 Message-ID: <87a7ivcrj9.fsf@lassieur.org> References: <87va1mpa04.fsf@lassieur.org> <0JDB6ldyhhOxLUXJ1vs5jEGzx20yKPHAspTJWq9Dd0c0TQ8yVVVjvw2R3EMNwpBYINiF69nxHLBzocLqOAeWBI-LrI1ouGOS9fDXIxVgMbk=@protonmail.ch> <8ixPOWGsmqTbgQ2RF_O1Ax624OdjPpl-XW6E70NDSWIIYaGHfoKYffc0chPnZdebgi2fW2fC131YkaUz9chzUhy1PefGpn7eI0ekU66D-Wo=@protonmail.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39310) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gv8BV-0000ec-Hf for guix-devel@gnu.org; Sat, 16 Feb 2019 17:11:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gv8BT-0003WG-Vp for guix-devel@gnu.org; Sat, 16 Feb 2019 17:11:45 -0500 Received: from mail-wm1-f42.google.com ([209.85.128.42]:53660) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gv8BT-0003VT-PU for guix-devel@gnu.org; Sat, 16 Feb 2019 17:11:43 -0500 Received: by mail-wm1-f42.google.com with SMTP id d15so13576708wmb.3 for ; Sat, 16 Feb 2019 14:11:40 -0800 (PST) In-reply-to: <8ixPOWGsmqTbgQ2RF_O1Ax624OdjPpl-XW6E70NDSWIIYaGHfoKYffc0chPnZdebgi2fW2fC131YkaUz9chzUhy1PefGpn7eI0ekU66D-Wo=@protonmail.ch> 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: Raghav RG Gururajan Cc: "guix-devel@gnu.org" Hi Raghav, Raghav RG Gururajan writes: > @clement > > This is the actual error. > > /etc/config-fail.scm:9:0: error: extraneous field initializers (bootloade= r-configuration) Yes, you need to use the (gnu bootloader) module. I actually use the (gnu) module as shown in the docs, which exports (gnu bootloader) and some other stuff too. Cl=C3=A9ment > Sent with ProtonMail Secure Email. > > =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 Original = Message =E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90=E2=80=90 > On Saturday, February 16, 2019 6:58 PM, Raghav "RG" Gururajan wrote: > >> Hi Clement! >>=20 > >> The following is the error I got. >>=20 > >> config-fail.scm:9:0: error: inherit: unbound variable >> hint: Did you forget a `use-modules' form? >>=20 > >> -------- Original Message -------- >> On 14 Feb 2019, 13:07, Raghav "RG" Gururajan < raghavgururajan@protonmai= l.ch> wrote: >>=20 > >> > Hi Clement! >> > > >> > > Thanks! Will do. >> > > >> > > @Jack. Can you also try this and let me know. My system is running d= d command for 2TB HDD. So gonna take a while. >> > > >> > > Thanks! >> > -------- Original Message -------- >> > On 14 Feb 2019, 12:15, Cl=C3=A9ment Lassieur < clement@lassieur.org> w= rote: >> >=20 > >> > > Hi Jack and Raghav, >> > >=20 > >> > > Could you try this? >> > >=20 > >> > > --8<---------------cut here---------------start------------->8--- >> > > (bootloader-configuration >> > > (bootloader >> > > (bootloader >> > > (inherit grub-bootloader) >> > > (installer #~(const #t))))) >> > > --8<---------------cut here---------------end--------------->8--- >> > >=20 > >> > > Cl=C3=A9ment