Venom1991 / refind-btrfs

Generate rEFInd manual boot stanzas from Btrfs snapshots
GNU General Public License v3.0
144 stars 8 forks source link

Can't set esp_uuid with my EFI partition UUID #21

Closed rizzini closed 2 years ago

rizzini commented 2 years ago

refind-btrfs.conf -> esp_uuid = "83ED-BDD9"

journalctl -u refind-btrfs.service -b:

out 28 07:54:11 archlinux /usr/lib/python3.9/site-packages/refind_btrfs/__main__.py[183118]: ERROR (refind_btrfs/__init__.py/main): Could not convert '83ED-BDD9' to expected type ('UUID')!
Venom1991 commented 2 years ago

Did it not work without setting the ESP's Part-UUID before (that is, leaving it defined as an empty UUID)? That shortened form of "UUID" is not really a proper UUID and as such it cannot be parsed into one.

AFAIK this option is only necessary when the /boot partition also serves the purpose of being an ESP, at the same time - as seen in this issue.

rizzini commented 2 years ago

I was getting the UUID not PARTUUID. lol Sorry..