Jump to content
8755 posts in this topic

Recommended Posts

yeah, you serial debug XNU to retrieve the KP log, but that is not related to OC

EDIT: You could also try to mod the kernel to dump thr KP to NVRAM, but yet again I cannot help you with that and it is offtopic

Edited by Download-Fritz

i miss latest part (whitelisting) because i have understood you say it was not useful

DevirtualizeMmio produces an early kernel crash as you said (not info from this on screen)

Edit

sorry seen now offtopic message

 

 

 

Edited by Guest
typo
On 1/4/2020 at 9:29 PM, Andrey1970 said:

 

Try

Thank you !!

I've compiled it and it solved my power management problem.

 

Before i got 1.8PKG on intel power gadget while now i'm back on 0.8PKG (as was before when i was using a normal SSD)!

 

Thanks to all the devs !!

 

Mattia

 

I'm surprised to see OpenCore almost working 100% on my first try...

 

I have one issue that I'm not sure how to debug... I use a separate encrypted APFS NVME that contains all of my /Users data. This disk normally auto mounts at boot, but I've noticed that it no longer works when I boot with OpenCore (Note it works fine booting though Clover).

When I open the disk utility, I can see the disk, but it's greyed out and I don't seem to have an option to decrypt/mount the disk. It feels like File Vault is simply non-functional. When I read through the OpenCore related data, it mentions how AppleImageLoader is not needed so I never bother loading it into my configuration.

 

Screen Shot 2020-01-07 at 4.24.59 PM.png

Hello been trying to switch from clover to OpenCore but nothing seems to be working. I get the dreaded black screen and stuck at 

 

19:465 00:031 Prelinked status - Success
 

 

Here's my log and EFI.

 

Thanks for any help you can give. Tried 18,1 and 19,2 SMBIO 

 

| [CPU][Intel Core i7-8700K 3.7 GHz 6-Core Processor] | [CPU Cooler][Corsair H100i v2 70.69 CFM Liquid CPU Cooler] | [Motherboard][MSI Z370M GAMING PRO AC Micro ATX LGA1151 Motherboard] | [Memory][G.Skill Trident Z 16 GB (2 x 8 GB) DDR4-3200 Memory] | [Storage][Samsung 850 EVO-Series 500 GB 2.5" Solid State Drive] | [Video Card][Asus Radeon RX 580 8 GB ROG STRIX Video Card]

EFI.zip

opencore-2020-01-07-022337.txt

1 hour ago, audiohackintosh said:

Hello been trying to switch from clover to OpenCore but nothing seems to be working. I get the dreaded black screen and stuck at 

 

19:465 00:031 Prelinked status - Success
 

 

Here's my log and EFI.

 

Thanks for any help you can give. Tried 18,1 and 19,2 SMBIO 

 

| [CPU][Intel Core i7-8700K 3.7 GHz 6-Core Processor] | [CPU Cooler][Corsair H100i v2 70.69 CFM Liquid CPU Cooler] | [Motherboard][MSI Z370M GAMING PRO AC Micro ATX LGA1151 Motherboard] | [Memory][G.Skill Trident Z 16 GB (2 x 8 GB) DDR4-3200 Memory] | [Storage][Samsung 850 EVO-Series 500 GB 2.5" Solid State Drive] | [Video Card][Asus Radeon RX 580 8 GB ROG STRIX Video Card]

EFI.zip

opencore-2020-01-07-022337.txt

Not an expert by any means but:

Get rid of all clover stuff

clean out kexts to only necessary ones

compile latest OC and create new config.plist using sample in doc's folder

I run a z390 board with a 580 and need no boot arg. i would think that is true on a 370 board

It is necessary to read the Reference Manual to get a viable system 

1 minute ago, ken394 said:

Not an expert by any means but:

Get rid of all clover stuff

clean out kexts to only necessary ones

compile latest OC and create new config.plist using sample in doc's folder

I run a z390 board with a 580 and need no boot arg. i would think that is true on a 370 board

It is necessary to read the Reference Manual to get a viable system 

Hmm I followed the vanilla guide pretty exactly at first but that didn't work so I started porting over what worked on my clover config and still no luck. I'll try one more time but I'm not really expecting any different result. 

 

 

Hi @PMheart

Can you check _cpuid_set_info 10.15.2

Intel Core i9-9980XE Skylake X

FakeCPUID

0x050654

 

 

#1

Base: _cpuid_set_info
Comment: FakeCPUID - Model 0xE (0x5E, SKL), 10.15.2
Count: 1
Enabled: YES
Find: 89C1C0E9 04FEC1
Identifier: kernel
Limit: 0
Mask: (LEAVE THIS EMPTY)
MatchKernel: 
Replace: B90E0000 00880D
ReplaceMask: (LEAVE THIS EMPTY)
Skip: 0

#2

Base: _cpuid_set_info
Comment: FakeCPUID - Ext 0x5 (0x5E, SKL), 10.15.2
Count: 1
Enabled: YES
Find: 89C1C1E9 1089
Identifier: kernel
Limit: 0
Mask: (LEAVE THIS EMPTY)
MatchKernel: 
Replace: B9050000 0080
ReplaceMask: (LEAVE THIS EMPTY)
Skip: 0

Can you check for 10.15.2.

Thanks PMheart.

Edited by nmano

Hi @nmano, could you please explain why do you use patches for XCPM support for Xeons in a separate topic? OpenCore should have these builtin as explained in https://github.com/acidanthera/bugtracker/issues/365. We got a question from a user who found this and got very confused as this is definitely not what we designed.

  • Cpuid1Data/Cpuid1Mask are a replacement for xcpm_bootstrap patch (and FakeCPUID), and they should really be <d4 06 03 00 (fake id)…> <ff ff ff ff… all zeroes> correspondingly.
  • AppleXcpmCfgLock and AppleXcpmExtraMsrs should cover all the other patches

Perhaps something went wrong? Could you please provide us with the details?

  • Like 1
  • Thanks 1
3 hours ago, vit9696 said:

Hi @nmano, could you please explain why do you use patches for XCPM support for Xeons in a separate topic? OpenCore should have these builtin as explained in https://github.com/acidanthera/bugtracker/issues/365. We got a question from a user who found this and got very confused as this is definitely not what we designed.

  • Cpuid1Data/Cpuid1Mask are a replacement for xcpm_bootstrap patch (and FakeCPUID), and they should really be <d4 06 03 00 (fake id)…> <ff ff ff ff… all zeroes> correspondingly.
  • AppleXcpmCfgLock and AppleXcpmExtraMsrs should cover all the other patches

Perhaps something went wrong? Could you please provide us with the details?

Then it turns out cpu emulation is not working ?

2020-01-10 в 16.14.20.png

NO-Patch .png

+Patch-xcpm_bootstrap .png

Архив.zip

Edited by pitrysha
  • Like 1
31 minutes ago, vit9696 said:

@pitrysha, in your archive you fake to a CPU without XCPM support, I don't know what for and hot it is supposed to work. Most likely it should be d4 06 03 or c3 06 03.

Thanks . Everything works .

2020-01-10 в 17.36.45.zip

  • Like 1
×
×
  • Create New...