rhboot / fwupdate

System firmware update support for UEFI machines
99 stars 47 forks source link

Add support to enable firmware updates on supported systems using libsmbios #40

Closed superm1 closed 8 years ago

superm1 commented 8 years ago

Systems running a Dell BIOS have the ability to turn on and off the feature for enabling capsule updates. When turned off, the ESRT table is no longer present.

It's possible to identify this situation, notify the user and change the setting from within the OS. This would require a reboot for the BIOS and kernel to populate the ESRT table.

superm1 commented 8 years ago

I saw this was closed in https://github.com/rhinstaller/fwupdate/commit/3b08a1622e92c3a9c42f6773214dc3f41f13484b and following commits.

Thanks!