Most times to repair a system partition, you will need to boot from a USB
stick, then run fsck on the damaged partition.
You can simply check the condition with 'sudo fsck /dev/sda1'.
On my Linux Mint box I was able to umount, fsck, and mount the /boot/efi.
In your case it would be
sudo umount /boot/efi
sudo fsck /dev/sda1
sudo mount /boot/efi



On Thu, Jun 15, 2023 at 9:34 AM Rich Shepard <rshep...@appl-ecosys.com>
wrote:

> On Thu, 15 Jun 2023, Rich Shepard wrote:
>
> > /dev/sda1 is /boot/efi type vfat (rw)
>
> This is a separate SSD and the /boot partition is the only content.
>
> Rich
>

Reply via email to