Hi Marek,
On Sat, May 6, 2023 at 6:52 AM Marek Paśnikowski
<[email protected]> wrote:
>
> (device (file-system-label "izumi-esp"))
That configuration option expects a file system label (and not a
partition label). You can see the difference with the command 'blkid'.
> $ ls /dev/disk/by-partlabel/
> izumi-esp izumi-swap izumi-system
You can find the label you need with the command
ls /dev/disk/by-label
although in your case, it may be easier to run
sudo dosfslabel /dev/disk/by-partlabel/izumi-esp
Kind regards
Felix