Jump to content

OpenCore General Discussion


dgsga
8,805 posts in this topic

Recommended Posts

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

 
 
 
 
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

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
image.thumb.png.3de4aa819d35a534e679305f7933f082.png

 

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

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

Screen Shot 2019-08-08 at 12.29.08.png

Edited by Andres ZeroCross
Link to comment
Share on other sites

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

 

image.png.7565e874a33ecd6c7359a3f6ccad4177.png

Link to comment
Share on other sites

 
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

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

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

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

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

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
image.thumb.png.3cf49e489a9fefc48d3bd6c9eee24d77.png

Link to comment
Share on other sites

8 minutes ago, Andres ZeroCross said:

 

 

Binary can still be founded,, it's should work in Catalina
image.thumb.png.3cf49e489a9fefc48d3bd6c9eee24d77.png

 

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

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
image.thumb.png.f2728ece914efda0a5e2511ac35bde15.png
 

 

Take a look, Hot-Plug is working,, IOREG Shows it
image.thumb.png.685d798afd0517400f97434c55002753.png

Edited by Andres ZeroCross
  • Like 1
Link to comment
Share on other sites

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). 

image.thumb.png.c9d6ac36af0e3796d2b51634da211622.png

Edited by Andres ZeroCross
  • Like 1
Link to comment
Share on other sites

@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.

IMG_3718.png

 

 

Screen Shot 2019-08-08 at 15.56.07.png

Edited by Andres ZeroCross
  • Like 1
Link to comment
Share on other sites

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.

 

1866342970_Screenshot2019-08-08at11_56_36.thumb.png.6a38c1915473407dbb3538d1b9e7028c.png

 

Any help appreciated

config.plist

Edited by obus
Link to comment
Share on other sites

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.

 

1866342970_Screenshot2019-08-08at11_56_36.thumb.png.6a38c1915473407dbb3538d1b9e7028c.png

 

Any help appreciated

config.plist

 

 

RequestBootVarRouting=YES

 

 

Sent from my iPhone using Tapatalk

  • Like 1
Link to comment
Share on other sites

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.

IMG_3718.png

 

 

Screen Shot 2019-08-08 at 15.56.07.png

 

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.

 

 

Capture d’écran 2019-08-08 à 12.13.29.png

Link to comment
Share on other sites

 

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.

 

 

1695145719_Capturedcran2019-08-0812_13_29.png.f2f5d7fcde571e6a2031864e1294c717.png

 

 

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

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

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

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
image.png.ee8efead7c7c908a26fb6b1c075acc80.pngimage.png.6a0805726637e3caddecb7b065f0406c.png

Edited by Andres ZeroCross
Link to comment
Share on other sites

×
×
  • Create New...