From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: root encryption Date: Fri, 10 Feb 2017 10:46:50 +0100 Message-ID: <87bmuaidit.fsf@gnu.org> References: <87inojz82e.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]:32951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cc7n6-0006QM-Ib for help-guix@gnu.org; Fri, 10 Feb 2017 04:46:57 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cc7n3-0004Wq-Dw for help-guix@gnu.org; Fri, 10 Feb 2017 04:46:56 -0500 In-Reply-To: (catonano@gmail.com's message of "Thu, 9 Feb 2017 18:43:20 +0100") 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: Catonano Cc: help-guix Catonano skribis: > I just realized I have mistyped the grub configuration > > (bootloader (grub-configuration (device "/dev/sd1"))) > > it should probably be > > (bootloader (grub-configuration (device "/dev/sda1"))) > > or > > (bootloader (grub-configuration (device "/dev/sda"))) =E2=80=9C/dev/sda=E2=80=9D is the correct thing: it will install GRUB to th= e MBR of that device. Ludo=E2=80=99.