Correct, im using my own GUID and Name, they started to name
theses variables Private Authenticated Variables since UEFI 2.7 as
stated in the session on how the firmware validate the payload to
SetVariable using EFI_VARIABLE_AUTHENTICATION2 descriptor:
"Otherwise, if the variable is none of the above, it shall be designated a Private Authenticated Variable..."
Hi Paulo,
Just to be clear - your variables have your own GUID and Name, so your variables are "common" Authenticated Variables, correct? What exactly is failing in your case:
I seem to be able to create my Authenticated Variables on a number of production devices, including Dell, but then these variables cannot be deleted. I see exactly why deletion does not work - bugĀ https://bugzilla.tianocore.org/show_bug.cgi?id=2374, but this issue is specific to deletion only.
- You cannot write your variable first time, so it does not get created?
- Or you can create, but cannot update after it's been created?