1
0
Fork 0
mirror of https://github.com/tylernguyen/x1c6-hackintosh.git synced 2025-02-05 09:33:13 -06:00

Setting AuthRestart to false to solve FileVault double authentication, see issue #24

This commit is contained in:
Tyler Nguyen 2020-03-31 13:39:11 -05:00
parent c8a5a10c02
commit c045855381
No known key found for this signature in database
GPG key ID: DB5B102B914991DA
2 changed files with 6 additions and 6 deletions

View file

@ -1476,7 +1476,7 @@
<key>AllowSetDefault</key> <key>AllowSetDefault</key>
<true/> <true/>
<key>AuthRestart</key> <key>AuthRestart</key>
<true/> <false/>
<key>ExposeSensitiveData</key> <key>ExposeSensitiveData</key>
<integer>6</integer> <integer>6</integer>
<key>HaltLevel</key> <key>HaltLevel</key>

View file

@ -55,11 +55,11 @@ Xcode works fine, but I prefer [PlistEdit Pro](https://www.fatcatsoftware.com/p
Explore links included this README, especially those in references and other x1c6-hackintosh repos. Explore links included this README, especially those in references and other x1c6-hackintosh repos.
Once you are ready, follow the series of README files included `docs/`. Once you are ready, follow the series of README files included `docs/`.
**1_README-HARDWAREandBIOS**: Requirements before starting. [**1_README-HARDWAREandBIOS**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/1_README-HARDWAREandBIOS.md): Requirements before starting.
**2_README-installMEDIA**: Creating the macOS install drive. [**2_README-installMEDIA**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/2_README-installMEDIA.md): Creating the macOS install drive.
**3_README-POSTinstallation**: Settings and tweaks post installation. [**3_README-POSTinstallation**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/3_README-POSTinstallation.md): Settings and tweaks post installation.
**4_README-ACPIpatching**: The hardest and most time consuming part, patching the system ACPI table for battery status, brightness, sleep, thunderbolt, thunderbolt hotplugging, etc... [**4_README-ACPIpatching**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/4_README-ACPIpatching.md): The hardest and most time consuming part, patching the system ACPI table for battery status, brightness, sleep, thunderbolt, thunderbolt hotplugging, etc...
**5_README-other.md**: for other notices [**5_README-other.md**](https://github.com/tylernguyen/x1c6-hackintosh/blob/master/docs/5_README-other.md): for other notices
* While you can plug-and-play most of my hotpatches if you have an x1c6, I still suggest that you dump and disassemble your own DSDT. This is imprortant as your DSDT maybe different from mine. And furthermore, you get to learn more about what's actually going on. * While you can plug-and-play most of my hotpatches if you have an x1c6, I still suggest that you dump and disassemble your own DSDT. This is imprortant as your DSDT maybe different from mine. And furthermore, you get to learn more about what's actually going on.