Jump to content
30960 posts in this topic

Recommended Posts

1 hour ago, Jief_Machak said:

Here is a version that fixes MatchOS CloverX64-2020-10-19-19-09-31-2d124e4-dirty-jief.zip 

Let me know if it's working, so I'll commit it.

oh how beautiful! thank you i try 
but big sur how do we define it to be precise?
11
11.x
10.16.x

  • Haha 1
3 hours ago, Jief_Machak said:

Here is a version that fixes MatchOS CloverX64-2020-10-19-19-09-31-2d124e4-dirty-jief.zip 

Let me know if it's working, so I'll commit it.

 

mmmm something doesn't add up
with the configs with which I started Catalina and BS, now that I have defined matchos, it continues to work. Previously these configs with Mojaver, started it but at one point there was a KP; now with this new Clover commit, it just doesn't start.
Same thing with the config that started me mojave and catalina, with the MatchOS defined, Mojave does not start.

here are the logs, I generated them using the same config to start the various macOS

BS --> OK
Catalina --> OK
Mojave --> no boot

 

 

 

 

 

 

preboot.log

X570_BS_debug.log

X570_Catalina_debug.log

X570_Mojave_NOK_debug.log

Edited by iCanaro
  • Like 1
  • Confused 1
1 hour ago, iCanaro said:

 

mmmm something doesn't add up
with the configs with which I started Catalina and BS, now that I have defined matchos, it continues to work. Previously these configs with Mojaver, started it but at one point there was a KP; now with this new Clover commit, it just doesn't start.
Same thing with the config that started me mojave and catalina, with the MatchOS defined, Mojave does not start.

here are the logs, I generated them using the same config to start the various macOS

BS --> OK
Catalina --> OK
Mojave --> no boot

 

 

 

 

 

 

preboot.log

X570_BS_debug.log

X570_Catalina_debug.log

X570_Mojave_NOK_debug.log

 

here for all systems this is 100%

I don't have any kernel panic to boot in between High Sierra 10.13.6, Mojave 10.14.6, Catalina 10.15.7 and finally BigSur Beta 10 as well as Windows boot correctly!

 

https://we.tl/t-V39jspV1iE

  • Like 2
  • Sad 1
50 minutes ago, PG7 said:

here for all systems this is 100%

I don't have any kernel panic to boot in between High Sierra 10.13.6, Mojave 10.14.6, Catalina 10.15.7 and finally BigSur Beta 10 as well as Windows boot correctly!

if you pass me the you kerneltopatch so i can check if that's my problem
 

19 minutes ago, iCanaro said:

if you pass me the you kerneltopatch so i can check if that's my problem

 

 

<key>KernelToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>Disable panic kext logging on 10.14 Release kernel</string>
				<key>Disabled</key>
				<true/>
				<key>Find</key>
				<data>
				igKEwHRC
				</data>
				<key>MaskFind</key>
				<data>
				////////
				</data>
				<key>MaskReplace</key>
				<data>
				AAAAAP8A
				</data>
				<key>MatchOS</key>
				<string>10.14</string>
				<key>Replace</key>
				<data>
				igKEwOtC
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Disable panic kext logging on 10.13 Release kernel</string>
				<key>Disabled</key>
				<true/>
				<key>Find</key>
				<data>
				igKEwHRE
				</data>
				<key>MatchOS</key>
				<string>10.13</string>
				<key>Replace</key>
				<data>
				igKEwOtE
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Lapic panic patch example</string>
				<key>Disabled</key>
				<true/>
				<key>Find</key>
				<data>
				6AAA//+DAAAAAAAA
				</data>
				<key>MaskFind</key>
				<data>
				/wAA////AAAAAP//
				</data>
				<key>MaskReplace</key>
				<data>
				/wAA////////////
				</data>
				<key>MaskStart</key>
				<data>
				/////wA=
				</data>
				<key>MatchOS</key>
				<string>All</string>
				<key>RangeFind</key>
				<integer>200</integer>
				<key>Replace</key>
				<data>
				6AAA//8xwJCQkJCQ
				</data>
				<key>StartPattern</key>
				<data>
				ACnHeAAx241H+oM=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Symbolic patch example got lapic panic</string>
				<key>Disabled</key>
				<true/>
				<key>Find</key>
				<data>
				6AAA//+DAAAAAAAA
				</data>
				<key>MaskFind</key>
				<data>
				/wAA////AAAAAP//
				</data>
				<key>MaskReplace</key>
				<data>
				/wAA////////////
				</data>
				<key>MaskStart</key>
				<data>
				/////wA=
				</data>
				<key>MatchOS</key>
				<string>All</string>
				<key>Procedure</key>
				<string>_lapic_interrupt</string>
				<key>RangeFind</key>
				<integer>200</integer>
				<key>Replace</key>
				<data>
				6AAA//8xwJCQkJCQ
				</data>
				<key>StartPattern</key>
				<data>
				ACnHeAAx241H+oM=
				</data>
			</dict>
		</array>
		<key>KernelXCPM</key>
		<false/>
		<key>PanicNoKextDump</key>
		<true/>
	</dict>
	<key>Quirks</key>
	<dict>
		<key>AppleXcpmExtraMsrs</key>
		<false/>
		<key>AppleXcpmForceBoost</key>
		<false/>
		<key>AvoidRuntimeDefrag</key>
		<true/>
		<key>DevirtualiseMmio</key>
		<false/>
		<key>DisableIoMapper</key>
		<true/>
		<key>DisableLinkeditJettison</key>
		<true/>
		<key>DisableRtcChecksum</key>
		<false/>
		<key>DisableSingleUser</key>
		<false/>
		<key>DisableVariableWrite</key>
		<false/>
		<key>DiscardHibernateMap</key>
		<false/>
		<key>DummyPowerManagement</key>
		<false/>
		<key>EnableSafeModeSlide</key>
		<true/>
		<key>EnableWriteUnprotector</key>
		<true/>
		<key>ExternalDiskIcons</key>
		<false/>
		<key>ForceExitBootServices</key>
		<false/>
		<key>FuzzyMatch</key>
		<true/>
		<key>IncreasePciBarSize</key>
		<false/>
		<key>KernelCache</key>
		<string>Auto</string>
		<key>MmioWhitelist</key>
		<array>
			<dict>
				<key>Address</key>
				<integer>4275159040</integer>
				<key>Comment</key>
				<string>Haswell: SB_RCBA is a 0x4 page memory region, containing SPI_BASE at 0x3800 (SPI_BASE_ADDRESS)</string>
				<key>Enabled</key>
				<false/>
			</dict>
			<dict>
				<key>Address</key>
				<integer>4278190080</integer>
				<key>Comment</key>
				<string>Generic: PCI root is a 0x1000 page memory region used by some firmwares</string>
				<key>Enabled</key>
				<false/>
			</dict>
		</array>
		<key>PowerTimeoutKernelPanic</key>
		<true/>
		<key>ProtectMemoryRegions</key>
		<false/>
		<key>ProtectSecureBoot</key>
		<false/>
		<key>ProtectUefiServices</key>
		<false/>
		<key>ProvideConsoleGopEnable</key>
		<true/>
		<key>ProvideCustomSlide</key>
		<false/>
		<key>ProvideMaxSlide</key>
		<integer>0</integer>
		<key>RebuildAppleMemoryMap</key>
		<false/>
		<key>SetupVirtualMap</key>
		<true/>
		<key>SignalAppleOS</key>
		<false/>
		<key>SyncRuntimePermissions</key>
		<true/>
		<key>ThirdPartyDrives</key>
		<true/>
		<key>XhciPortLimit</key>
		<false/>
	</dict>

826733695_Capturedecran2020-10-19a23_34_08.thumb.png.2df66d7ce624fe8fa0dd24e7807a0d26.png

  • Thanks 1
  • Sad 1
13 hours ago, jmacie said:

@Vinicius P. Miranda

look at

you need to use these patches and adapt the ssdt-rtc0 range patch to match your dsdt rtc path

I had seen this tutorial, but there is only Cpuid1Data for Haswell-E +.
Do you know how I can find the Cpuid1Dat and FakeCPUID for SandyBridge-E ?

With the new changes that are coming / already implemented to hide main big sur volume does anyone have a guide on creating a custom entry for the preboot volume?

 

Also been bugging me for a while @Vinicius P. Miranda please fix your signature.

Spoiler

 

i7 3930k (Sady Bridge-E) - Rampage IV Extreme (x79) Bios 4901 Modified to NVME - AMD RX 5700XT - 16GB (4x4GB) Ripjaws 1866MHz - Catalina 10.15.7

 

To

 

i7 3930k (Sandy Bridge-E) - Rampage IV Extreme (x79) Bios 4901 Modified to NVME - AMD RX 5700XT - 16GB (4x4GB) Ripjaws 1866MHz - Catalina 10.15.7

 

 

  • Like 2

hello everyone I have this config.plist which works fine with clover 5123, but no longer works with clover 5125 someone can tell me what change to make to start Big sur on Kaby lake
Z270 GAMING K3 Thank you

config.plist

IMG_0204.jpeg

Edited by gerard71

@Vinicius P. Miranda

 

https://dortania.github.io/OpenCore-Install-Guide/config-HEDT/ivy-bridge-e.html

Maybe try the Ivy Bridge cpuid. Dortania says Sandy Bridge-E applies. It's worth a shot

Screen Shot 2020-10-20 at 12.12.50 AM.png

https://dortania.github.io/OpenCore-Install-Guide/config-HEDT/ivy-bridge-e.html

Maybe try the Ivy Bridge cpuid. Dortania says Sandy Bridge-E applies. It's worth a shot

Edited by jmacie

@jmacie I tried this guide for several days, and tried several variations of it. But it did not work. I will try to find FakeCPUID and Cpuid1Dat from Sandy Bridge-E and Ivy Bridge-E and try this tutorial again.

Thank you for your help.

  • Like 1
40 minutes ago, gerard71 said:

hello everyone I have this config.plist which works fine with clover 5123, but no longer works with clover 5125 someone can tell me what change to make to start Big sur on Kaby lake
Z270 GAMING K3 Thank you

config.plist

IMG_0204.jpeg

Did you check the sample config for changes?

  • Like 1
6 hours ago, SavageAUS said:

@iCanaro can you plz share your updated config-CATA_BS_38.plist with matchos?

 

just take what I've already posted and adapt MatchOS as the ultimate clover commit
 

https://github.com/CloverHackyColor/CloverBootloader/commit/e80852a82f4dc3c6a3077c511f8375315fe2a91e

  • Like 1
Quote

Here is a version that fixes MatchOS : CloverX64-2020-10-19-19-09-31-2d124e4-dirty-jief.zip 

Let me know if it's working, so I'll commit it. 

Bigsur10 could not be installed successfully.
But can boot into the pre-installed bigsur
I need to use opencore to complete the installation in order to use clover to boot into my system normally.

  • Confused 1
45 minutes ago, iCanaro said:

 

just take what I've already posted and adapt MatchOS as the ultimate clover commit
 

https://github.com/CloverHackyColor/CloverBootloader/commit/e80852a82f4dc3c6a3077c511f8375315fe2a91e

I’ll see what I can do. But is matchOS needed if Big Sur is the only OS I’m using?

55 minutes ago, SavageAUS said:

I’ll see what I can do. But is matchOS needed if Big Sur is the only OS I’m using?

it's always better to define all fields and entries correctly, even if you only use BUgFart :D

 

now with MatchOS in place, from me the previously posted config 29 correctly starts mojave, catalina and BS @Jief_Machak :thumbsup_anim:
 

PS: even the one I posted in 38 fields, now with matchos defined properly, I start mojave, catalina and BS

Edited by iCanaro
  • Like 2
  • Haha 1
2 hours ago, iCanaro said:

it's always better to define all fields and entries correctly, even if you only use BUgFart :D

 

now with MatchOS in place, from me the previously posted config 29 correctly starts mojave, catalina and BS @Jief_Machak :thumbsup_anim:
 

PS: even the one I posted in 38 fields, now with matchos defined properly, I start mojave, catalina and BS

The only one that works for me is the 35 patch list that doesn’t have matchos in it and that boots Catalina and Big Sur. 

14 minutes ago, SavageAUS said:

The only one that works for me is the 35 patch list that doesn’t have matchos in it and that boots Catalina and Big Sur. 

ok clear, the config-BS you are referring to is still an open construction site, let's see if inserting MatchOS and the various fields then continues to work

Edited by iCanaro
  • Like 2
6 hours ago, PG7 said:

Lenovo ThinkCentre M93

i5-4460S

HD4600-Nvidia

GTX760 3Go

 

BigSur beta 10 

Clover r5125 (commit 2d124e41e)

 

  Hide contents

861994169_Capturedecran2020-10-20a13_52_54.thumb.png.8e0c23d4769ff55c7ea615c4051025ba.png

 

you Can install bigsur full beta 10 with Clover?

Hi,

 

Clover v5125 destroyed my boot process. Now I have a black screenI just updated clover from the 4359 version to 5125. Normally I use not the regular config.plist, but instead a config.plist in the vendor OEM subdirectory. So after installation, I renamed the default config.plist to plist_ (which all the time worked). But that is not the problem, it seems to me.

 

If I choose the macos system drive in the clover menu, the screen turns black and nothing happens. Even reset via keyboard does not work anymore. My clover config worked for years, so what did change now?

 

Please help.

 

There still are apfs.efi and HFSPlus.efi in drivers64EFI and drivers/UEFI. My 10.13 drive still is HFS+ formatted.

 

I lately switch from fakesm c to virtualsm c, but that was not a problem with version 4359.

 

I am booting from the system partition efi, which is formatted as HFS+ using 10.13.4.

Edited by Funky frank
16 hours ago, SavageAUS said:

Did you check the sample config for changes?

yes I took the config.sample.plist and put imac 18.3 and it gives me this screen, I don't know which option to choose in the config.plist for clover 5125

it works very well with clover 5123

 

has anyone successfully started a KABY LAKE desktop system with clover 5125 ??

config.plist

IMG_0899 - copie.jpg

Edited by gerard71
  • Like 1
  • Thanks 1
×
×
  • Create New...