Control: tags -1 + moreinfo Am 13.05.21 um 11:03 schrieb Thomas Mühlbacher:
```shell # bootctl systemd-efi-options Failed to query SystemdOptions EFI variable: No data available # bootctl systemd-efi-options 'debug' # bootctl systemd-efi-options Failed to query SystemdOptions EFI variable: No data available $ hd /sys/firmware/efi/efivars/SystemdOptions-8cf2644b-4b0b-428f-9387-6d876050dc67 00000000 07 00 00 00 64 00 65 00 62 00 75 00 67 00 00 00 |....d.e.b.u.g...| 00000010 ```
So writing the efi variable to efivars succeeds, but bootctl does not create a corresponding cache entry in /run/systemd/efivars. When it reads the data, it only tries to read the cached entry and fails, as there is none. Did I get that correctly?
Sounds like a valid bug to me and I'd suggest you file this upstream. Regards, Michael