Skip to content
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 guide to UEFI Secure Boot #139

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ module.exports = {
['/universal/security/scanpolicy', 'ScanPolicy'],
['/universal/security/password', 'OpenCore Menu Password'],
['/universal/security/applesecureboot', 'Apple Secure Boot'],
['/universal/security/uefisecureboot', 'UEFI Secure Boot'],
]
},
]
Expand Down Expand Up @@ -245,4 +246,4 @@ module.exports = {
}
}],
]
}
}
20 changes: 19 additions & 1 deletion dictionary/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ ALC
ALC1220
ALC3601
ALZA
AMI
ANS1
ANS2
APIC
Expand Down Expand Up @@ -279,6 +280,7 @@ Clarkdale
Clarksfield
CloverV2
Cmd
CodeRush's
Codec
Codecs
CoffeeLake
Expand Down Expand Up @@ -440,6 +442,7 @@ GraphicsEnabler=Yes
Greenwhich
GuC
Gui
H2O
H310
H370
H61
Expand Down Expand Up @@ -517,6 +520,7 @@ IPIC
IQSV
IRQ
IRQs
ISK
IceLake
Icelake
Icelake's
Expand All @@ -543,6 +547,7 @@ Journaled
KASLR
KBL-R
KDK
KEK
KVM
KVMs
Kaby
Expand All @@ -556,6 +561,7 @@ Kext
Kext's
KextBeast
Kexts
KeyTool
Keychain
Khronokernel
L305
Expand Down Expand Up @@ -587,6 +593,8 @@ MEI
MEID
MKext
MMIO
MOK
MOKs
MSI
MSR
MSR_FLEX_RATIO
Expand Down Expand Up @@ -627,6 +635,7 @@ Merom
Mhz
MinMultiplier
Misconfigured
MokManager
MonitorControl
MountEFI
MultiBeast
Expand Down Expand Up @@ -711,6 +720,7 @@ PCIRootUID=Value
PCIe
PEG0
PEGP
PEM
PGEC
PLIST
PListPath
Expand Down Expand Up @@ -800,6 +810,8 @@ SAT1
SATA
SATA-Unsupported
SATA-unsupported
SBAT
SCT
SGX
SHA-1
SHA-512
Expand Down Expand Up @@ -829,11 +841,13 @@ SSxx
STAS
Safemode
SandyBridge
SecureBoot
SecureBootModel
SetVirtualAddresses
Shannee
SharedSupport
Shiki
ShimUtils
ShowPackageContents
SidecarEnabler
Siri
Expand Down Expand Up @@ -922,6 +936,7 @@ V1
VBIOS
VDADecoderChecker
VDI
VENDOR_DBX_FILE
VESA
VIAO
VIRTIO
Expand Down Expand Up @@ -1059,6 +1074,7 @@ busids
cacheless
cd
cdfon
chainload
checksums
chipset
chipset's
Expand All @@ -1084,6 +1100,7 @@ customizations
dGPU
dGPUs
darkwake
dbx
debug=0x100
decompile
decrypt
Expand Down Expand Up @@ -1286,6 +1303,7 @@ rom-revision
savvamitrofanov
shiki
shikigva
shimx64
slav
slavs
slowgeek
Expand Down Expand Up @@ -1343,4 +1361,4 @@ x86-based
xcpm
Как
завести
сервисы
сервисы
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions universal/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ So something that makes OpenCore truly special is how it's been built with secur
* Enable password in OpenCore boot menu
* [**Apple Secure Boot**](./security/applesecureboot.md)
* Apple's variant of secure boot in the macOS kernel
* [**UEFI Secure Boot**](./security/uefisecureboot.md)
* Firmware's variant of secure boot
Loading