xKaoSx Posted August 6, 2020 Share Posted August 6, 2020 14 minutes ago, Антико said: I tried with virtualsmc, and arguments were written - so far without result config.plist Update OC 0.6.0 Release. Delete FakeSMC.kext and install VirtualSMC.kext Update all kext Open config OpenCore Configurator and go to Kernel Tab delete FakeSMC kext and add VirtualSMC.kext. Go to NVRAM Tab and 7C436110-AB2A-4BBB-A880-FE41995C9F82 UUID go Bootargs change "vsmcgen = 1" "vsmcgen=1" and try. Maybe change "vsmcgen=2" try. Link to comment Share on other sites More sharing options...
ANTIKO Posted August 6, 2020 Share Posted August 6, 2020 27 minutes ago, xKaoSx said: Обновление выпуска OC 0.6.0. Удалите FakeSMC.kext и установите VirtualSMC.kext Обновить весь кекст Откройте config OpenCore Configurator и перейдите на вкладку Kernel, удалите FakeSMC kext и добавьте VirtualSMC.kext. Перейдите на вкладку NVRAM и 7C436110-AB2A-4BBB-A880-FE41995C9F82 UUID перейдите в Bootargs, измените "vsmcgen = 1" "vsmcgen = 1" и попробуйте. Может поменять "vsmcgen = 2" попробовать. No difference. Everything is already updated on OC 0.6.1., everything is updated, the error persists. I try to install from a flash drive, and from under Catalina - the result is the same Link to comment Share on other sites More sharing options...
xKaoSx Posted August 6, 2020 Share Posted August 6, 2020 6 minutes ago, Антико said: No difference. Everything is already updated on OC 0.6.1., everything is updated, the error persists. I try to install from a flash drive, and from under Catalina - the result is the same Share to EFI folder Link to comment Share on other sites More sharing options...
ANTIKO Posted August 6, 2020 Share Posted August 6, 2020 (edited) 6 минут назад xKaoSx сказал: Поделиться в папку EFI Спасибо, возможно, вы увидите то, чего не видел я. EFI.zip opencore-2020-08-06-170634.txt Edited August 6, 2020 by Антико Link to comment Share on other sites More sharing options...
xKaoSx Posted August 6, 2020 Share Posted August 6, 2020 26 minutes ago, Антико said: Спасибо, возможно, вы увидите то, чего не видел я. EFI.zip opencore-2020-08-06-170634.txt Disable DSDT.aml and try again. What is your system parts ? Link to comment Share on other sites More sharing options...
ANTIKO Posted August 6, 2020 Share Posted August 6, 2020 6 minutes ago, xKaoSx said: Отключите DSDT.aml и попробуйте еще раз. Какие части вашей системы? I've tried it before - the result is the same. Asus x99 Deluxe, E5-2640 v3, GTX 770, ssd 860 evo Link to comment Share on other sites More sharing options...
xKaoSx Posted August 6, 2020 Share Posted August 6, 2020 Follow this guide https://dortania.github.io/OpenCore-Install-Guide/config.plist/legacy/sandy-bridge.html https://dortania.github.io/OpenCore-Install-Guide/config.plist/legacy/sandy-bridge-e.html Link to comment Share on other sites More sharing options...
ANTIKO Posted August 6, 2020 Share Posted August 6, 2020 7 minutes ago, xKaoSx said: Следуйте этому руководству https://dortania.github.io/OpenCore-Install-Guide/config.plist/legacy/sandy-bridge.html https://dortania.github.io/OpenCore-Install-Guide/config.plist/legacy/sandy-bridge-e.html If you disable dsdt , I get a kernel panic. I'll try your links tomorrow. Thank you for your time Link to comment Share on other sites More sharing options...
xKaoSx Posted August 6, 2020 Share Posted August 6, 2020 10 minutes ago, Антико said: If you disable dsdt , I get a kernel panic. I'll try your links tomorrow. Thank you for your time Install NullCPUPowerManagament.kext Link to comment Share on other sites More sharing options...
beidl Posted August 6, 2020 Share Posted August 6, 2020 2 hours ago, vit9696 said: OpenCore does not approach the EC anyhow, likely Clover also does not, at least not from what I know. I rechecked the Ubuntu dmesg and noticed it forces _REV to 5, I got it backwards. I assume I'd have to hot-patch AppleACPIPlatform now to return 5 instead too, but I'm afraid I don't know how to find the actual binary data in order to replace it, I'm not that familiar with reverse engineering in that way. Link to comment Share on other sites More sharing options...
syn909 Posted August 6, 2020 Share Posted August 6, 2020 (edited) With 10.15.6 I needed to unlock the MSR in my bios otherwise my machine would freeze running Geekbench however without the Kernel Quirk: AppleXcpmCfgLock the machine is slow and wont resume from sleep. Anyone have any suggestions on what to patch in the bios. Edited August 7, 2020 by syn909 Link to comment Share on other sites More sharing options...
pkdesign Posted August 6, 2020 Share Posted August 6, 2020 Not sure where to post this, but AirportBrcmFixup breaks my wireless. Reverting back to 2.0.7 makes it work again. More details here: https://www.insanelymac.com/forum/topic/336089-airportbrcmfixup/?do=findComment&comment=2733233 Link to comment Share on other sites More sharing options...
Matgen84 Posted August 7, 2020 Share Posted August 7, 2020 6 hours ago, pkdesign said: Not sure where to post this, but AirportBrcmFixup breaks my wireless. Reverting back to 2.0.7 makes it work again. More details here: https://www.insanelymac.com/forum/topic/336089-airportbrcmfixup/?do=findComment&comment=2733233 AirportBrcmFixUp 2.0.8 are two drivers inside: for Big Sur, you have to load only Brcm NIC using boot-args. See Readme file in AirportBrcmFixUp repo: something like that: Brcmfx-driver=2 Link to comment Share on other sites More sharing options...
beidl Posted August 7, 2020 Share Posted August 7, 2020 @vit9696 So I decided to go ahead and patch the AppleACPIPlatforms AcpiGbl_PreDefinedNames table to return 5 instead of 2 for _REV, to no success. My approach: Find: 1E8HAAAAAAABAAAAAAAAAAIAAAAAAAAA Replace: 1E8HAAAAAAABAAAAAAAAAAUAAAAAAAAA Any other hints I could follow? My guess is that ResetHDA works in Clover because there's nothing being able to query _REV at the point where the device is being reset. Link to comment Share on other sites More sharing options...
kaoskinkae Posted August 7, 2020 Share Posted August 7, 2020 rename preboot on boot in opencore in big sur beta 4 Link to comment Share on other sites More sharing options...
pkdesign Posted August 7, 2020 Share Posted August 7, 2020 (edited) 10 hours ago, Matgen84 said: AirportBrcmFixUp 2.0.8 are two drivers inside: for Big Sur, you have to load only Brcm NIC using boot-args. See Readme file in AirportBrcmFixUp repo: something like that: Brcmfx-driver=2 I'm still on Mojave and have fixed my issue. See link: I am sure there is a better way but this works. EDIT: I went back through and tried -brcmfx-driver=0|1|2|3 respectively without using a fake device-id and it did not work. With fake device-id and no boot arg it works just fine (this is installation option 2 in README) I am on Mojave (see signature) if that makes a difference. Edited August 7, 2020 by pkdesign 1 Link to comment Share on other sites More sharing options...
HarryParkes Posted August 7, 2020 Share Posted August 7, 2020 Hoping someone can help. I'm on my second hackintosh build. It's my first time using Opencore and after following the Vanilla Guide I found that I could boot into the installer USB with OC, but nothing else. No operating systems are listed in the Opencore menu whether mac or otherwise. macOS Mojave is (half) installed on its own drive and Linux and Windows on their own drives as well. Thanks in advance, I'm sure I'm missing something fairly simple as I've seen that others have successfully multiboot hackintoshed this board. EFI.zip Gigabyte ATX Motherboard Z490 VISION D Intel Core i7-10700K Comet Lake 8-Core 3.8 GHz G.SKILL Ripjaws V Series 128GB (4 x 32GB) 288-Pin DDR4 SDRAM DDR4 3200 Link to comment Share on other sites More sharing options...
Matgen84 Posted August 7, 2020 Share Posted August 7, 2020 9 minutes ago, HarryParkes said: Hoping someone can help. I'm on my second hackintosh build. It's my first time using Opencore and after following the Vanilla Guide I found that I could boot into the installer USB with OC, but nothing else. No operating systems are listed in the Opencore menu whether mac or otherwise. macOS Mojave is (half) installed on its own drive and Linux and Windows on their own drives as well. Thanks in advance, I'm sure I'm missing something fairly simple as I've seen that others have successfully multiboot hackintoshed this board. EFI.zip Gigabyte ATX Motherboard Z490 VISION D Intel Core i7-10700K Comet Lake 8-Core 3.8 GHz G.SKILL Ripjaws V Series 128GB (4 x 32GB) 288-Pin DDR4 SDRAM DDR4 3200 Hi @HarryParkes Remove NDKBootPicker and his icons folder (non maintained since few month) Update OC, Kexts and drivers to latest release via oc gen x or ocbuilder, or directly from accidentera repo in GitHub Pavo tools Remove unnecessary drivers (a lot are unnecessary in your EFI folder) Check config.plist via Dortania guide Opencore Guide for Comet Lake Check your BIOS setting of course 2 Link to comment Share on other sites More sharing options...
HarryParkes Posted August 7, 2020 Share Posted August 7, 2020 2 hours ago, Matgen84 said: Hi @HarryParkes Remove NDKBootPicker and his icons folder (non maintained since few month) Update OC, Kexts and drivers to latest release via oc gen x or ocbuilder, or directly from accidentera repo in GitHub Pavo tools Remove unnecessary drivers (a lot are unnecessary in your EFI folder) Check config.plist via Dortania guide Opencore Guide for Comet Lake Check your BIOS setting of course Hi! @Matgen84 Thanks for writing back. I've cleaned out all that stuff in the EFI folder (I think most of it got added while trying to troubleshoot this issue) Then I went through the Dortania guide again with a fine-toothed comb and produced a new config.plist from scratch. I also went through every guide I could find regarding the BIOS settings for the Gigabyte Z490 VISION D. Same problem, though. Only the USB installer shows up in the OC picker, besides the tool entries. Here's my refreshed EFI folder: EFI2.zip Link to comment Share on other sites More sharing options...
Matgen84 Posted August 8, 2020 Share Posted August 8, 2020 11 hours ago, HarryParkes said: Hi! @Matgen84 Thanks for writing back. I've cleaned out all that stuff in the EFI folder (I think most of it got added while trying to troubleshoot this issue) Then I went through the Dortania guide again with a fine-toothed comb and produced a new config.plist from scratch. I also went through every guide I could find regarding the BIOS settings for the Gigabyte Z490 VISION D. Same problem, though. Only the USB installer shows up in the OC picker, besides the tool entries. Here's my refreshed EFI folder: EFI2.zip Hi @HarryParkes Ethernet kext is not for your modo, use IntelMausi.kext or IntelMausiEthernet.kext The OC picker show up only macOS bootable disk. So, a half Mojave is not bootable ! What macOS are you using for your USB Installer? Try to install (or reinstall) the OS on the right drive, maybe a solution ! Don't forget to erase macOS disk before (clean install). Find and install USBInjectAll for your USB (folder and config.plist). Once the OS is installed, you can create your own USBPorts.kext with Hackintool (in this forum). You can find all you want for your Z490 in this repo (BIOS settings, EFI, USB ports config, etc): Z490 Vision D Be careful to the graphic card. You can use Imac19,1 instead of ImacPro1,1 (copy / paste from your actual EFI folder) At this time, the important things is to install macOS correctly. I don't know multi boot parameters at all. Please complete your signature with config details Link to comment Share on other sites More sharing options...
All_WE Posted August 8, 2020 Share Posted August 8, 2020 (edited) Can someone help me. I am trying to boot mac os big sur. I'm now using opencore 0.6.0, Catalina 10.14.4 booting just fine, but when I tried mac os big sur its KP. I have tried to big sur before, the firs developer seed and using pre compiled opencore 0.6.0, not sure wich version, and it's working, but now It won't boot anymore using released version of opencore. I've tried using just 3 kexts (Lilu, virtualsmc, whatevergreen), tried using fakesmc, tried booting from installed big sur using apfs restoration on vm, updating to pre compiled oc 0.6.1, clearing nvram, using some combination on boot args, but it remain the same my spec are : Asus Vivobook F560UD Intel Core I5 8250U UHD 620 Nvidia GTX 1050 8GB DDR4 2400 Elan1200 DW1830 Here I upload the screenshoot and my OC folder. Thanks Edit : My bad, forgot to remove conflicting voodoops2 kext with voodooi2c OC.zip Edited August 14, 2020 by All_WE Edit for fix Link to comment Share on other sites More sharing options...
vit9696 Posted August 8, 2020 Share Posted August 8, 2020 On 8/7/2020 at 10:51 AM, beidl said: @vit9696 So I decided to go ahead and patch the AppleACPIPlatforms AcpiGbl_PreDefinedNames table to return 5 instead of 2 for _REV, to no success. My approach: Find: 1E8HAAAAAAABAAAAAAAAAAIAAAAAAAAA Replace: 1E8HAAAAAAABAAAAAAAAAAUAAAAAAAAA Any other hints I could follow? My guess is that ResetHDA works in Clover because there's nothing being able to query _REV at the point where the device is being reset. I do not believe it is ResetHDA that resolves your issue in Clover. Link to comment Share on other sites More sharing options...
HarryParkes Posted August 8, 2020 Share Posted August 8, 2020 (edited) 10 hours ago, Matgen84 said: Hi @HarryParkes Ethernet kext is not for your modo, use IntelMausi.kext or IntelMausiEthernet.kext The OC picker show up only macOS bootable disk. So, a half Mojave is not bootable ! What macOS are you using for your USB Installer? Try to install (or reinstall) the OS on the right drive, maybe a solution ! Don't forget to erase macOS disk before (clean install). Find and install USBInjectAll for your USB (folder and config.plist). Once the OS is installed, you can create your own USBPorts.kext with Hackintool (in this forum). You can find all you want for your Z490 in this repo (BIOS settings, EFI, USB ports config, etc): Z490 Vision D Be careful to the graphic card. You can use Imac19,1 instead of ImacPro1,1 (copy / paste from your actual EFI folder) At this time, the important things is to install macOS correctly. I don't know multi boot parameters at all. Please complete your signature with config details You know how when you're performing the installation, it reboots at about the last 2 minute mark. When I reboot, the install option on the SSD is not listed in the picker. How can i complete the install of Mojave without being able to successfully reboot to the new partition during the install process? Edited August 8, 2020 by HarryParkes Link to comment Share on other sites More sharing options...
Matgen84 Posted August 8, 2020 Share Posted August 8, 2020 (edited) 58 minutes ago, HarryParkes said: You know how when you're performing the installation, it reboots at about the last 2 minute mark. When I reboot, the install option on the SSD is not listed in the picker. How can i complete the install of Mojave without being able to successfully reboot to the new partition during the install process? I don't understand well your question (I'm not English man). Why do you install Mojave ? There is Catalina and soon Big Sur... OC picker show up "macOS Installer" (something like that) when you reboot. I don't use OpenCore for Mojave or Catalina installation. Did you create an installation USB key? And try to boot on it successfully. If you can, the best way is to erase your disk and reinstall again at the beginning. EDIT: check if ScanPolicy is setting to 0, for installation Edited August 8, 2020 by Matgen84 Link to comment Share on other sites More sharing options...
Sherlocks Posted August 8, 2020 Share Posted August 8, 2020 i wonder that cacheless kernel injection means boot snow leopard without install kexts in SLE?Sent from my SM-N960N using Tapatalk Link to comment Share on other sites More sharing options...
Recommended Posts