ameenjuz Posted September 15, 2019 Share Posted September 15, 2019 On 8/11/2019 at 11:21 PM, Sniki said: @vit9696 Thanks for all the suggestions and help into the issues we discussed. You were correct !, For now TgtBridge function may not be needed as thanks to @ben9923 solution after analysing my DSDT, we dropped the old way of patching the TPD0 device with a better and simpler solution thanks to the template/idea of your SSDT-AWAC.dsl on ACPI Samples. Previously i had to patch TPD0 _CRS to XCRS and TPD0 _DSM to XDSM and add the patched code into a SSDT which we required the TgtBridge to specify which "device" CRS and DSM method to rename. Now we removed all Renames needed for Touchpad from config.plist and simply use this SSDT based on your SSDT-AWAC.dsl template: // Touchpad fix for Lenovo V330-15IKB DefinitionBlock ("", "SSDT", 2, "V330", "_TPD0", 0) { External (SDM0, IntObj) Scope (_SB) { Method (_INI, 0, NotSerialized) // _INI: Initialize { If (_OSI ("Darwin")) { SDM0 = Zero } } } } And TouchPad now works like charm. About the InfoPlistPatch to disable AppleI2C kext from loading, i first solved the problem by blocking the kext from loading with OpenCore config.plist/Kernel/Block and by listing com.apple.driver.AppleIntelLpssI2C However after @ben9923 told that he found the solution to load VoodooI2C without disabling the AppleIntelI2C kext with your help by just adding: <key>OSBundleRequired</key> <string>Root</string> Into VoodooI2C.kext, Plugins and Satellite kexts, VoodooI2C kexts work excellent on OpenCore. Thanks a lot to all of you. Now my Lenovo V330-15IKB works perfect. Laptops should not be a problem anymore and can use Open Core as default Bootloader. I will soon start working on the project i mentioned on the Sep. Release schedule on Bugtracker which i think should make it easier for everyone else to have laptop templates for each generation. Sincerely, Sniki Hi Sniki please provide me your EFI Folder because I have a same Elan touchpad I have also problem VoodoI2C with OpenCore boot loader 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690097 Share on other sites More sharing options...
iGPU Posted September 15, 2019 Share Posted September 15, 2019 (edited) On 9/13/2019 at 4:48 PM, anmool said: I have no backlight or brightness slider on macOS Mojave 10.14.6 with OpenCore 0.5.1 anyone can tell me what is problem I'm not sure if this is what you mean, but this app, MonitorControl, can provide brightness adjustments using the F1/F2 keys, and doesn't require any config.plist entries to work: https://github.com/the0neyouseek/MonitorControl/releases Edited September 15, 2019 by iGPU Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690105 Share on other sites More sharing options...
ameenjuz Posted September 15, 2019 Share Posted September 15, 2019 thanks for replying worked with SSDT-PNLF I have a another problem with touchpad when I put this line Return (ConcatenateResTemplate (SBFB, SBFG)) into DSDT TO _CRS METHOD then touchpad worked perfectly if I remove this line Return (ConcatenateResTemplate (SBFB, SBFG)) from _CRS METHOD my touchpad won't work how to make a SSDT-I2C.aml for OpenCore bootloader my touchpad is working fine with clover boot loader but in OpenCore no luck I attached screenshot DSDT.aml Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690114 Share on other sites More sharing options...
obus Posted September 15, 2019 Share Posted September 15, 2019 (edited) 7 hours ago, rtwick said: Hi, trying out opencore. I have configured an usb following the Vanilla desktop Guide from https://khronokernel-2.gitbook.io/opencore-vanilla-desktop-guide/ I can go into OC menu and select my OS item but it just stops after "Prelinked status - Success". Keyboard also stops working. My config: Gigabyte Z270X-UD5, I7700K, with an NVME , two ssd and a hdd running Catalina beta 8 (build 19A558d). It works perfectly fine with Clover. To remove any messed up prelinked kexts, I installed catalina beta on a freshly formatted ssd and it boots fine via Clover. However, it also shows the same behavior under OC. Attached is a screen shot of where it is stopping, OC log and my config.plist. I'm definitely missing something here but after spending the whole day reading the whole 71 pages still couldn't figure it out. Any pointer? Thanks -R'twick Hi @rtwick Try this EFI as is. You need to fill in all fields in PlatformInfo -> Generic This EFI works on my Z270X-UD5. I'am using FakeSMC instead of VirtualSMC because FakeSMC works better with iStat. EFI_Z270X UD5_oc_FakeSMC.zip Edited September 15, 2019 by obus Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690126 Share on other sites More sharing options...
rtwick Posted September 15, 2019 Share Posted September 15, 2019 13 hours ago, obus said: Hi @rtwick Try this EFI as is. You need to fill in all fields in PlatformInfo -> Generic This EFI works on my Z270X-UD5. I'am using FakeSMC instead of VirtualSMC because FakeSMC works better with iStat. EFI_Z270X UD5_oc_FakeSMC.zip Thanks opus. This worked to boot my box into the fresh install. Existing install gives KP in intel graphics. Probably I have lots of old junk already there. I'll keep looking into it. One thing I did was to change the ig-platform-id as I use a RX560 card. Couple of issues so far: Tried to change the Z270-XHCI.kext to match my USB port needs. I see a strange issue here. I have set HS03 and SSP3 to their proper port id (03 and 13 respectively). However, upon boot, I see them using port 2 and 12 which doesn't make sense to me. Other one's that I changed are working fine. While booting, I see a much wide apple logo but after a while it goes back to normal size. Any thing I can change to make it look normal from beginning? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690177 Share on other sites More sharing options...
rtwick Posted September 15, 2019 Share Posted September 15, 2019 32 minutes ago, rtwick said: Tried to change the Z270-XHCI.kext to match my USB port needs. I see a strange issue here. I have set HS03 and SSP3 to their proper port id (03 and 13 respectively). However, upon boot, I see them using port 2 and 12 which doesn't make sense to me. Other one's that I changed are working fine. After a cache rebuild, it's all good now. 32 minutes ago, rtwick said: While booting, I see a much wide apple logo but after a while it goes back to normal size. Any thing I can change to make it look normal from beginning? Sleep/wake, Bluetooth, Wifi, ethernet, DP Sound all working. Just the annoying boot logo left to tackle. Thanks for your help. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690181 Share on other sites More sharing options...
obus Posted September 16, 2019 Share Posted September 16, 2019 (edited) 8 hours ago, rtwick said: After a cache rebuild, it's all good now. Sleep/wake, Bluetooth, Wifi, ethernet, DP Sound all working. Just the annoying boot logo left to tackle. Thanks for your help. Ok. So you are using the Kabylake CPU with HD 630 on your rig. Then you have to change ig platform to <03001259> (The RX560 should work OOB together with Lilu and WhatEverGreen as I understand it) My config.plist was with the Skylake HD 530. The boot logo is a known problem. I have the same problem on booth my Z270 and C422 rig. It has been discussed here a while ago. https://www.insanelymac.com/forum/topic/338516-opencore-discussion/?page=61 Hope somebody can find a solution soon. Edited September 16, 2019 by obus Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690207 Share on other sites More sharing options...
rtwick Posted September 16, 2019 Share Posted September 16, 2019 8 hours ago, obus said: Ok. So you are using the Kabylake CPU with HD 630 on your rig. Then you have to change ig platform to <03001259> (The RX560 should work OOB together with Lilu and WhatEverGreen as I understand it) My config.plist was with the Skylake HD 530. The boot logo is a known problem. I have the same problem on booth my Z270 and C422 rig. It has been discussed here a while ago. https://www.insanelymac.com/forum/topic/338516-opencore-discussion/?page=61 Hope somebody can find a solution soon. Yes that’s the one I used for ig-platform-id. everything works good so far. one minor thing I noticed is that when it wakes, i get the password promp, after password is entered, it shows desktop for a sec or two and then screen goes blank for few seconds along with audio disconnect. It then comes back and all works fine. Don’t have this issue with clover. i can live with the wide logo. Not a big deal. now onto disabling UsePicker and disable scanning all partitions(Only nvme and ssd need to be included). Then oc will be permanent. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690303 Share on other sites More sharing options...
aben Posted September 16, 2019 Share Posted September 16, 2019 Hi, is there any method to hide just this pre boot text pop that shows for a couple of seconds before booting through nicely with the Apple logo ? Thanks and happy testing everyone ! Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690320 Share on other sites More sharing options...
vandroiy2012 Posted September 17, 2019 Share Posted September 17, 2019 15 hours ago, aben92 said: Hi, is there any method to hide just this pre boot text pop that shows for a couple of seconds before booting through nicely with the Apple logo ? Thanks and happy testing everyone ! Clean up your config.plist. Consult with Sample.plist Read configuration.pdf 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690411 Share on other sites More sharing options...
telepati Posted September 17, 2019 Share Posted September 17, 2019 I need help with SMBIOS. I am trying to add my clover SMBIOS to OC but I stuck a couple of values. (BiosVersion, EfiVersion, PlatformFeature) My SMBIOS is iMac 19,1 In OC BiosVersion must look like that; (220.260.170.0.0) I read that but I don't get how can I turn the above values to for OC. Can I use EfiVersion for BiosVersion? 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690436 Share on other sites More sharing options...
Matgen84 Posted September 17, 2019 Share Posted September 17, 2019 1 hour ago, telepati said: I need help with SMBIOS. I am trying to add my clover SMBIOS to OC but I stuck a couple of values. (BiosVersion, EfiVersion, PlatformFeature) My SMBIOS is iMac 19,1 In OC BiosVersion must look like that; (220.260.170.0.0) I read that but I don't get how can I turn the above values to for OC. Can I use EfiVersion for BiosVersion? Take a look into Configuration docs (37-39 pages) and SampleFull.plist 1 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690442 Share on other sites More sharing options...
ckegman Posted September 17, 2019 Share Posted September 17, 2019 nobody reads anymore 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690451 Share on other sites More sharing options...
telepati Posted September 17, 2019 Share Posted September 17, 2019 (edited) 6 hours ago, Matgen84 said: Take a look into Configuration docs (37-39 pages) and SampleFull.plist Thanks but I already said I read them and don't understand and it doesn't show how to reach a new type of firmware. It says described in BiosID.h files but I didn't find this file. Edit: I found a tool inside of Acidanthera GitHub page and create with it. But I have a different problem. I cant see my windows drive on OC boot screen. There are just two options. 1.Mojave 2. Recovery no windows. Why cant I see my windows drive? Edited September 17, 2019 by telepati 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690452 Share on other sites More sharing options...
aben Posted September 17, 2019 Share Posted September 17, 2019 6 hours ago, vandroiy2012 said: Clean up your config.plist. Consult with Sample.plist Read configuration.pdf Hi thanks for the tip but I should have mentioned that I created my OpenCore full-sample.plist from scratch fully consulting the configuration.pdf provided and have successfully built a perfectly booting Catalina (DP8) system on my Dell Inspiron Skylake model with everything functioning perfect on the OC bootloader ! its just that I've been trying to clean up and create a super clean vanilla like booting experience like with my Clover bootloader config, tried all possible config settings related to Console controls and text input provided in the configuration pdf but just this particular pre boot pop up text doesn't seem to hide away from a perfectly clean boot up experience, maybe if someone could take a look at my config.plist and maybe find out if there's something that I need to remove, modify or clean to hide this console related text would be greatly appreciated, thanks and happy testing config.plist Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690454 Share on other sites More sharing options...
Ellybz Posted September 17, 2019 Share Posted September 17, 2019 2 hours ago, aben92 said: Hi thanks for the tip but I should have mentioned that I created my OpenCore full-sample.plist from scratch fully consulting the configuration.pdf provided and have successfully built a perfectly booting Catalina (DP8) system on my Dell Inspiron Skylake model with everything functioning perfect on the OC bootloader ! its just that I've been trying to clean up and create a super clean vanilla like booting experience like with my Clover bootloader config, tried all possible config settings related to Console controls and text input provided in the configuration pdf but just this particular pre boot pop up text doesn't seem to hide away from a perfectly clean boot up experience, maybe if someone could take a look at my config.plist and maybe find out if there's something that I need to remove, modify or clean to hide this console related text would be greatly appreciated, thanks and happy testing config.plist Without looking at your config, I can tell you this: - ACPI>Quirks>resetLogoStatus should be written :ResetLogoStatus - UEFI>ProvideConsoleControl needs to be removed, as it was removed from previous versions of OC. Thanks to @Pavo for pointing these out to me in the past. 1 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690472 Share on other sites More sharing options...
Adyjay Posted September 17, 2019 Share Posted September 17, 2019 (edited) Hey guys, I managed to set up OpenCore 0.5.0 up to a point where the booting process hangs. I've attached my EFI folder, it contains 2 configs, the current one in which I removed DeviceProperties and some other things, and the copy which was more complete but none of them worked to complete the boot process. I've also attached what's on the screen when it hangs. Specs: i7 4770K Gigabyte GA-H87-D3H Gigabyte GTX 1060 EFI.zip Edited September 17, 2019 by Adyjay Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690486 Share on other sites More sharing options...
telepati Posted September 17, 2019 Share Posted September 17, 2019 (edited) I am getting these boot log before the OC boot screen. What is this and how can I fix that? Edited September 17, 2019 by telepati Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690493 Share on other sites More sharing options...
ameenjuz Posted September 17, 2019 Share Posted September 17, 2019 1 hour ago, telepati said: I am getting these boot log before the OC boot screen. What is this and how can I fix that? I have same boot log too before the OC boot screen I hope that anyone can tell about this log Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690495 Share on other sites More sharing options...
tacoeater Posted September 18, 2019 Share Posted September 18, 2019 (edited) [Resolved] This is MSR register asynchronicity issue particularly noticable on Gigabyte 100/200 series motherboard. Toggle AppleCpuPmCfgLock and AppleXcpmCfgLock will resolve this issue. Hi there. I'm switching from Clover to OpenCore 0.5.1 on Skylake platform (Gigabyte H170N-Wifi) and is now stuck in "End Randomseed". I was thinking it might be the APTIOMemoryFix thing but I've found out it has been merged in AppleSupportPkg, and as long as I have ConsoleControl enabled it should be fine. I've checking the reference manual for days but still cannot figure out what's going on. Being desperate I'd like to kindly ask for advice, with the only boot message, my EFI folder tree and my config.plist (following the vanilla guide, Skylake section). Thanks. Edited September 18, 2019 by tacoeater Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690499 Share on other sites More sharing options...
rtwick Posted September 18, 2019 Share Posted September 18, 2019 New problem didn't use the system for whole day. When I tried to wake it from sleep found it is hung. After a hard reboot found this in the crash report regarding AppleUSBXHCI. any pointer how to fix it? Attached is ioreg and config.plist panic(cpu 0 caller 0xffffff800baa33dc): Sleep transition timed out after 180 seconds while entering darkwake on way to sleep. Suspected bundle: com.apple.driver.usb.AppleUSBXHCI. Thread 0x6c4a2. Failure code:: 0xf13e0f43 00000031 Backtracing specified thread Backtrace (CPU 0), Frame : Return Address 0xffffffa3e3feb900 : 0xffffff800b465b28 0xffffff83c3d0bb70 : 0xffffff800b363514 0xffffff83c3d0bbe0 : 0xffffff800b361cff 0xffffff83c3d0bc30 : 0xffffff800b3529f0 0xffffff83c3d0bc70 : 0xffffff800ba419fc 0xffffff83c3d0bcb0 : 0xffffff800ba42edb 0xffffff83c3d0bce0 : 0xffffff7f8be017f3 0xffffff83c3d0bd70 : 0xffffff800ba44838 0xffffff83c3d0bdd0 : 0xffffff7f8e8b6b0f 0xffffff83c3d0be00 : 0xffffff800ba29f3b 0xffffff83c3d0bea0 : 0xffffff800ba29934 0xffffff83c3d0bec0 : 0xffffff800b3833b5 0xffffff83c3d0bf40 : 0xffffff800b382ee1 0xffffff83c3d0bfa0 : 0xffffff800b2e813e Kernel Extensions in backtrace: com.apple.iokit.IOUSBHostFamily(1.2)[F46B3AE6-8B93-3942-9230-C7ABF38BF6FD]@0xffffff7f8bddf000->0xffffff7f8bed7fff dependency: com.apple.driver.AppleBusPowerController(1.0)[330A7F5E-DEFE-3049-A0F1-BD668BB49EEF]@0xffffff7f8bdc5000 dependency: com.apple.driver.AppleUSBHostMergeProperties(1.2)[996EDB57-9C63-3650-8A00-556A162FA608]@0xffffff7f8bdcd000 dependency: com.apple.driver.usb.AppleUSBCommon(1.0)[303167EB-D69E-39A2-9F29-36909BAA4C49]@0xffffff7f8bdd1000 com.apple.driver.usb.AppleUSBXHCI(1.2)[EDADB85D-E1AD-3E5E-8486-D9E4385585D7]@0xffffff7f8e883000->0xffffff7f8e8dafff dependency: com.apple.iokit.IOACPIFamily(1.4)[69BFC9C0-F2F3-3C97-AEF4-41DDD9834BCB]@0xffffff7f8bd06000 dependency: com.apple.iokit.IOUSBHostFamily(1.2)[F46B3AE6-8B93-3942-9230-C7ABF38BF6FD]@0xffffff7f8bddf000 dependency: com.apple.driver.usb.AppleUSBCommon(1.0)[303167EB-D69E-39A2-9F29-36909BAA4C49]@0xffffff7f8bdd1000 BSD process name corresponding to current thread: kernel_task Boot args: -keepsyms=1 dart=0 debug=0x100 iMac.ioreg config.plist Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690501 Share on other sites More sharing options...
Matgen84 Posted September 18, 2019 Share Posted September 18, 2019 12 hours ago, telepati said: Thanks but I already said I read them and don't understand and it doesn't show how to reach a new type of firmware. It says described in BiosID.h files but I didn't find this file. Edit: I found a tool inside of Acidanthera GitHub page and create with it. But I have a different problem. I cant see my windows drive on OC boot screen. There are just two options. 1.Mojave 2. Recovery no windows. Why cant I see my windows drive? What is the name of the tool you have found. I'm interesting. Please. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690508 Share on other sites More sharing options...
obus Posted September 18, 2019 Share Posted September 18, 2019 (edited) 5 hours ago, rtwick said: New problem didn't use the system for whole day. When I tried to wake it from sleep found it is hung. After a hard reboot found this in the crash report regarding AppleUSBXHCI. any pointer how to fix it? Attached is ioreg and config.plist panic(cpu 0 caller 0xffffff800baa33dc): Sleep transition timed out after 180 seconds while entering darkwake on way to sleep. Suspected bundle: com.apple.driver.usb.AppleUSBXHCI. Thread 0x6c4a2. Failure code:: 0xf13e0f43 00000031 Backtracing specified thread Backtrace (CPU 0), Frame : Return Address 0xffffffa3e3feb900 : 0xffffff800b465b28 0xffffff83c3d0bb70 : 0xffffff800b363514 0xffffff83c3d0bbe0 : 0xffffff800b361cff 0xffffff83c3d0bc30 : 0xffffff800b3529f0 0xffffff83c3d0bc70 : 0xffffff800ba419fc 0xffffff83c3d0bcb0 : 0xffffff800ba42edb 0xffffff83c3d0bce0 : 0xffffff7f8be017f3 0xffffff83c3d0bd70 : 0xffffff800ba44838 0xffffff83c3d0bdd0 : 0xffffff7f8e8b6b0f 0xffffff83c3d0be00 : 0xffffff800ba29f3b 0xffffff83c3d0bea0 : 0xffffff800ba29934 0xffffff83c3d0bec0 : 0xffffff800b3833b5 0xffffff83c3d0bf40 : 0xffffff800b382ee1 0xffffff83c3d0bfa0 : 0xffffff800b2e813e Kernel Extensions in backtrace: com.apple.iokit.IOUSBHostFamily(1.2)[F46B3AE6-8B93-3942-9230-C7ABF38BF6FD]@0xffffff7f8bddf000->0xffffff7f8bed7fff dependency: com.apple.driver.AppleBusPowerController(1.0)[330A7F5E-DEFE-3049-A0F1-BD668BB49EEF]@0xffffff7f8bdc5000 dependency: com.apple.driver.AppleUSBHostMergeProperties(1.2)[996EDB57-9C63-3650-8A00-556A162FA608]@0xffffff7f8bdcd000 dependency: com.apple.driver.usb.AppleUSBCommon(1.0)[303167EB-D69E-39A2-9F29-36909BAA4C49]@0xffffff7f8bdd1000 com.apple.driver.usb.AppleUSBXHCI(1.2)[EDADB85D-E1AD-3E5E-8486-D9E4385585D7]@0xffffff7f8e883000->0xffffff7f8e8dafff dependency: com.apple.iokit.IOACPIFamily(1.4)[69BFC9C0-F2F3-3C97-AEF4-41DDD9834BCB]@0xffffff7f8bd06000 dependency: com.apple.iokit.IOUSBHostFamily(1.2)[F46B3AE6-8B93-3942-9230-C7ABF38BF6FD]@0xffffff7f8bddf000 dependency: com.apple.driver.usb.AppleUSBCommon(1.0)[303167EB-D69E-39A2-9F29-36909BAA4C49]@0xffffff7f8bdd1000 BSD process name corresponding to current thread: kernel_task Boot args: -keepsyms=1 dart=0 debug=0x100 iMac.ioreg config.plist Why are you using XhciPortLimit-patch when you already have the Z270-XHCI.kext? Don't change anything in the config.plist I provided you earlier. XhciPortLimit -> NO. And then you should update to 0.5.0 Edited September 18, 2019 by obus Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690520 Share on other sites More sharing options...
vandroiy2012 Posted September 18, 2019 Share Posted September 18, 2019 9 hours ago, telepati said: I am getting these boot log before the OC boot screen. What is this and how can I fix that? 8 hours ago, anmool said: I have same boot log too before the OC boot screen I hope that anyone can tell about this log Guys! Cleanup your config.plist according to latest Sample.plist and configuration.pdf!!!! IgnoreForWindows is deprecated!!! ResetLogoStatus should be with big R ProvideConsoleControl is also deprecated!!! Why does nobody read manuals??? 6 1 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690521 Share on other sites More sharing options...
Ellybz Posted September 18, 2019 Share Posted September 18, 2019 (edited) 59 minutes ago, vandroiy2012 said: Guys! Cleanup your config.plist according to latest Sample.plist and configuration.pdf!!!! IgnoreForWindows is deprecated!!! ResetLogoStatus should be with big R ProvideConsoleControl is also deprecated!!! Why does nobody read manuals??? Nobody read this thread either, I posted the solution in the last page, just 5 hrs before they ask again about it. Edited September 18, 2019 by Ellybz 1 3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/70/#findComment-2690526 Share on other sites More sharing options...
Recommended Posts