-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BIOS settings need to be applied in the order they are defined #67
Comments
This could also be caused if the setting "Thunderbolt Mode" is set to "Disable" |
After reviewing the logs, it's clear this is not caused by a missing password as the operator did used a password. The configuration was missing the setting Thunderbolt Mode and by default it was set to Disable - as HP has forgot this setting with BIOS version 1.00.05 and it only appeared in 1.01.08. This however, also shows that there are BIOS settings that depend on each other which means we will need to find a way to apply BIOS settings in a given order. Right now, as we use hash tables internally, this is not possible (the order of keys in a hash table is not determined and can change at any time). |
Another example: The BIOS Settings for the 850 G1 (in our example) read:
However, they are applied in the order
This means, if |
This change is live in v5.0.6, closing issue. |
The setting "Require BIOS PW to change TBT SL" for a new EliteBook G5 fails with ACCESS DENIED (RC 6).
Assumption: This setting can not be changed while the device has no BIOS password at all. Needs verification.
The text was updated successfully, but these errors were encountered: