laptopsandybridge062.lst 19.2 KB
Newer Older
M
mackie100 已提交
1
=<span class="title">Laptop: (2nd Gen) Sandy Bridge OpenCore 0.6.2</span><br/>
2
# Generic config suitable for initial installation
3 4
# OpenCore v0.6.2 Intel Sandy Bridge Laptop Sanity Check
=<a href="https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge.html">https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge.html</a>
5
=<hr>
6 7 8 9 10 11 12
# [kernel]:https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge.html#kernel
# [acpi]:https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge.html#acpi
# [kexts]:https://dortania.github.io/OpenCore-Install-Guide/ktext.html#kexts
# [debug]:https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/debug.html
# [scanpolicy]:https://dortania.github.io/OpenCore-Post-Install/universal/security.html#scanpolicy
# [platforminfo]:https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge.html#platforminfo
# [deviceproperties]:https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge.html#deviceproperties
13 14 15

ACPI
:Add
16 17 18 19 20 21 22 23 24
 count==0 "-You have no SSDT Patches. Please review the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#acpi>[ACPI Docs]</a>"
 [Path]==DSDT.aml "-<b>{$Path}</b> You should not be including your dumped DSDT. Please review the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#acpi>[ACPI Docs]</a>"
 [Path]==SSDT-1.aml "-<b>{$Path}</b> This is just an example SSDT. If you really made this yourself, call it something more descriptive"
 [Path]==SSDT-PLUG.aml "-<b>{$Path}</b> does not work on Sandy and Sandy Bridge systems"
 [Path]==SSDT-GPIO.aml "-<b>{$Path}</b> this doesn't belong on an Sandy Bridge system"
 [Path]~=".dsl$" "!<b>{$Path}</b> Only include .aml files here. dsl files need to be compiled to .aml"
 [Enabled]==no "-<b>{$Path}</b> is <b>disabled</b>. Either enable it or remove it to get rid of this warning"
 [Path]==SSDT-EC-LAPTOP.aml&SSDT-EC.aml "-<b>{$Path}</b> don't use both <b>SSDT-EC-USBX-LAPTOP</b> and <b>SSDT-EC</b>"
 [Path]~=-EC.+aml :"%You might need something like SSDT-EC.aml or SSDT-EC-LAPTOP.aml. See the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#acpi>[ACPI Docs]</a>"
25
 [Path]!=SSDT-PNLF.aml "-<b>{$Path}</b> is missing, please add this if you're using a laptop. See the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#acpi>[ACPI Docs]</a>"
26 27 28 29
 [Path]==SSDT-PNLF-CFL.aml "-<b>{$Path}</b> This should not be included on Kaby Lake and older laptops, instead use SSDT-PNLF. Please review the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#acpi>[ACPI Docs]</a>."
 [Path]==SSDT-OLA.aml "!<b>{$Path}</b> Don't use random files found on sketchy websites, these inject random data that can very likely prevent booting. Please review the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#acpi>[Acpi Docs]</a>"
 [Path]==SSDT-OLARILA.aml "!<b>{$Path}</b> Don't use random files found on sketchy websites, these inject random data that can very likely prevent booting. Please review the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#acpi>[Acpi Docs]</a>"
 [Path]==* " <b>{$Path}</b> Make sure this file is in your OC/ACPI directory"
30 31

:Delete
32 33
 [Enabled]==no "!<b>{$Comment}</b> Patch is <b>disabled</b>! Enable this to make sure SSDT-CPU-PM works."
 [Enabled]==yes " <b>{$Comment}</b> Patch is <b>enabled</b>"
34 35 36

:Quirks
 count==5
37
 FadtEnableReset~=.* " <b>{$setting}</b> = <b>{$value}</b>"
38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
 NormalizeHeaders=no
 RebaseRegions=no
 ResetHwSig=no
 ResetLogoStatus=no

Booter

:Quirks
 AvoidRuntimeDefrag=yes
 DevirtualiseMmio=no
 DisableSingleUser=no
 DisableVariableWrite=no
 DiscardHibernateMap=no
 EnableSafeModeSlide=yes
 EnableWriteUnprotector=yes
 ForceExitBootServices=no
54
 ProtectCsmRegion~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.7 - See <b>ProtectMemoryRegions</b> instead"
55 56 57 58 59 60 61
 ProtectMemoryRegions=no
 ProtectSecureBoot=no
 ProtectUefiServices=no
 ProvideCustomSlide=yes
 ProvideMaxSlide=0
 RebuildAppleMemoryMap=no
 SetupVirtualMap=yes
62
 ShrinkMemoryMap~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.7 - See <b>RebuildAppleMemoryMap</b> instead"
63 64 65 66 67 68 69
 SignalAppleOS=no
 SyncRuntimePermissions=no

DeviceProperties

:Add
::PciRoot(0x0)/Pci(0x2,0x0)
70
 AAPL,ig-platform-id~="00000100|10000300" " <b>{$setting}</b> = <b>{$value}</b> iGPU set correctly":"-<b>{$setting}</b> = <b>{$value}</b> - iGPU may not be set correctly. Please read the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/ivy-bridge#deviceproperties>[DeviceProperties Docs]</a>"
71 72

::PciRoot(0x0)/Pci(0x1b,0x0)
73
 AAPL,snb-platform-id~=.* "!<b>{$setting}</b> is in the wrong location, iGPU location is PciRoot(0x0)/Pci(0x2,0x0)"
74 75 76 77

Kernel

:Add
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
 count==0 "!You have no Kexts. You definitely need at least Lilu.kext and VirtualSMC.kext. Please review the <a href=https://dortania.github.io/OpenCore-Install-Guide/ktext.html#kexts>[Kexts Docs]</a>"
 [BundlePath]==Lilu.kext " <b>Lilu.kext</b> make sure this Kext is in your <b>OC/Kexts</b> directory and the first kext listed here":"!<b>Lilu.kext</b> is missing. Add it to the top of this list"
 [BundlePath]==FakeSMC.kext&VirtualSMC.kext "-<b>{$BundlePath}</b> don't use both <b>FakeSMC.kext</b> and <b>VirtualSMC.kext</b>"
 [BundlePath]!=FakeSMC.kext|VirtualSMC.kext "-you should have either <b>FakeSMC.kext</b> or <b>VirtualSMC.kext</b> here"
 [BundlePath]==VoodooHDA.kext&AppleALC.kext "-<b>{$BundlePath}</b> don't use both <b>VoodooHDA.kext</b> and <b>AppleALC.kext</b>"
 [BundlePath]==AppleALC.kext "$alcbootarg='-<b>{$setting}</b> = <b>{$value}</b> You need to add <b>alcid=</b><_layout_\> here since you are using AppleALC.kext';":"$alcbootarg=;"
 [BundlePath]==VoodooHDA.kext " <b>{$BundlePath}</b> Note that <b>AppleALC.kext</b> tends to have better audio quality"
 [BundlePath]!=WhateverGreen.kext "-<b>WhateverGreen.kext</b> is missing. Please review the <a href=https://dortania.github.io/OpenCore-Install-Guide/ktext.html#kexts>[Kexts Docs]</a>"
 [BundlePath]==XLNCUSBFIX.kext "!<b>XLNCUSBFIX.kext</b> this is an AMD-specific kext, don't use on Intel"
 [BundlePath]==SmallTree-Intel-211-AT-PCIe-GBE.kext "-<b>{$BundlePath}</b> while this might work, <b>SmallTreeIntel82576.kext</b> is considered more reliable"
 [BundlePath]==SMCLightSensor.kext     "!<b>{$BundlePath}</b> Please ensure your laptop has a light sensor, otherwise this can cause issues"
 [BundlePath]==SMCBatteryManager.kext  "!<b>{$BundlePath}</b> Please ensure your battery has been properly patched to 8bits, otherwise this can cause issues"
 [BundlePath]==XHCI-unsupported.kext  "-<b>{$BundlePath}</b> you probably don't need this"
 [BundlePath]==FakePCIID.kext "-<b>{$BundlePath}</b> there are better ways to fake device ids"
 [BundlePath]==FakePCIID_Intel_HDMI_Audio.kext "-<b>{$BundlePath}</b> there are better ways to fake device ids"
 [BundlePath]==* " <b>{$BundlePath}</b> make sure this Kext is in your <b>OC/Kexts</b> directory"
94 95 96 97 98

:Emulate
 DummyPowerManagement=no

:Quirks
99
 AppleCpuPmCfgLock=yes " <b>{$setting}</b> = <b>{$value}</b> You should disable CFG-Lock in your bios instead of using this":" <b>{$setting}</b> = <b>{$value}</b> Make sure CFG-Lock is disabled in your bios"
100
 AppleXcpmCfgLock=no
101 102
 AppleXcpmExtraMsrs=no
 AppleXcpmForceBoost=no
103
 CustomSMBIOSGuid=no " <b>{$setting}</b> = <b>{$value}</b> If you have a Dell or VIAO motherboard, please enable this":" <b>{$setting}</b> = <b>{$value}</b> This is only required if you have a Dell or VIAO motherboard"
104
 DisableIoMapper=yes
105 106 107
 DisableRtcChecksum~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 DummyPowerManagement~=.* "!<b>{$setting}</b> was moved in OpenCore v0.6.2 - See <b>Kernel -> Emulate</b>"
 ExtendBTFeatureFlags~=.* " <b>{$setting}</b> = <b>{$value}</b>"
108
 LegacyCommpage=no
109
 ExternalDiskIcons~=.* " <b>{$setting}</b> = <b>{$value}</b>"
110
 IncreasePciBarSize=no
111
 LapicKernelPanic=no " <b>{$setting}</b> = <b>{$value}</b> If you have an HP laptop, please enable this":" <b>{$setting}</b> = <b>{$value}</b> This is only required if you have an HP laptop"
112 113
 PanicNoKextDump=yes
 PowerTimeoutKernelPanic=yes
114 115
 ThirdPartyDrives~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 XhciPortLimit=yes " <b>{$setting}</b> = <b>{$value}</b> turn off after USB port mapping":" <b>{$setting}</b> = <b>{$value}</b> enable if you have USB issues"
116 117 118

Misc
:Boot
119 120 121 122 123 124 125
 BuiltinTextRenderer~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See UEFI/TextRenderer"
 ConsoleBehaviourOs~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6"
 ConsoleBehaviourUi~="" "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6"
 ConsoleMode~=.* "!<b>{$setting}</b> has been moved to UEFI/Output section as of OpenCore v0.5.6"
 Resolution~=.* "!<b>{$setting}</b> has been moved to UEFI/Output section as of OpenCore v0.5.6"
 ConsoleAttributes~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 HideSelf~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.9"
126 127
 PollAppleHotKeys=no
 ShowPicker=yes
128
 UsePicker~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6"
129 130 131 132
 TakeoffDelay=0
 HibernateMode=None
 PickerMode=Builtin
 HideAuxiliary=no
133
 PickerAttributes~=.* " <b>{$setting}</b> = <b>{$value}</b>"
134 135 136 137 138 139
 PickerAudioAssist=no
 Timeout=5

:Debug
 AppleDebug=yes
 ApplePanic=yes
140 141 142
 DisableWatchDog=yes :" <b>{$setting}</b> enabling this will help debugging"
 Target=67 :" <b>{$setting}</b> see the <a href=https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/debug.html>[Debugging Docs]</a> for more info on debug target numbers"
 DisplayLevel=2147483714 :" <b>{$setting}</b> see <a href=https://dortania.github.io/OpenCore-Install-Guide/troubleshooting/debug.html>[Debugging Docs]</a> for more info debug display levels"
143 144 145
 DisplayDelay=0

:Entries
146
 [Arguments]~=debug "!<b>Arguments</b> = <b>{$Arguments}</b> boot-args go in the nvram section, not here"
147 148 149 150 151 152

:Security
 AllowNvramReset=yes
 AllowSetDefault=yes
 ApECID=0
 AuthRestart=no
153 154
 BlacklistAppleUpdate~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.6.0 - See <b>run-efi-updater</b> under NVRAM instead"
 BootProtect~=.* " <b>{$setting}</b> = <b>{$value}</b>"
155 156
 DmgLoading=Signed
 EnablePassword=no
157 158
 RequireSignature~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See <b>Vault</b>"
 RequireVault~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See <b>Vault</b>"
159
 Vault=Optional
160
 SecureBootModel~=.* " <b>{$setting}</b> = <b>{$value}</b>"
161
 HaltLevel=2147483648
162 163
 ExposeSensitiveData=6 :" <b>{$setting}</b> = <b>{$value}</b>"
 ScanPolicy=0 :"-<b>{$setting}</b> = <b>{$value}</b>. Initially you want 0 here, but once you are up and running check <a href=https://dortania.github.io/OpenCore-Post-Install/universal/security.html#scanpolicy>[Scanpolicy Docs]</a> for why you should change this"
164 165 166 167 168 169 170 171 172 173 174

:Tools
 count==0 " You removed the tool EFIs":"%You can remove the tool EFIs here"

NVRAM
 LegacyEnable=no
 LegacyOverwrite=no
 WriteFlash=yes

:Add
::4D1EDE05-38C7-4A6A-9CC6-4BCCA8B38C14
175 176
 UIScale~=(01|02) " <b>{$setting}</b> = <b>{$value}</b>":" <b>{$setting}</b> = <b>{$value}</b> but it is usually set to <b>01</b> or <b>02</b>"
 DefaultBackgroundColor~=.* " <b>{$setting}</b> = <b>{$value}</b>"
177 178

::7C436110-AB2A-4BBB-A880-FE41995C9F82
179
 boot-args~="ncpi=" "!<b>{$setting}</b> = <b>{$value}</b> I think you mean <b>npci=</b> there not <b>ncpi=</b>":""
180
 boot-args~="^(?:(?!alcid).)*$" "{$alcbootarg}":""
181
 boot-args="-v keepsyms=1" " <b>{$setting}</b> = <b>{$value}</b> If you have a navi10 GPU add <b>agdpmod=pikera</b>":" <b>{$setting}</b> = <b>{$value}</b>"
182
 run-efi-updater="No"
183 184 185 186
 csr-active-config~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 nvda_drv~=.* "!<b>{$setting}</b> = <b>{$value}</b> Remove this setting completely. It is no longer used as of OpenCore v0.5.7"
 prev-lang:kbd=72752d52553a323532 "-<b>{$setting}</b> = <b>{$value} ({@value})</b>. Unless you speak Russian, leave this blank":" <b>{$setting}</b> = <b>{$value} ({@value})</b>"
 SystemAudioVolume~="^\d+$" " <b>{$setting}</b> = <b>{$value}</b>":"!<b>{$setting}</b> = <b>{$value}</b> this should be a positive number"
187 188 189 190 191 192

PlatformInfo
 Automatic=yes
 UpdateDataHub=yes
 UpdateNVRAM=yes
 UpdateSMBIOS=yes
193
 UpdateSMBIOSMode=Create " <b>{$setting}</b> = <b>{$value}</b> If you have a Dell or VIAO motherboard, please set this to <b>Custom</b>":" <b>{$setting}</b> = <b>{$value}</b> This is only required if you have a Dell or VIAO motherboard"
194 195 196 197

:Generic
 SpoofVendor=yes
 AdviseWindows=no
198
 ProcessorType~=.* " <b>{$setting}</b> = <b>{$value}</b>"
M
mackie100 已提交
199
 SystemMemoryStatus=Auto
200
 SupportsCsm~=.* "!<b>{$setting}</b> was replaced with <b>AdviseWindows</b> in OpenCore v0.5.5"
201
 SystemProductName~="(MacBookAir4,1|MacBookAir4,2|MacBookPro8,1|MacBookPro8,2|MacBookPro8,3|Macmini5,1|Macmini5,3)" " <b>{$setting}</b> = <b>{$value}</b>":"-<b>{$setting}</b> = <b>{$value}</b> this is not a suggested SMBIOS for Sandy Bridge Laptop systems. See https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#platforminfo>[PlatformInfo Docs]</a>"
202 203 204 205
 MLB=M000000000001 "!<b>{$setting}</b> should be set to your generated board serial. See <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#platforminfo>[PlatformInfo Docs]</a>":" <b>{$setting}</b> is set"
 ROM=112233000000 "-<b>{$setting}</b> = <b>{$value}</b> You should set this to your NIC MAC address. See <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#platforminfo>[PlatformInfo Docs]</a>":" <b>{$setting}</b> is set"
 SystemSerialNumber=W0000000001 "!<b>{$setting}</b> should be set to your generated system serial number. See the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#platforminfo>[PlatformInfo Docs]</a>":" <b>{$setting}</b> is set"
 SystemUUID=00000000-0000-0000-0000-000000000000 "!<b>{$setting}</b> should be set to your generated SmUUID. See the <a href=https://dortania.github.io/OpenCore-Install-Guide/config-laptop.plist/sandy-bridge#platforminfo>[PlatformInfo Docs]</a>":" <b>{$setting}</b> is set"
206 207 208

UEFI
 ConnectDrivers=yes
209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226
 Drivers==VBoxHfs.efi|HfsPlusLegacy.efi "$hfs={$value}; <b>{$value}</b>":"!Need either <b>VBoxHfs.efi</b> or <b>HfsPlusLegacy.efi</b> here"
 Drivers==VBoxHfs.efi|HfsPlusLegacy.efi|HfsPlus.efi "!<b>{$value}</b> you already have <b>{$hfs}</b>"
 Drivers==OpenRuntime.efi " <b>{$value}</b>":"!<b>OpenRuntime.efi</b> is missing"
 Drivers==FwRuntimeServices.efi "!<b>{$value}</b> has been replaced by OpenRuntime.efi as of OpenCore v0.5.7"
 Drivers==ApfsDriverLoader.efi "!<b>ApfsDriverLoader.efi</b> was merged into OpenCore under the UEFI/APFS section as of OpenCore v0.5.8"
 Drivers==OpenCore.efi "!<b>OpenCore.efi</b> should not be here!"
 Drivers==AppleUsbKbdxe.efi "!<b>{$value}</b> has been replaced by OpenUsbKbDxe.efi as of OpenCore v0.5.7"
 Drivers==CrScreenshotDxe.efi "!<b>{$value}</b> should not be here!"
 Drivers==HiiDatabase.efi "!<b>{$value}</b> should not be here!"
 Drivers==NvmExpressDxe.efi "!<b>{$value}</b> should not be here!"
 Drivers==OpenUsbKbDxe.efi "-<b>{$value}</b> Unless you are doing a legacy install, you don't need this"
 Drivers==Ps2KeyboardDxe.efi "-<b>{$value}</b> Unless you are using a PS2 keyboard, this should not be here!"
 Drivers==Ps2MouseDxe.efi "-<b>{$value}</b> Unless you are using a PS2 mouse/trackpad with OpenCanopy, this should not be here!"
 Drivers==UsbMouseDxe.efi "-<b>{$value}</b> Unless you are using a USB mouse/trackpad with OpenCanopy, this should not be here!"
 Drivers==XhciDxe.efi "!<b>{$value}</b> should not be here!"
 Drivers==VirtualSmc.efi "!<b>VirtualSmc.efi</b> was merged into OpenCore under the quirk <b>AppleSmcIo</b>!"
 Drivers==~^#.* "!<b>{$value}</b> remove the <b>#</b> if you want this to load otherwise remove entirely"
 Drivers==* " <b>{$value}</b>"
227 228 229

:APFS
 EnableJumpstart=yes
230
 GlobalConnect=no " <b>{$setting}</b> = <b>{$value}</b> If you have an HP motherboard and can't see APFS drives in OpenCore, please enable this":" <b>{$setting}</b> = <b>{$value}</b> Only required for HP motherboard that cannot see APFS drives in OpenCore"
231 232 233 234 235 236
 HideVerbose=yes
 JumpstartHotPlug=no
 MinDate=0
 MinVersion=0

:Audio
237 238 239 240 241 242 243
 AudioSupport~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 AudioDevice~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 AudioCodec~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 AudioOut~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 MinimumVolume~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 PlayChime~=.* " <b>{$setting}</b> = <b>{$value}</b>"
 VolumeAmplifier~=.* " <b>{$setting}</b> = <b>{$value}</b>"
244 245 246 247 248 249 250 251 252

:Input
 KeyFiltering=no
 KeyForgetThreshold=5
 KeyMergeThreshold=2
 KeySupport=yes
 KeySupportMode=Auto
 KeySwap=no
 PointerSupport=no
253
 PointerSupportMode~=.* " <b>{$setting}</b> = <b>{$value}</b>"
254 255 256 257 258 259 260 261 262 263 264 265 266 267
 TimerResolution=50000

:ProtocolOverrides
 count==18 :"!You should have exactly 18 settings in the UEFI/ProtocolOverrides section"
 AppleAudio=no
 AppleBootPolicy=no
 AppleDebugLog=no
 AppleEvent=no
 AppleFramebufferInfo=no
 AppleImageConversion=no
 AppleImg4Verification=no
 AppleKeyMap=no
 AppleRtcRam=no
 AppleSecureBoot=no
268
 AppleSmcIo=no " <b>{$setting}</b> = <b>{$value}</b> If you plan to use FileVault2, please enable this":" <b>{$setting}</b> = <b>{$value}</b> This is only required if you plan to use FileVault"
269 270 271
 AppleUserInterfaceTheme=no
 DataHub=no
 DeviceProperties=no
272 273
 FirmwareVolume=no " <b>{$setting}</b> = <b>{$value}</b> If you plan to use FileVault2, please enable this":" <b>{$setting}</b> = <b>{$value}</b> This is only required if you plan to use FileVault"
 HashServices=no " <b>{$setting}</b> = <b>{$value}</b> If you plan to use FileVault2, please enable this":" <b>{$setting}</b> = <b>{$value}</b> This is only required if you plan to use FileVault"
274 275
 OSInfo=no
 UnicodeCollation=no
276
 ConsoleControl~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See UEFI/TextRenderer"
277 278 279 280 281

:Output
 count==11 :"!You should have exactly 11 settings in the UEFI/Output section"
 TextRenderer=BuiltinGraphics
 ConsoleMode=""
282
 Resolution~=.* " <b>{$setting}</b> = <b>{$value}</b>"
283 284 285 286
 ClearScreenOnModeSwitch=no
 IgnoreTextInGraphics=no
 ProvideConsoleGop=yes
 DirectGopRendering=no
287
 DirectGopCacheMode~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.9"
288 289
 ReconnectOnResChange=no
 ReplaceTabWithSpace=no
290
 SanitiseClearScreen~=.* " <b>{$setting}</b> = <b>{$value}</b>"
291
 UgaPassThrough=no
292
 Scale~=.* "!<b>{$setting}</b> shouldn't be here"
293 294

:Quirks
295
 AvoidHighAlloc~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6"
296 297 298
 DeduplicateBootOrder=yes
 ExitBootServicesDelay=0
 IgnoreInvalidFlexRatio=yes
299 300 301
 ReconnectOnResChange~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See Output/${setting}"
 IgnoreTextInGraphics~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See Output/${setting}"
 ProvideConsoleGop~=yes "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See Output/${setting}"
302
 ReleaseUsbOwnership=yes
303
 RequestBootVarFallback~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.9"
304 305
 RequestBootVarRouting=yes
 TscSyncTimeout=0
306 307 308 309
 ReplaceTabWithSpace~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See Output/${setting}"
 SanitiseClearScreen~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See Output/${setting}"
 ClearScreenOnModeSwitch~=.* "!<b>{$setting}</b> was deprecated in OpenCore v0.5.6 - See Output/${setting}"
 UnblockFsConnect=no " <b>{$setting}</b> = <b>{$value}</b> If you have an HP system, please enable this"
310 311

:ReservedMemory