Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 Finally had the supplemental update installed. I have a dual display setup, one 4K monitor and one 2K monitor with portrait orientation. The installer boots right in if I unplugged the 2K monitor! Could this be a bug?It should be not, did you disable CSM in bios???Sent from my iPhone using Tapatalk Finally had the supplemental update installed. I have a dual display setup, one 4K monitor and one 2K monitor with portrait orientation. The installer boots right in if I unplugged the 2K monitor! Could this be a bug?It should be not, did you disable CSM in bios???Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
maddie Posted August 8, 2019 Share Posted August 8, 2019 5 minutes ago, Andres ZeroCross said: It should be not, did you disable CSM in bios??? Sent from my iPhone using Tapatalk It should be not, did you disable CSM in bios??? Sent from my iPhone using Tapatalk CSM is disabled in BIOS Link to comment Share on other sites More sharing options...
Matgen84 Posted August 8, 2019 Share Posted August 8, 2019 11 hours ago, Andres ZeroCross said: just put the binary find and replace to config.plis of OpenCore's config.plist. Picture below show about Patch of AMD9500Controller.kext (kext to patch in clover's config.plist). And about KernelToPatch, what's kind of kernel do you want to patch??. Kernel -> Quirks contains about some kernel patch mostly I made a mistake: only KextToPatch (ACPI) for my old IvyBridge config. For new one (Z390 Aorus Master), I search a patch AppleAHCIPort for Hot-Plug (Catalina compatible) Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 (edited) With previous OC version, i got no problem with Wake from more than around 1 hours sleep of my PC. Always get this kernel panic with latest commit. I am pretty sure 100% no problem with it before,, should "DiscardHibernateMap=No" affect on this,, i have set YES for now. But need 1 hours sleep of PC to get the result Edited August 8, 2019 by Andres ZeroCross Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 5 cycles sleep and wake are no problem (tried it with sleep under 5 minutes and wake again with DiscardHibernateMap=YES). But i can't sleep my pc more than 5 minutes. I am working with my pc right now. Will report for result soon after take my pc in sleep mode in 1 hour or more Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 I made a mistake: only KextToPatch (ACPI) for my old IvyBridge config. For new one (Z390 Aorus Master), I search a patch AppleAHCIPort for Hot-Plug (Catalina compatible)Can you explain to me the advantage of using Hot-plug sata?? I never use this patch for my Z170 or Z390.Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
iTTT Posted August 8, 2019 Share Posted August 8, 2019 good day. i start to use OC today but have one issue. bcz i have 2 nvme and 1 ssd, one have win10, one have catalina and one have mojave. anyone know how to set OC to boot to a specify Drive i/o the first default one? thanks. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 1 minute ago, iTTT said: good day. i start to use OC today but have one issue. bcz i have 2 nvme and 1 ssd, one have win10, one have catalina and one have mojave. anyone know how to set OC to boot to a specify Drive i/o the first default one? thanks. System Preferences -> Startup Up Disk -> Select Disk then reboot. Selected disk will be default ones. It's like real mac habit Link to comment Share on other sites More sharing options...
iTTT Posted August 8, 2019 Share Posted August 8, 2019 15 minutes ago, Andres ZeroCross said: System Preferences -> Startup Up Disk -> Select Disk then reboot. Selected disk will be default ones. It's like real mac habit wow. just that simple? thanks much, i will test it later. Link to comment Share on other sites More sharing options...
Matgen84 Posted August 8, 2019 Share Posted August 8, 2019 1 hour ago, Andres ZeroCross said: Can you explain to me the advantage of using Hot-plug sata?? I never use this patch for my Z170 or Z390. Sent from my iPhone using Tapatalk With Hot-Plug patch in Clover, you can plug and unplug SATA disk without reboot system. Like external drive. I use it for 7 Series on Mojave. Don't test on 11 Series on Catalina. <dict> <key>Comment</key> <string>patch AppleAHCIPort for ICH * by vit9696</string> <key>Disabled</key> <false/> <key>Find</key> <data> QGACAA== </data> <key>InfoPlistPatch</key> <false/> <key>Name</key> <string>com.apple.driver.AppleAHCIPort</string> <key>Replace</key> <data> AAAAAA== </data> </dict> Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 16 minutes ago, Matgen84 said: With Hot-Plug patch in Clover, you can plug and unplug SATA disk without reboot system. Like external drive. I use it for 7 Series on Mojave. Don't test on 11 Series on Catalina. <dict> <key>Comment</key> <string>patch AppleAHCIPort for ICH * by vit9696</string> <key>Disabled</key> <false/> <key>Find</key> <data> QGACAA== </data> <key>InfoPlistPatch</key> <false/> <key>Name</key> <string>com.apple.driver.AppleAHCIPort</string> <key>Replace</key> <data> AAAAAA== </data> </dict> Binary can still be founded,, it's should work in Catalina Link to comment Share on other sites More sharing options...
Matgen84 Posted August 8, 2019 Share Posted August 8, 2019 8 minutes ago, Andres ZeroCross said: Binary can still be founded,, it's should work in Catalina Thanks What is your tool for binary? Ok for Clover/Catalina. What about OC? So sorry for my poor English, I don't understand well to put KextToPatch in OC Config.plist. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 (edited) 36 minutes ago, Matgen84 said: With Hot-Plug patch in Clover, you can plug and unplug SATA disk without reboot system. Like external drive. I use it for 7 Series on Mojave. Don't test on 11 Series on Catalina. <dict> <key>Comment</key> <string>patch AppleAHCIPort for ICH * by vit9696</string> <key>Disabled</key> <false/> <key>Find</key> <data> QGACAA== </data> <key>InfoPlistPatch</key> <false/> <key>Name</key> <string>com.apple.driver.AppleAHCIPort</string> <key>Replace</key> <data> AAAAAA== </data> </dict> With this patch, all connected Storage to 3rd party controller (ASMEDIA) with "Physical Interconnect: PCI" become Orange (ejectable). I don't like this,, but the patch is still working. I will undone it Take a look, Hot-Plug is working,, IOREG Shows it Edited August 8, 2019 by Andres ZeroCross 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 (edited) Btw @Matgen84 i have checked your IOREG Output. Your board doesn't have any Other PCI Controller Sata except Intel. Hot-plug patch won't work for you. Because you only have Intel Sata Controller. Different with mine, i have Intel Sata Controller, Asmedia ASM1062 Controller (3rd party controller onboard), and PCIe to Sata 3 (ASM1060). Edited August 8, 2019 by Andres ZeroCross 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 (edited) @Matgen84 Ok, i have mistake. patch work for all sata controller, not just PCIe Controller (3rd party controller). Just need to Enable Hot Plug to certain Sata Port in BIOS, and use this patch. All my Internal storage (PCie + Intel Controller) except NVME become External / Ejectable / Hot-Plug. Edited August 8, 2019 by Andres ZeroCross 1 Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 Just for your information : Enable Hot Plug Port Sata in BIOS but without using this patch will break your sleep. (I have tested it). So if you disable SATA Hot Plug patch, you need to disable hot plug port in BIOS too. 1 Link to comment Share on other sites More sharing options...
obus Posted August 8, 2019 Share Posted August 8, 2019 (edited) Hi all! Will test to set EnableWriteUnprotector = Yes but this quirk requires OC_FIRMWARE_RUNTIME protocol implemented in FwRuntimeServices.efi. I don't understand how to implement that protocol. Is it something I should configure in config.plist or something I need to configure in some other way? With the latest release I'm unable to boot with FwRuntimeServices.efi. I'm stuck here and I don't really know how to debug. Any help appreciated config.plist Edited August 8, 2019 by obus Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 Hi all! Will test to set EnableWriteUnprotector = Yes but this quirk requires OC_FIRMWARE_RUNTIME protocol implemented in FwRuntimeServices.efi. I don't understand how to implement that protocol. Is it something I should configure in config.plist or something I need to configure in some other way? With the latest release I'm unable to boot with FwRuntimeServices.efi. I'm stuck here and I don't really know how to debug. Any help appreciatedconfig.plist RequestBootVarRouting=YES Sent from my iPhone using Tapatalk 1 Link to comment Share on other sites More sharing options...
Matgen84 Posted August 8, 2019 Share Posted August 8, 2019 1 hour ago, Andres ZeroCross said: @Matgen84 Ok, i have mistake. patch work for all sata controller, not just PCIe Controller (3rd party controller). Just need to Enable Hot Plug to certain Sata Port in BIOS, and use this patch. All my Internal storage (PCie + Intel Controller) except NVME become External / Ejectable / Hot-Plug. There is a issue with the Hot-Plug patch for your Mobo or OS. On my 7 Series board, SATA drives shows as internal drives, not external. This patch must be update, just my opinion. Hi, I don't understand this issue with NVRAM. Please help. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 There is a issue with the Hot-Plug patch for your Mobo or OS. On my 7 Series board, SATA drives shows as internal drives, not external. This patch must be update, just my opinion. Hi, I don't understand this issue with NVRAM. Please help. Ofcourse sata drives = internal. What do you mean?? Nvram issue? Try this "AvoidRuntimeDefrag= YES" Sent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
obus Posted August 8, 2019 Share Posted August 8, 2019 11 minutes ago, Andres ZeroCross said: RequestBootVarRouting=YES Sent from my iPhone using Tapatalk Already set to YES in config.plist Thank's anyway. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 Already set to YES in config.plist Thank's anyway.Your booter combinations should be same like@justinSent from my iPhone using Tapatalk Already set to YES in config.plist Thank's anyway.Your booter combinations should be same like@justinSent from my iPhone using Tapatalk Link to comment Share on other sites More sharing options...
Matgen84 Posted August 8, 2019 Share Posted August 8, 2019 20 minutes ago, Andres ZeroCross said: Ofcourse sata drives = internal. What do you mean?? Nvram issue? Try this "AvoidRuntimeDefrag= YES" Sent from my iPhone using Tapatalk Ofcourse sata drives = internal. What do you mean?? Nvram issue? Try this "AvoidRuntimeDefrag= YES" Sent from my iPhone using Tapatalk Thanks. I try "AvoidRuntimeDefrag= YES" after update config.plist 0.0.3--->0.0.4 Right, SATA drives=internal. But on your desktop screenshot, the drives are yellow icons as external drives. On my old system, there are grey icons as internal disks. Link to comment Share on other sites More sharing options...
obus Posted August 8, 2019 Share Posted August 8, 2019 37 minutes ago, Andres ZeroCross said: Your booter combinations should be same like@justin Sent from my iPhone using Tapatalk That doesn't work. DisableVariableWrite = YES only on Z390, B360, H310 whit nonworking NVRAM. My board has native NVRAM. Link to comment Share on other sites More sharing options...
Andres ZeroCross Posted August 8, 2019 Share Posted August 8, 2019 (edited) 41 minutes ago, Matgen84 said: Thanks. I try "AvoidRuntimeDefrag= YES" after update config.plist 0.0.3--->0.0.4 Right, SATA drives=internal. But on your desktop screenshot, the drives are yellow icons as external drives. On my old system, there are grey icons as internal disks. It's detect as external disk (orange icon) because hot-plug or patch is running. 18 minutes ago, obus said: That doesn't work. DisableVariableWrite = YES only on Z390, B360, H310 whit nonworking NVRAM. My board has native NVRAM. Don't mix new booter feature with old files. Update your opencore and applesupport files to latest version. And reupload your config.plist Edited August 8, 2019 by Andres ZeroCross Link to comment Share on other sites More sharing options...
Recommended Posts