Hello, list!

I want to write a grub.conf which would allow me to keep a
crash-detection/fallback logic. In order to implement it, I need to
keep a state, so load_env and save_env are my friends. Unfortunately,
the storage I am using  is unreliable and I don't want to store the
bootloader's state in the filesystem. I am thinking about storing it
in the nvram. AFAIK, mainstream grub doesn't support accessing nvram
at the moment. But are there any forks which do support it? If no,
could you please point me to examples of accessing X86-64 nvram chips
in other projects (I am not afraid of doing some coding) ?

Thanks in advance,
Sergey

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to