rhboot / efibootmgr

efibootmgr development tree
GNU General Public License v2.0
519 stars 99 forks source link

Add support for Driver###, PlatformRecovery#### and SysPrep#### #40

Closed leiflindholm closed 8 years ago

leiflindholm commented 8 years ago

The Driver, PlatformRecovery and SysPrep* variables function very much like the Boot* ones.

It would be really neat if efibootmgr was extended to permit updating these related functionalities as well.

vathpela commented 8 years ago

There is some chance 9a06afc will even work for --sysprep and --driver. Give it a try? I can't do --sysprep locally (firmware rejects it) but --driver works for me.

PlatformRecovery#### is, of course, something we shouldn't be setting. OsRecovery#### and OsRecoveryOrder will have to be a different issue than this, since it's got crypto complications.

vathpela commented 8 years ago

This code is in efibootmgr-13. Maybe it even works!