Skip to content

Commit

Permalink
Set SecureBootModel to j160
Browse files Browse the repository at this point in the history
  • Loading branch information
superrnovae committed Jan 31, 2021
1 parent 0093dfc commit d206459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1607,7 +1607,7 @@
<key>ScanPolicy</key>
<integer>0</integer>
<key>SecureBootModel</key>
<string>Default</string>
<string>j160</string>
<key>Vault</key>
<string>Optional</string>
</dict>
Expand Down

3 comments on commit d206459

@eliob37
Copy link

@eliob37 eliob37 commented on d206459 Feb 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what is the use of j160

@superrnovae
Copy link
Owner Author

@superrnovae superrnovae commented on d206459 Feb 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's a SecureBootModel used for MacPro7,1 SMBIOS.
Default (currently set to j137, so iMacPro1,1) value can also be used, but it might be changed in the future.

Edit: docs

@eliob37
Copy link

@eliob37 eliob37 commented on d206459 Feb 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok thanks a lot

Please sign in to comment.