You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to get the software working I had to strace the program, learn where does it look for ESP mount and symlink the expected path to the actual mountpoint.
Can you please make the error message more informative and make it not require ESP mounts for --help flag?
We can also provide it with --efi-mount flag which allows the user to specify where to look for ESP.
The text was updated successfully, but these errors were encountered:
I'm using system76-firmware on my ArchLinux installation.
I ran bootctl --print-esp-path and learned it cannot detect my ESP. I fixed my mountpoints to work well with bootctl and now system76-firmware works OK. Thank you for your help.
Relying on bootctl is prefectly reasonable but please disclose it in error message.
jacobgkau
changed the title
firmware CLI won't start without esp mounted in a special place
Mention bootctl in error message if ESP isn't found
Nov 2, 2021
I installed system76-firmware and wanted to use the cli:
But i have my ESP mounted!
In order to get the software working I had to
strace
the program, learn where does it look for ESP mount and symlink the expected path to the actual mountpoint.Can you please make the error message more informative and make it not require ESP mounts for
--help
flag?We can also provide it with
--efi-mount
flag which allows the user to specify where to look for ESP.The text was updated successfully, but these errors were encountered: