From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: Not booting Date: Thu, 23 Jun 2016 10:08:15 -0400 Message-ID: <87d1n8roa8.fsf@netris.org> References: <634d7459-c41b-c2ad-a913-c2a2f49357cd@ninthfloor.org> <87oa6tty7j.fsf@gmail.com> <87lh1wnyga.fsf@gmail.com> <67d08f06-8965-4acd-bdf9-7a416ceb818f@ninthfloor.org> <984e4a99-3106-4df0-bf55-1801e9f14889@ninthfloor.org> <87wplgni13.fsf@gnu.org> 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]:52567) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bG5JC-0003Qp-S5 for help-guix@gnu.org; Thu, 23 Jun 2016 10:08:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bG5J8-0002Ip-Hq for help-guix@gnu.org; Thu, 23 Jun 2016 10:08:41 -0400 In-Reply-To: <87wplgni13.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 23 Jun 2016 15:36:56 +0200") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: help-guix@gnu.org ludo@gnu.org (Ludovic Court=C3=A8s) writes: > Kete Foy skribis: > >> Kete Foy: >>>=20 >>> I need to do this: >>> https://libreboot.org/docs/gnulinux/grub_cbfs.html#option1_dont_reflash >>>=20 >> This worked for me by just copying grub.cfg to libreboot_grub.cfg. (in >> /boot/grub after mounting /dev/sda1 using installation drive) > > That rings a bell. I think Mark (Cc=E2=80=99d) had a patch so that =E2= =80=98guix > system=E2=80=99 would do that automatically on LibreBoot systems. Mark? I never produced a patch, I just created the symlink manually on my Libreboot systems during the initial install. However, looking at the current libreboot git sources, it seems that this is no longer needed. If grub.cfg is found, it should auto-load that in the default entry. If I'm mistaken, please let me know :) Mark