Jump to content
8755 posts in this topic

Recommended Posts

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

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>

 

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

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.

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

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

@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

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.

  • Thanks 1

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

 

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

Already set to YES in config.plist
 
Thank's anyway.



Your booter combinations should be same like@justin


Sent from my iPhone using Tapatalk
Already set to YES in config.plist
 
Thank's anyway.



Your booter combinations should be same like@justin


Sent from my iPhone using Tapatalk
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. 

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.

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
1 hour 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. 


I got it,, you mean all hot plug storage is still in grey icon in your system???

Maybe this will explain
1. All Hot Plug harddisk device must be Orange / White icon for USB Flashdisk . It's default
2. Orange icon can be changed to grey with Orange Disk icon Patch (old patch)

But remember,,, put kext patch in config.plist doesn't mean patch is working after reboot. You need to verify Hot plug status in IOREG Output. There is special way in catalina to rebuild kextcache / prelinked kernel.

You need to 
sudo mount -uw /
sudo killAll Finder

Then rebuild kextcache / prelinkedkernel (or just run Kext Utility.app), without command above your prelinked kernel is not rebuilt and patch actually didn't work

  • Thanks 1
3 hours ago, Andres ZeroCross said:

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

 

Ok.Compiled a new set of OC and AppleSupportFiles.

Created a new config.plist from Docs. Attached you have my "old" working config.plist and the new I just created.

 

 

opencore-2019-08-08-112129.txt

config_new.plist

config_old.plist

Edited by obus
1 hour ago, obus said:

 

Ok.Compiled a new set of OC and AppleSupportFiles.

Created a new config.plist from Docs. Attached you have my "old" working config.plist and the new I just created.

 

 

opencore-2019-08-08-112129.txt

config_new.plist

config_old.plist


Use this, and post the result

 

config.plist

2 hours ago, Matgen84 said:

Hi Guys,

 

I can't boot correctly. But I've this line below before OC Menu. How to solve them, please.

 

 

OC_Config.jpg



What did you change before?? it's look like bad config.plist or different setup/version between OpenCore Files (drivers + bootloader) with config.plist

Edited by Andres ZeroCross
  • Thanks 1
14 minutes ago, Andres ZeroCross said:


Use this, and post the result

 

config.plist



What did you change before?? Like bad config.plist or different setup/version between OpenCore Files (drivers + bootloader) with config.plist

 

I've delete unfortunately my previous OC Config.plist. So I try to configure new one, there is some difficulties.

 

Could you take a look at the file, if you have the time

config.plist.zip

×
×
  • Create New...