Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to find EFI partition #403

Open
hackcr1258 opened this issue Dec 2, 2024 · 4 comments
Open

Failed to find EFI partition #403

hackcr1258 opened this issue Dec 2, 2024 · 4 comments

Comments

@hackcr1258
Copy link

hackcr1258 commented Dec 2, 2024

Log output

[@DESKTOP]$ sudo sbctl verify
[sudo] password for 
Failed to find EFI system partition

fstab output
# UUID=ROOT
/dev/nvme0n1p3          /               ext4            rw,relatime     0 1

# UUID=EFI
/dev/nvme0n1p1          /boot/efi       vfat            rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro       0 2

# UUID=SWAP
/dev/nvme0n1p2          none            swap            defaults        0 0

Bootloader used: GRUB

I have read through my distro's wiki and have no avail.

@Foxboron
Copy link
Owner

Foxboron commented Dec 2, 2024

Output of lsblk --json --output PARTTYPE,MOUNTPOINT,PTTYPE,FSTYPE,MOUNTPOINTS,TYPE,PKNAME,KNAME please

@hackcr1258
Copy link
Author

hackcr1258 commented Dec 2, 2024

"blockdevices": [
        {
         "parttype": "EFI",
         "mountpoint": "/boot/efi",
         "pttype": "gpt",
         "fstype": "vfat",
         "mountpoints": [
             "/boot/efi"
         ],
         "type": "part",
         "pkname": "nvme0n1",
         "kname": "nvme0n1p1"
      },{
         "parttype": "SWAP",
         "mountpoint": "[SWAP]",
         "pttype": "gpt",
         "fstype": "swap",
         "mountpoints": [
             "[SWAP]"
         ],
         "type": "part",
         "pkname": "nvme0n1",
         "kname": "nvme0n1p2"
      },{
         "parttype": "ROOT",
         "mountpoint": "/",
         "pttype": "gpt",
         "fstype": "ext4",
         "mountpoints": [
             "/"
         ],
         "type": "part",
         "pkname": "nvme0n1",
         "kname": "nvme0n1p3"
      }
]

@tomis007
Copy link

You probably just need to set ESP_PATH like described in #207 (#207 (comment)). Try it with ESP_PATH=/boot/efi sbctl verify

@hackcr1258
Copy link
Author

Thanks. That worked.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants