Gentoo Archives: gentoo-user

From: Walter Dnes <waltdnes@××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] UEFI install noob questions
Date: Sun, 27 Dec 2020 01:29:38
Message-Id: X+fjb/3bjN1X/1BI@waltdnes.org
In Reply to: Re: [gentoo-user] UEFI install noob questions by cal
1 On Sat, Dec 26, 2020 at 04:49:16PM -0800, cal wrote
2 >
3 > After partitioning (in parted), did you use `mkfs.vfat -F 32
4 > /dev/<partition ID>` to initialize the FAT32 filesystem on that
5 > partition?
6 >
7 > https://wiki.gentoo.org/wiki/Handbook:Parts/Installation/Disks#Applying_a_filesystem_to_a_partition
8 >
9 > `parted` is only editing the partition table, not the filesystems
10 > applied to those partitions.
11
12 I did "mkfs.vfat /dev/sda1" afterwards and parted showed...
13
14 Number Start End Size File system Name Flags
15 1 1049kB 269MB 268MB fat16 EFI boot, esp
16
17 I had never used the "-F" option before. Anyways, I tried
18 "mkfs.vfat -F 32 /dev/sda1" and parted shows...
19
20 Number Start End Size File system Name Flags
21 1 1049kB 269MB 268MB fat32 EFI boot, esp.
22
23 So far so good; it was more a scare than a real problem. Thanks for
24 that hint about "-F".
25
26 --
27 Walter Dnes <waltdnes@××××××××.org>
28 I don't run "desktop environments"; I run useful applications