Ellybz Posted November 6, 2019 Share Posted November 6, 2019 46 minutes ago, NorthAmTrans said: @Pavo No dice. Got this far though. Still getting that error on line 1. DefinitionBlock ("", "SSDT", 2, "ALASKA", "A M I ", 0x01072009) { External (_SB_.PCI0, DeviceObj) // (from opcode) External (_SB_.PCI0.SAT0, DeviceObj) // (from opcode) External (_SB_.PCI0.SAT0.SDSM, DeviceObj) // (from opcode) Scope (\_SB.PCI0.SAT0) { Scope (SAT0) { Method (_STA, 0, NotSerialized) // _STA: Status { Return (Zero) } } Device (SATA) { Name (_ADR, 0x001F0002) // _ADR: Address Method (_STA, 0, NotSerialized) // _STA: Status { Return (0x0F) } } } } Can you upload your IOReg without the SATA SSDT? Link to comment Share on other sites More sharing options...
jsl2000 Posted November 6, 2019 Share Posted November 6, 2019 22 hours ago, seyedhossein said: There are many links for you Which one do you recommend? Regards You may try my EFI of OpenCore 0.5.0 which worked perfectly at 10.13.6/10.14.x/10.15.x in my Ryzen 1700X hackintosh. Just modify those are specific for your X399 and different from mine. 1 Link to comment Share on other sites More sharing options...
NorthAmTrans Posted November 6, 2019 Share Posted November 6, 2019 @Ellybz attached plus EFI in case. EFI.zip Michael’s iMac SAT0.ioreg Link to comment Share on other sites More sharing options...
hardcorehenry Posted November 6, 2019 Share Posted November 6, 2019 (edited) 3 hours ago, NorthAmTrans said: @Ellybz attached plus EFI in case. EFI.zip Michael’s iMac SAT0.ioreg Give it a try, also renamed PPMC to PMCR, if you prefer original names remove it. DefinitionBlock ("", "SSDT", 2, "HACK", "SATAPMCR", 0x00001000) { External (_SB_.PCI0, DeviceObj) External (_SB_.PCI0.PPMC, DeviceObj) External (_SB_.PCI0.SAT0, DeviceObj) If (_OSI ("Darwin")) { Scope (\_SB.PCI0) { Scope (PPMC) { Name (_STA, Zero) // _STA: Status } Device (PMCR) { Name (_ADR, 0x001F0002) // _ADR: Address } Scope (SAT0) { Name (_STA, Zero) // _STA: Status } Device (SATA) { Name (_ADR, 0x00170000) // _ADR: Address } } } } Edited November 6, 2019 by hardcorehenry 1 Link to comment Share on other sites More sharing options...
NorthAmTrans Posted November 6, 2019 Share Posted November 6, 2019 @hardcorehenry that did the trick. So clean, thank you. I haven't come across PPMC to PMCR before. Something something firmware? Link to comment Share on other sites More sharing options...
Andrey1970 Posted November 6, 2019 Share Posted November 6, 2019 13 hours ago, NorthAmTrans said: In the spirit of adhering to the guide I'm down to one last name change: SAT0>SATA. Unnecessary cosmetics for IOreg. Don't do it. 1 Link to comment Share on other sites More sharing options...
oldman20 Posted November 6, 2019 Share Posted November 6, 2019 20 hours ago, Ellybz said: Open Terminal app an type the following 4 commands ( press Enter after each line ): CD ~/Desktop git clone https://github.com/acidanthera/OpenCorePkg cd OpenCorePkg ./macbuild.tool Done. This will build the latest version of OC in your Homefolder. /OpenCorePkg/UDK/Build/OpenCorePkg/RELEASE_XCODE5/X64/ /OpenCorePkg/UDK/Build/OpenCorePkg/DEBUG_XCODE5/X64/ PS: as mentioned by Download-Fritz , if you are uncomfortable with terminal commands, you should probably only stick to the official releases. Thanks so much! no, im very interested, but just amateur, and this time much to learn :d Link to comment Share on other sites More sharing options...
seyedhossein Posted November 6, 2019 Share Posted November 6, 2019 (edited) 9 hours ago, jsl2000 said: You may try my EFI of OpenCore 0.5.0 which worked perfectly at 10.13.6/10.14.x/10.15.x in my Ryzen 1700X hackintosh. Just modify those are specific for your X399 and different from mine. EFI.zip Hi My Friend Your EFI OpenCore, Work like charm on my computer X399 Gigabyte, amd ryzen threadripper 1950x, RX 560 A Lot Of Thanks Regards Edited November 6, 2019 by seyedhossein Link to comment Share on other sites More sharing options...
jsl2000 Posted November 6, 2019 Share Posted November 6, 2019 4 hours ago, seyedhossein said: Hi My Friend Your EFI OpenCore, Work like charm on my computer X399 Gigabyte, amd ryzen threadripper 1950x, RX 560 A Lot Of Thanks Regards I am glad to know that because I have spent many hours to learn OpenCore before it worked in my hackintosh. Once it worked it can be applied to the other ones very quickly. 1 Link to comment Share on other sites More sharing options...
oldman20 Posted November 6, 2019 Share Posted November 6, 2019 On 11/6/2019 at 3:11 AM, Ellybz said: Open Terminal app an type the following 4 commands ( press Enter after each line ): CD ~/Desktop git clone https://github.com/acidanthera/OpenCorePkg cd OpenCorePkg ./macbuild.tool Done. This will build the latest version of OC in your Homefolder. /OpenCorePkg/UDK/Build/OpenCorePkg/RELEASE_XCODE5/X64/ /OpenCorePkg/UDK/Build/OpenCorePkg/DEBUG_XCODE5/X64/ PS: as mentioned by Download-Fritz , if you are uncomfortable with terminal commands, you should probably only stick to the official releases. Hi, would you help me? in this thread https://www.insanelymac.com/forum/topic/340159-opencore-command-line-tool/ guide using config.plist file to buiding OpenCore, which cant find in your guide? Thanks so much! Link to comment Share on other sites More sharing options...
ramontorres Posted November 6, 2019 Share Posted November 6, 2019 Hi, I can't boot with OpenCore, no matter what platform definition i use. It gives me this error message: ''OC : Plist Kexts\Lilu.kext\Contents\Info.plist is missing for kext Lilu.kext (). Halting on critical error.'' I'm using updated kexts, Lilu Info.plist is not missing and path to its location is correct. I hope to somebody gives me a clue on what I'm doing wrong, here is the config.plist I'm using. config.plist Link to comment Share on other sites More sharing options...
Ellybz Posted November 7, 2019 Share Posted November 7, 2019 (edited) @oldman20 I do not use command line tool. Never did. You just need to adapt the sample.plist inside the Docs folder as well as adding the necessary Drivers, Kexts, etc.. Based on your hardware configuration. Take some time to read the manual, we all did. One config.plist does not fit all systems. What might also help you is to find someone using OpenCore that has a similar system. https://github.com/acidanthera/OpenCorePkg/blob/master/Docs/Configuration.pdf Best. Edited November 7, 2019 by Ellybz 1 Link to comment Share on other sites More sharing options...
Wppley2 Posted November 7, 2019 Share Posted November 7, 2019 17 hours ago, ramontorres said: Hi, I can't boot with OpenCore, no matter what platform definition i use. It gives me this error message: ''OC : Plist Kexts\Lilu.kext\Contents\Info.plist is missing for kext Lilu.kext (). Halting on critical error.'' I'm using updated kexts, Lilu Info.plist is not missing and path to its location is correct. I hope to somebody gives me a clue on what I'm doing wrong, here is the config.plist I'm using. config.plist Hi. You need to disable vault in config.plist or create vault with the appropriated tool. Link to comment Share on other sites More sharing options...
cyrhex Posted November 7, 2019 Share Posted November 7, 2019 hi guys im new with opencore,,my question is how to fake cpuid Link to comment Share on other sites More sharing options...
ramontorres Posted November 8, 2019 Share Posted November 8, 2019 7 hours ago, Wppley2 said: Hi. You need to disable vault in config.plist or create vault with the appropriated tool. Yes, it's already disabled Link to comment Share on other sites More sharing options...
Wppley2 Posted November 8, 2019 Share Posted November 8, 2019 2 hours ago, ramontorres said: Yes, it's already disabled When I've installed OpenCore for the first time, I don't disable these two things and was getting the same error that you have, so I disable these but it don't work. I think if you don't disable this on in the first time you configure OpenCore, you need to do all configuration again, from zero point, disabling vault. Link to comment Share on other sites More sharing options...
hardcorehenry Posted November 8, 2019 Share Posted November 8, 2019 (edited) EDITED: Configuration.pdf Edited November 8, 2019 by hardcorehenry 1 Link to comment Share on other sites More sharing options...
n.d.k Posted November 8, 2019 Share Posted November 8, 2019 7 hours ago, hardcorehenry said: Configuration.pdf Some useful info about FakeCpuID on Page 5. Link to comment Share on other sites More sharing options...
arsradu Posted November 8, 2019 Share Posted November 8, 2019 Hi guys, I couldn't find this in the configuration pdf, so I'm asking: can OC inject a custom EDID like Clover does? If so, how? Link to comment Share on other sites More sharing options...
Pavo Posted November 8, 2019 Share Posted November 8, 2019 1 minute ago, arsradu said: Hi guys, I couldn't find this in the configuration pdf, so I'm asking: can OC inject a custom EDID like Clover does? If so, how? Use Device Properties Link to comment Share on other sites More sharing options...
arsradu Posted November 8, 2019 Share Posted November 8, 2019 (edited) 19 minutes ago, Pavo said: Use Device Properties Hi Pavo! Many thanks for the tip. This is the first time doing this. Could you, please, share a bit more details on how to achieve that? I took a look in the IOreg, and I'm guessing i need to add a new property for IODisplayEDID, right...? If that's correct, the only thing I got stuck at, is the actual Device. It needs to be the PCI address, right? So...how do I get the PCI address of my display...? Edited November 8, 2019 by arsradu Link to comment Share on other sites More sharing options...
ameenjuz Posted November 8, 2019 Share Posted November 8, 2019 Have anyone installed windows 10 with OpenCore using bootcamp? is here any guide and toturials about using bootcamp Link to comment Share on other sites More sharing options...
arsradu Posted November 8, 2019 Share Posted November 8, 2019 (edited) 35 minutes ago, anmool said: Have anyone installed windows 10 with OpenCore using bootcamp? is here any guide and toturials about using bootcamp Why using BootCamp on a PC in the first place? You don't need to emulate anything. BootCamp creates the environment necessary for real Macs to run Windows. A PC will run Windows natively. So no need for BootCamp. Edited November 8, 2019 by arsradu 2 Link to comment Share on other sites More sharing options...
Andrey1970 Posted November 8, 2019 Share Posted November 8, 2019 1 hour ago, arsradu said: Hi guys, I couldn't find this in the configuration pdf, so I'm asking: can OC inject a custom EDID like Clover does? If so, how? https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md#edid 1 Link to comment Share on other sites More sharing options...
fangf2018 Posted November 8, 2019 Share Posted November 8, 2019 Z390 boot disk does not work DisableVariableWrite yesLegacyEnable yesnvram.plist.zipconfig.plist.zipExposeSensitiveData 3RequestBootVarRouting yes https://github.com/acidanthera/bugtracker/files/3800324/opencore-2019-11-02-094417.txt Link to comment Share on other sites More sharing options...
Recommended Posts