Guest Posted February 17, 2016 Share Posted February 17, 2016 Hi, First posting. Excuse me if wrong Forum. I was getting full Audio capability working on my rig. I had HDMI audio working and then attempted to get native Realtek ALC889 to work. On completing the last config.plist change now my rig only boots to GUI if I select the Clover pull-down option of BOOT without KEXT Injection. I backed out the changes in the config.plist made for audio, HDMI and Realtek, but I still have the same problem, only boot option that works is without Kext Injection. Single User Mode doesn't boot, Ignore Caches doesn't boot. I have tried carefully to backout all my changes but even using the Clover Configurator I can't figure out how to get default boot to work. Here is my rig: Z68X-UD3H-B3, i5, 8GB, 10.10.5, Clover Version r3346. <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <true/> <key>Name</key> <string>DSDT.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>Generate</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>kext-dev-mode=1</string> <key>Debug</key> <false/> <key>DefaultLoader</key> <string>boot.efi</string> <key>DefaultVolume</key> <string>LastBootedVolume</string> <key>Secure</key> <false/> <key>Timeout</key> <integer>7</integer> <key>XMPDetection</key> <false/> </dict> <key>CPU</key> <dict> <key>FrequencyMHz</key> <integer>4200</integer> </dict> <key>Devices</key> <dict> <key>Audio</key> <dict> <key>Inject</key> <string>3</string> </dict> <key>FakeID</key> <dict> <key>ATI</key> <string>0x0</string> <key>IMEI</key> <string>0x0</string> <key>IntelGFX</key> <string>0x0</string> <key>LAN</key> <string>0x0</string> <key>NVidia</key> <string>0x0</string> <key>SATA</key> <string>0x0</string> <key>WIFI</key> <string>0x0</string> <key>XHCI</key> <string>0x0</string> </dict> <key>USB</key> <dict> <key>AddClockID</key> <true/> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>DisableDrivers</key> <array> <string>Nothing</string> </array> <key>GUI</key> <dict> <key>Hide</key> <array> <string>Windows</string> <string>\EFI\BOOT\BOOTX64.EFI</string> </array> <key>Language</key> <string>en:0</string> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <true/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <true/> <key>ScreenResolution</key> <string>1920x1080</string> <key>Theme</key> <string>bootcamp</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>ATI</key> <false/> <key>Intel</key> <false/> <key>NVidia</key> <false/> </dict> <key>NvidiaSingle</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <false/> <key>Debug</key> <false/> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <true/> </dict> <key>RtVariables</key> <dict> <!-- REMOVED --> </dict> <key>SMBIOS</key> <dict> <!-- REMOVED --> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> <!-- IS THIS THE DEFAULT ?? SHOULD I CHANGE THIS ?? --> <key>InjectSystemID</key> <true/> </dict> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/310952-clover-boots-only-with-no-kext-injection-option/ Share on other sites More sharing options...
Recommended Posts