ameenjuz Posted October 11, 2019 Share Posted October 11, 2019 10 hours ago, tmbt said: Thanks Pavo for the answer. I saw some examples like the one you've posted here but one thing is too see an example and another is to adapt that example to your need if you don't know how ACPI works. Just to give you an idea : I've an ACPI patch to rename _CRS method for my touchpad so i can return what VoodooI2C wants. Attached you will find a screenshot of 2 patchs i'm using in OpenCore to rename _CRS and SBFG for my touchpad and here is the SSDT i've created to integrate the patches : DefinitionBlock ("", "SSDT", 2, "hack", "TPD0", 0x00000000) { External (_SB_.PCI0.GPI0, DeviceObj) // (from opcode) External (_SB_.PCI0.I2C0.TPD0, DeviceObj) // (from opcode) External (_SB_.PCI0.I2C0.TPD0.SBFB, FieldUnitObj) // (from opcode) External (_SB_.PCI0.I2C0.TPD0.SBFI, FieldUnitObj) // (from opcode) Scope (_SB.PCI0.I2C0.TPD0) { Name (SBFG, ResourceTemplate () { GpioInt (Level, ActiveLow, ExclusiveAndWake, PullDefault, 0x0000, "\\_SB.PCI0.GPI0", 0x00, ResourceConsumer, , ) { // Pin list 0x0000 } }) Method (_CRS, 0, NotSerialized) // _CRS: Current Resource Settings { Return (ConcatenateResTemplate (SBFB, SBFG)) } } Scope (_SB.PCI0.GPI0) { Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } } Is there a way to do this only with SSDT ? Thanks Mattia I got my VoodooI2C trackpad to work on OpenCore using Skip Count feature you can count manually _CRS METHOD in DSDT and count _CRS METHOD without comment for example my _CRS Method 26 I put 26 skip and 1 count if didn't work after reboot then check your System DSDT find XCRS where is apply, Sorry for my poor English if you didn't understand contact this https://olarila.com/forum/viewtopic.php?f=46&t=8087&sid=b9b492a8d81fa14154584686fad19813&start=420 I appreciate to help of Onemanosx Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693098 Share on other sites More sharing options...
HBP Posted October 11, 2019 Share Posted October 11, 2019 5 minutes ago, nagha said: Hello - I've tried building an OC 0.5.1 EFI using the guide for Skylake. My build is a GA z170m-d3h/Intel 6700K/Intel RX 570. I appreciate any insight as to what's wrong with the config.plist. The computer freezes after choosing the Hack volume for booting. It doesn't transition to any sort of loading of MacOS. Thanks. config-sanitized.plist looks like you are having the same issue I am/was having. I don't know which is worse the not do anything at all, or the unable to Alloc Error. I have had both. if you look at the last 2 -3 pages in this forum topic Pavo and others have given me pointers, but I am still stuck with a non-booting Z390. yes I know you have a Z170, but the symptoms are almost identical. HBP Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693099 Share on other sites More sharing options...
wern apfel Posted October 11, 2019 Share Posted October 11, 2019 To the Acidanthera team. I updated from OC 0.0.3 (where the trackpad.kext could not be loaded with a note that the Info.plist is missing) to OC 0.5.2 where VirtualSMC and Lilu are not loading due to a missing Info.plist. The path is correct. On startup, there is an error "NVRAM is full, cannot log!" Could that be the issue? The NVRAM works so far. It's an SandyBridge Laptop, the log is attached. If necessary, I give you more infos. OC_0.5.2.log.rtf.zip OC_NVRAM.zip Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693167 Share on other sites More sharing options...
justin Posted October 11, 2019 Share Posted October 11, 2019 Hi Guys Are you able to boot into Safe Mode (bootargs -x ) on Catalina 10.15? I got a black screen on the second stage, but im able to ssh into my hack, and i did some debug, logs showed here : https://github.com/acidanthera/bugtracker/issues/507#event-2702187778 Anyone with same issue? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693173 Share on other sites More sharing options...
kjp4756 Posted October 11, 2019 Share Posted October 11, 2019 (edited) On 10/11/2019 at 10:00 AM, justin said: Hi Guys Are you able to boot into Safe Mode (bootargs -x ) on Catalina 10.15? I got a black screen on the second stage, but im able to ssh into my hack, and i did some debug, logs showed here : https://github.com/acidanthera/bugtracker/issues/507#event-2702187778 Anyone with same issue? I just tested this and I get the same issue. Not a big deal for me though as I can't remember the last time I've needed safe boot in the last 10 years. EDIT: I think it's an issue with AMD cards. No issues if I remove my RX 580 and use onboard intel. It's either an issue with macOS itself or some glitch in whatevergreen. Edited October 12, 2019 by kjp4756 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693207 Share on other sites More sharing options...
ic005k Posted October 12, 2019 Share Posted October 12, 2019 Booting from win10 via OC to macos will cause the keyboard to be invalid. But restarting the keyboard is normal again, I am using VoodooPS2Controller.kext v2.0.4. What is the reason for this? Thank you! Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693239 Share on other sites More sharing options...
jsl2000 Posted October 12, 2019 Share Posted October 12, 2019 Booting with OC 0.5.0 in Ryzen 1700X hackintosh got KP as shown here My config.plist was attached How to fix it ? config.plist Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693241 Share on other sites More sharing options...
mhaeuser Posted October 12, 2019 Share Posted October 12, 2019 @ic005k It is not (directly(?)) related to OpenCore @jsl2000 Please upload your prelinkedkernel and OC folder Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693258 Share on other sites More sharing options...
jsl2000 Posted October 12, 2019 Share Posted October 12, 2019 (edited) 1 hour ago, Download-Fritz said: @ic005k It is not (directly(?)) related to OpenCore @jsl2000 Please upload your prelinkedkernel and OC folder Here are them: The size of prelikedkernel.zip is > 10 MB which is not allowed to upload. So use the link of Google Driver https://drive.google.com/file/d/1wBPm4B_j9OJfY8wTnaGbDVylOEmq4MIm/view?usp=sharing OC.zip Edited October 12, 2019 by jsl2000 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693266 Share on other sites More sharing options...
mhaeuser Posted October 12, 2019 Share Posted October 12, 2019 (edited) @jsl2000 your prelinkedkernel is borked, rebuild it EDIT: Sorry, incorrect, will try to investigate Edited October 12, 2019 by Download-Fritz 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693269 Share on other sites More sharing options...
jsl2000 Posted October 12, 2019 Share Posted October 12, 2019 6 minutes ago, Download-Fritz said: @jsl2000 your prelinkedkernel is borked, rebuild it EDIT: Sorry, incorrect, will try to investigate Thanks for your prompt reply and waiting for your kind help again ! Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693270 Share on other sites More sharing options...
mhaeuser Posted October 12, 2019 Share Posted October 12, 2019 @jsl2000 You don't declare ExecutablePath for VoodooTSCSyncAMD-8-Core.kext 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693276 Share on other sites More sharing options...
jsl2000 Posted October 12, 2019 Share Posted October 12, 2019 (edited) 2 hours ago, Download-Fritz said: @jsl2000 You don't declare ExecutablePath for VoodooTSCSyncAMD-8-Core.kext After correcting it I got another KP as shown here: New OC.zip was attached too for your reference. May I use FakeSMC instead of VirtualSMC which always got KP when I bootede with Clover & OpenCore ? OC.zip Edited October 12, 2019 by jsl2000 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693284 Share on other sites More sharing options...
mhaeuser Posted October 12, 2019 Share Posted October 12, 2019 @jsl2000 That is not a KP and has nothing to do with OC, please research that error and if unsuccessful ask in the VSMC thread 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693302 Share on other sites More sharing options...
bittantone Posted October 12, 2019 Share Posted October 12, 2019 Here I am again, asking for advices. I've been trying to replace "ShowPicker" with "Default" in the OC configuration, because I'd like to get a vanilla experience. In particular, I'd like to start MacOS by default, occasionally switching to Windows through the startup utility. As far as I understand, the option "Default" should do the trick. Unfortunately, it is not working. I select "Macintosh HD" from the startup utility, but when I reboot the following error pops up: OCS: No schema for Default at 3 index! Any input? config.plist opencorelog.txt Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693376 Share on other sites More sharing options...
jsl2000 Posted October 13, 2019 Share Posted October 13, 2019 (edited) On 10/12/2019 at 9:37 PM, Download-Fritz said: @jsl2000 That is not a KP and has nothing to do with OC, please research that error and if unsuccessful ask in the VSMC thread In Z87 hackintosh booting OpenCore 0.5.1 got a different frozen as shown here How to fix it with my OpenCore folder attached here too: OC.zip [Solved] Removal of AMD RX-580 GPU it can work on Intel HD 4600 alone now ! Edited October 16, 2019 by jsl2000 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693385 Share on other sites More sharing options...
xXiGeniusXx Posted October 13, 2019 Share Posted October 13, 2019 I've been trying to migrate to OpenCore from Clover, but no matter what configuration changes I make it freezes on "Boot Menu"! Odd thing is no log is printed to the screen, although I managed to get a text log output by installing the debug version. The log and the OC EFI folder is attached. Any help is appreciated. Thanks in advance. OC.zip Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693403 Share on other sites More sharing options...
mhaeuser Posted October 13, 2019 Share Posted October 13, 2019 (edited) @xXiGeniusXx The log clearly indicates boot.efi calls ExitBootServices(), but its usual output is missing. Please refer to the manual about ConsoleControl configuration and the ProvideConsoleGop quirk. Boot verbose Edited October 13, 2019 by Download-Fritz 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693412 Share on other sites More sharing options...
ameenjuz Posted October 13, 2019 Share Posted October 13, 2019 53 minutes ago, Download-Fritz said: @xXiGeniusXx The log clearly indicates boot.efi calls ExitBootServices(), but its usual output is missing. Please refer to the manual about ConsoleControl configuration and the ProvideConsoleGop quirk. Boot verbose I couldn't boot my windows 10 partition from a same drive and how to add and find path entries for windows 10 I attached my OC EFI.zip Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693418 Share on other sites More sharing options...
Andrey1970 Posted October 13, 2019 Share Posted October 13, 2019 1 hour ago, anmool said: I couldn't boot my windows 10 partition from a same drive and how to add and find path entries for windows 10 I attached my OC EFI.zip HideSelf=No BlessOverride \EFI\Microsoft\bootmgfw.efi Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693423 Share on other sites More sharing options...
mrbonkers Posted October 13, 2019 Share Posted October 13, 2019 I have a gigabyte h370n, running opencore 0.5.2. LogoutHook is working and writes nvram.plist to EFI partition. I also did the following in config.plist DisableVariableWrite:YES, LegacyEnable:YES, ExposeSensitiveData:0x3. but when it boots, it does not seem to be reading nvram.plist. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693424 Share on other sites More sharing options...
duffs Posted October 13, 2019 Share Posted October 13, 2019 On 10/9/2019 at 10:21 PM, taga said: i have the same problem opencore catalina 5.0.1 install , How did you solve this problem? please installer error "an error occurred while verifying firmware" as it turns out that my FirmwareFuture was set incorrectly. my old clover config was FF ->0xFC 0F E1 37 <FC0FE137 00000000> and FFM -> 0xff1fff3f <ff1fff3f 00000000> and I got error. hehe but now as I look at it I can see it's wrong.i need to do byte swap. so my old config would be FF <37 e1 0f fc 00000000>, FFM <3f ff 1f ff 0000000>. I need to try this.thx so I set as in opencore boot sample config plist PlatformInfo->SMBIOS-> FirmwareFuture <37e10fe8 00000000> new <37 e1 0f fc 00000000> FirmwareFeaturesMask <3fff1fff 00000000> ok PlatformInfo->PlatformNVRAM-> FirmwareFuture <37e10fe8 00000000> new <37 e1 0f fc 00000000> FirmwareFeaturesMask <3fff1fff 00000000> you can try as described in OpenCore documents. Failsafe is : PlatformFeature Type: plist integer, 32-bitFailsafe: 0xFFFFFFF FirmwareFeaturesType: plist data, 8 bytesFailsafe: 0 FirmwareFuture <FFFFFFF 00000000> FirmwareFeaturesMask <00000000 00000000> remove this. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693430 Share on other sites More sharing options...
dogansan Posted October 13, 2019 Share Posted October 13, 2019 (edited) On 10/1/2019 at 7:25 AM, Andres ZeroCross said: git clone https://github.com/acidanthera/OpenCorePkg.git Hi Pavo I used your OCBuilder and created attached EFI. I am stuck at the point shown in attached snapshot. I had the same issue some time ago with Clover but I do not remember how I solved it. EFI.zip Edited October 13, 2019 by dogansan Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693434 Share on other sites More sharing options...
ameenjuz Posted October 13, 2019 Share Posted October 13, 2019 2 hours ago, Andrey1970 said: HideSelf=No BlessOverride \EFI\Microsoft\bootmgfw.efi I can't see any windows partition on GUI did I miss anything? sorry for my poor english screenshot attached Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693435 Share on other sites More sharing options...
Pavo Posted October 13, 2019 Share Posted October 13, 2019 34 minutes ago, dogansan said: Hi Pavo I used your OCBuilder and created attached EFI. I am stuck at the point shown in attached snapshot. I had the same issue some time ago with Clover but I do not remember how I solved it. EFI.zip OCBuilder only compiles the latest comments to the repos and puts them into a correctly EFI structured folder. Its still up to the user to setup the config correctly. 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/79/#findComment-2693436 Share on other sites More sharing options...
Recommended Posts