So, I have managed to populate my /sys/firmware/efi/efivars by flipping my bios' nx bit back on. I can now see the variables both from the min install environment, outside of chroot, and inside. I then
'modprobe efivarfs'
'mount -o rw,remount /sys/firmware/efi/efivars'
and efibootmanager will show me correctly what my uefi boot entries are. I seem to be having issues getting my changes to stick. In the past, I only had to perform the above steps, less modprobing the efivarfs module to make the changes I wanted to my boot list. I have seen a ton of different examples online, regarding the efivars or efivarfs modules, bind mounting the efivars before, after, or both relative to chroot and have tried a variety of different things. Something has changed since my last usage of efibootmanager and I'm fishing for some suggestions to try next. Thanks.

