From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Call for testing! Date: Wed, 04 Nov 2015 11:01:35 +0100 Message-ID: <87k2py9j7k.fsf@gnu.org> References: <87io5jxj3y.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]:58163) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ztusw-00088Y-Km for guix-devel@gnu.org; Wed, 04 Nov 2015 05:01:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ztuss-0002pJ-FM for guix-devel@gnu.org; Wed, 04 Nov 2015 05:01:42 -0500 In-Reply-To: (=?utf-8?B?IuWui+aWh+atpiIncw==?= message of "Wed, 04 Nov 2015 11:49:32 +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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: =?utf-8?B?5a6L5paH5q2m?= Cc: guix-devel =E5=AE=8B=E6=96=87=E6=AD=A6 skribis: > Hi! I test this install image using qemu by: > > qemu-system-x86-64 -enable-kvm -m 512 -hda guixsd-usb-install* -hdb > disk.img > > Follow the manual to setup encryted root, using the desktop.scm > template, but > at the final step, it failed with: > > Path '/mnt/boot/grub' is not readable by GRUB on boot. > Installation is impossible. Aborting. > > (can be reproduced by `grub-install /dev/sdb --boot-directory > /mnt/boot') > > After search, it seems that an un-encrypted boot partition is needed: > > https://wiki.archlinux.org/index.php/Dm-crypt/Encrypting_an_entire_syst= em#Preparing_the_boot_partition > > So, I run fdisk to add a boot partiotion, finally install finished! > > But it can't boot, I have to mount the encrypted root in Grub's cmdline: > > insmod cryptodisk > insmod luks > cryptomount hd0,msdos2 Bah, that got insufficient testing, so we=E2=80=99ll have to back up on thi= s. I thought from http://bugs.gnu.org/19190 that we were done, but we=E2=80=99re= not. I=E2=80=99ve reverted recommendations of an encrypted root in the manual. = A bit of a shame, but we=E2=80=99ll fix it soonish. Thanks for the report! Ludo=E2=80=99.