09-30-2012, 01:53 PM
from the UEFI IFR specification - it's a UINT64 variable after the suppress opcode (0A 82 45 8A). So 00 really is 00 00 00 00 00 00 00 00, and because it's little-endian we modify only the first byte to make it a 01. In your case it may be that 0A 82 45 0A is the opcode (yours may have a different sequence) which is why I'm interested to see if you have that byte sequence: 0A 82 45 0A 00