Matgen84 Posted June 13, 2024 Share Posted June 13, 2024 (edited) Need help 😊 Please I've this error: OC Prelinked kexts invalid parameters with AirportItwml on Sequoia. Despite of SecureBootModel = j185 (for SMBIOS Imac20,1). So Opencore 1.0.1 Nightly do not injected this wifi kext Anybody knows....the solution ? Thanks Edited June 13, 2024 by Matgen84 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2821097 Share on other sites More sharing options...
cankiulascmnfye Posted June 13, 2024 Share Posted June 13, 2024 (edited) 9 minutes ago, Matgen84 said: Need help 😊 Please I've this error: OC Prelinked kexts invalid parameters with AirportItwml on Sequoia. Despite of SecureBootModel = j185 (for SMBIOS Imac20,1). So Opencore 1.0.1 Nightly do not injected this wifi kext Anybody knows....the solution ? Thanks AirportItwml is troublsome when updating macOS eversince 14.4. The workaround since then has been: disable AirportItwml, enable itlwm kext and heliport, disable SecureBootModel, update then revert settings But remeber: until a Sequoia Variant for AirportItlwm is released, you probably have to use itlwm. More info: https://github.com/OpenIntelWireless/itlwm/issues/983 On 6/8/2024 at 8:48 PM, chris1111 said: Why Insanelymac is not anymore in the support forum list of OpenCore ? I don't dream he was before EDIT *** Got it He was remove from this commit It has been taken off for this list for years now… Edited June 13, 2024 by cankiulascmnfye 1 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2821098 Share on other sites More sharing options...
cankiulascmnfye Posted June 13, 2024 Share Posted June 13, 2024 I am trying to install Sonoma on my Z490 System, but I get a grey screen where I should get the Setup Interface. I changed the Keyboard to a US Layout and also tried "-radvesa" boot-arg because I am uncertain if the AMD RX580 is still supported or not but no luck 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2821099 Share on other sites More sharing options...
Matgen84 Posted June 13, 2024 Share Posted June 13, 2024 4 minutes ago, cankiulascmnfye said: I am trying to install Sonoma on my Z490 System, but I get a grey screen where I should get the Setup Interface. I changed the Keyboard to a US Layout and also tried "-radvesa" boot-arg because I am uncertain if the AMD RX580 is still supported or not but no luck Do you try: -lilubetaall ! until new Lily plugins for Sequoia are realized. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2821100 Share on other sites More sharing options...
cankiulascmnfye Posted June 13, 2024 Share Posted June 13, 2024 (edited) @eSaF Thanks for sharing 3 hours ago, Matgen84 said: Do you try: -lilubetaall ! until new Lily plugins for Sequoia are realized. no, only -lilubeta, but I guess I'll try -lilubetall next. thanks Edited June 13, 2024 by cankiulascmnfye 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2821106 Share on other sites More sharing options...
JorgeMax Posted June 14, 2024 Share Posted June 14, 2024 “Clean” installation of Sequoia still not possible with OpenCore? Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2821154 Share on other sites More sharing options...
miliuco Posted June 14, 2024 Share Posted June 14, 2024 (edited) 6 minutes ago, JorgeMax said: “Clean” installation of Sequoia still not possible with OpenCore? Go to the Sequoia thread, a lot of users are installing it with OpenCore. Edited June 14, 2024 by miliuco 3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2821155 Share on other sites More sharing options...
AlfredoM Posted June 14, 2024 Share Posted June 14, 2024 (edited) I also had no problems with a clean install of Beta1 Sequoia on Hacki. Also update from Sonoma 14.5 to Beta1 of Sequoia worked perfectly on my hackintosh (see signature) You obviously have to use OC 1.0.0 and the latest kexts and bootarg option -lilubetaall. Edited June 14, 2024 by AlfredoM 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2821165 Share on other sites More sharing options...
deeveedee Posted June 19, 2024 Share Posted June 19, 2024 (edited) I see "Fixed `ThirdPartyDrives` quirk on macOS 14.4 and above" in the Open Core 1.0.1 change log. Apparently OC 1.0.1 is required for working SATA SSD Trim in 14.4+. Edited June 19, 2024 by deeveedee 3 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2821434 Share on other sites More sharing options...
deeveedee Posted July 19, 2024 Share Posted July 19, 2024 (edited) *** SOLVED - See EDITs at bottom of this post and see next post *** I discovered an interesting ACPI patching case with my hack's DSDT. I have an ACPI patch in my Open Core config.plist that changes _PTS -> XPTS. When I created the patch, I inspected my extracted DSDT table with MaciASL and I observed two instances of the string _PTS in the DSDT Table: the method definition (the instance I wanted to replace with XPTS) Method (_PTS, 1, NotSerialized) and a debug statement ADBG (Concatenate ("_PTS=", ToHexString (Arg0))) With my ACPI Patch count set to 0 and my Table Signature set to "DSDT" (so that all instances of _PTS in my DSDT were replaced by XPTS), my _PTS -> XPTS patch appeared to work fine (I inspected the patch result by using MaciASL's "File > New from ACPI" utility. However, when I changed the patch count from 0 to 1 (because I only want to replace the Method _PTS and not the Debug statement), my patch stopped working. With a patch count of 1, inspection of the DSDT with MaciASL's "File > New from ACPI" showed that Method (_PTS) remained unchanged. I inspected my DSDT.aml with hexfiend and found an instance of _PTS earlier in the DSDT. This instance of _PTS does NOT appear when viewed with MaciASL. Open Core was performing the _PTS -> XPTS replacement on an instance of _PTS that I did not intend to replace (and that I could not inspect with MaciASL). EDIT: There are a couple of ways that I can think to address this issue. I chose to add a byte to my ACPI Patch Find/Replace bit sequences for _PTS -> XPTS. My new ACPI patch for _PTS -> XPTS is as follows: Spoiler The additional byte <01> distinguishes the Method (_PTS) from other instances of _PTS in my DSDT. EDIT2: For anyone who wants to check my work (I'm open to a second opinion and to being corrected), my original, unpatched DSDT.aml is attached. DSDT.aml.zip Edited July 20, 2024 by deeveedee 3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2822996 Share on other sites More sharing options...
deeveedee Posted July 20, 2024 Share Posted July 20, 2024 (edited) This post may be important to anyone who is using _PTS -> XPTS, _WAK -> XWAK or any similar ACPI patching in Open Core... Be careful with patching examples like this For anyone who's interested in my previous post, I think I figured out why Open Core finds the _PTS pattern that does not appear in MaciASL. My hack's DSDT table (see aml attached to previous post) defines External (_SB_.TPM_.PTS_, MethodObj) which I did not think should match my defined Find Hex sequence <5F505453> (Ascii _PTS). However, when inspecting my DSDT.aml with hexfiend, the External declaration appears as Hex <5F53425F 54504D5F 5054535F> (Ascii _SB_TPM_PTS_). Because the '.' characters are not included in the External declaration in DSDT.aml, this External declaration of _SB_.TPM_.PTS_ appears to Open Core as a pattern match for _PTS. I'd be interested in observations / opinions from others. EDIT: If I am correct, I believe that my original _PTS->XPTS ACPI patch (with a 4-byte Find sequence <5F505453>) is incorrectly changing the declaration of External (_SB_.TPM_.PTS_, MethodObj) to External (_SB_.TPMX.PTS_, MethodObj). EDIT2: If I am observing this correctly, I believe that you may have unintended consequences when performing Open Core binary Find/Replace ACPI patches that do not carefully define the Find Hex sequence and that do not restrict one or more of the following in the Open Core ACPI Patch rule: Base, Count, OemTableId, TableSignature. When possible, I'd recommend restricting Open Core ACPI Patches by defining Count AND either OemTableId or TableSignature. Inspect the results of ACPI Patches by using a utility like MaciASL's "File > New from ACPI". EDIT3: There was no need for me to speculate. I inspected the patched DSDT with MaciASL's "File > New from ACPI" and with hexfiend and both confirm that my old 4-byte _PTS->XPTS patch was changing the declaration of External (_SB_.TPM_.PTS_, MethodObj). MaciASL Spoiler hexfiend Spoiler My old _PTS -> XPTS ACPI Patch (with 4-byte Find/Replace sequence) is wrong (for my hack's ACPI). Spoiler Edited July 23, 2024 by Slice Red color is only for Moderators 3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823012 Share on other sites More sharing options...
deeveedee Posted August 7, 2024 Share Posted August 7, 2024 Tested Open Core 1.0.1 on my HackBookPro6,2 booting Big Sur 11.7.10, Monterey 12.7.6, Ventura 13.6.8, Sonoma 14.6 and Sequoia Beta 5. All good including LogoutHook and LegacyBoot. Well done, Devs! 3 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823742 Share on other sites More sharing options...
naiclub Posted August 8, 2024 Share Posted August 8, 2024 Anyone have an EFI file with similar hardware like mine? DDR5 32GB 6000 bus RAM B760M AORUS ELITE X AX motherboard Gigabyte 560X 4GB graphics card Please give me one. I'm going to try installing a Mac. THank.. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823810 Share on other sites More sharing options...
ANTIKO Posted August 8, 2024 Share Posted August 8, 2024 2 hours ago, naiclub said: У кого-нибудь есть файл EFI с похожим оборудованием, как у меня? DDR5 32 ГБ 6000 шина RAM B760M AORUS ELITE X AX материнская плата Gigabyte 560X 4 ГБ видеокарта Пожалуйста, дайте мне один. Я собираюсь попробовать установить Mac. Благодарить.. https://github.com/search?q=B760M AORUS&type=repositories 4 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823816 Share on other sites More sharing options...
CloverLeaf Posted August 8, 2024 Share Posted August 8, 2024 8 hours ago, naiclub said: Anyone have an EFI file with similar hardware like mine? DDR5 32GB 6000 bus RAM B760M AORUS ELITE X AX motherboard Gigabyte 560X 4GB graphics card Please give me one. I'm going to try installing a Mac. THank.. Check this also. Might need to do some minor changes but it's rock solid. EFI 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823825 Share on other sites More sharing options...
naiclub Posted August 8, 2024 Share Posted August 8, 2024 How can I change the correct CPU name? Thank... Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823826 Share on other sites More sharing options...
deeveedee Posted August 8, 2024 Share Posted August 8, 2024 (edited) 3 hours ago, naiclub said: How can I change the correct CPU name? If other suggestions don't work, try RestrictEvents.kext with revpatch=cpuname / revcpuname=value. Edited August 8, 2024 by deeveedee 2 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823838 Share on other sites More sharing options...
naiclub Posted August 8, 2024 Share Posted August 8, 2024 2 hours ago, eSaF said: แน่นอนว่าถ้าคุณป้อนประเภทโปรเซสเซอร์เป็นศูนย์ในไฟล์ config.plist ชื่อ CPU จะแสดงโดยอัตโนมัติ (เช่นเดียวกับตัวอย่างที่แนบมา) เปิดเผยเนื้อหาที่ซ่อนอยู่ I tried it already, but no luck at all. 56 minutes ago, deeveedee said: หากข้อเสนอแนะอื่นใช้ไม่ได้ ให้ลองใช้RestrictEvents.kext พร้อมด้วย revpatch=cpuname / revcpuname=value I'll try it out right now. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823845 Share on other sites More sharing options...
Alpha22 Posted August 8, 2024 Share Posted August 8, 2024 https://github.com/corpnewt/CPU-Name 4 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823847 Share on other sites More sharing options...
Max.1974 Posted August 8, 2024 Share Posted August 8, 2024 Try use Intel Hyper Trend enable in your bios, and verify if your bios is updated. Need check framebuffers inject with Opecore and check ProvideCurrentCpuInfo is enabled in Kernel > Quirks > ProvideCurrentCpuInfo. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823849 Share on other sites More sharing options...
deeveedee Posted August 8, 2024 Share Posted August 8, 2024 6 hours ago, naiclub said: How can I change the correct CPU name? I think I'm the first to run macOS on the new IBM Quantum CPU 🤣 About This Hack Spoiler OC config.plist: revcpuname Spoiler 1 4 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823850 Share on other sites More sharing options...
naiclub Posted August 9, 2024 Share Posted August 9, 2024 9 hours ago, deeveedee said: I think I'm the first to run macOS on the new IBM Quantum CPU 🤣 About This Hack Reveal hidden contents OC config.plist: revcpuname Reveal hidden contents hello grandma I did that and it didn't work. I got this weird image. 1 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823863 Share on other sites More sharing options...
deeveedee Posted August 9, 2024 Share Posted August 9, 2024 @naiclub Please post your previous and current config.plist (post both versions). I suspect that you have incorrectly typed the comma-delimited string for revpatch. Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823876 Share on other sites More sharing options...
cankiulascmnfye Posted August 9, 2024 Share Posted August 9, 2024 Interesting development: 5 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823882 Share on other sites More sharing options...
naiclub Posted August 9, 2024 Share Posted August 9, 2024 2 hours ago, deeveedee said: @naiclub Please post your previous and current config.plist (post both versions). I suspect that you have incorrectly typed the comma-delimited string for revpatch. Hi Grandma, I have removed the SSD now. When I reinstall it, I will post it for you to see. 4 Link to comment https://www.insanelymac.com/forum/topic/350754-opencore-general-discussion/page/341/#findComment-2823883 Share on other sites More sharing options...
Recommended Posts