From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35722: Filesystem error in the installer Date: Tue, 14 May 2019 18:30:40 +0200 Message-ID: <871s11yp5b.fsf@gnu.org> References: <63bd426cd2764658e6c1b5379544d7993c8ddc4a.camel@iamleeg.com> 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]:43827) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hQaKe-0001eC-2I for bug-guix@gnu.org; Tue, 14 May 2019 12:31:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hQaKb-0002Xv-Uy for bug-guix@gnu.org; Tue, 14 May 2019 12:31:11 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:36156) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hQaKU-0002RA-Qa for bug-guix@gnu.org; Tue, 14 May 2019 12:31:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hQaKU-0005BP-Lz for bug-guix@gnu.org; Tue, 14 May 2019 12:31:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <63bd426cd2764658e6c1b5379544d7993c8ddc4a.camel@iamleeg.com> (Graham Lee's message of "Mon, 13 May 2019 23:01:10 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Graham Lee Cc: 35722-done@debbugs.gnu.org Hello, Graham Lee skribis: > I'm trying to install from the GNU GUIX 1.0.0 ISO, which I've copied to > USB. I pick the graphical installer, run through the language, > timezone, and keyboard choices. Then I either pick "guided" or "guided > with encryption" partition scheme, and I choose one big partition > instead of separate /home. Then the error appears. > > I've attached a scaled down photo of the trace, as that was the easiest > way to get it off of the system I'm running on (which isn't networked > at the time of error). For clarity, the error message is: > > ice-9/eval.scm:159:9: Unhandled fat16 fs-type I tried in a VM to provide a disk with a FAT16 partition to reproduce this bug. I could hit this particular error when choosing the =E2=80=9Cman= ual=E2=80=9D partitioning method and then selecting the FAT16 partition. However I could not reproduce the bug when choosing the =E2=80=9Cguided=E2=80=9D meth= ods. I think we don=E2=80=99t need the installer to be able to create FAT16 partitions; we merely need it to recognize and gracefully handle them when they exist (which I think is quite unusual: the EFI System Partition seems to be FAT32 usually, no?). Anyway I think this is fixed by commit 628d09ae53047ea666f4f84ae5e5be911647fe8c, which Danny just pushed. :-) Thanks, Ludo=E2=80=99.