-
Notifications
You must be signed in to change notification settings - Fork 228
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
Add Secure Boot support #14
base: master
Are you sure you want to change the base?
Conversation
* This includes DmgLoading and SecureBootModel, ApECID is optional however we strongly encourage you to set this up as well | ||
* Reminder DmgLoading must be set to either `Signed` or `Disabled` | ||
* You've setup Vaulting | ||
* Note Vaulting and FileVault are different, FieVault is not require for UEFI Secure Boot however is still strongly encouraged |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Note Vaulting and FileVault are different, FieVault is not require for UEFI Secure Boot however is still strongly encouraged | |
* Note Vaulting and FileVault are different, FileVault is not require for UEFI Secure Boot however is still strongly encouraged |
Typo fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is a grammar issue here: require to required
On some systems (including mine), UEFI Secure Boot always assumes that you are using Windows 8 or newer, so it checks to see if the Microsoft Windows UEFI certificate is available or not, if not then "secure boot violation" it goes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that db.esl is only created if the user uses MS keys.
|
||
|
||
```sh | ||
sign-efi-sig-list -k KEK.key -c KEK.pem db db.esl db.auth |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sign-efi-sig-list -k KEK.key -c KEK.pem db db.esl db.auth | |
# NOTE: If you do not use MS keys, replace db.esl with ISK.esl | |
sign-efi-sig-list -k KEK.key -c KEK.pem db db.esl db.auth |
db.esl is only created if the user signs MS keys
To-do: