Contribute
Register

Monterey on X79G v1.3 + E5-1650 v2 panic

Status
Not open for further replies.
Joined
Apr 21, 2022
Messages
8
Motherboard
Atermiter X79G v.1.3 (BIOS X79GA00E)
CPU
Intel Xeon E5-1650 v2
Graphics
AMD RX 570 4GB
Mac
  1. MacBook Air
Mobile Phone
  1. Android
  2. iOS
Yoo, guys :headbang:
After many attempts to install Big Sur on X79G motherboard, I finally managed to do it!​

However, when running the Monterey 12.3 installer, I ran into a problem that I can’t solve for more than a day, namely, writing on the lines:
Kernel trap at 0xffffff8007484f3b :banghead:
panic(cpu 0 caller 0xffffff8007484f3b) Fault CR2: 0xffffff800b6792b1
Fault CR2: 0xffffff800b6792b1

DSDT is used by me, cleaned of all warnings and removed entries in _SB about extra processors and threads, leaving only 12 threads.
So far, googling does not help, so I turn to you for help and at the same time try to fix it :rolleyes:

What I tried:
• played with quirks
• changed CpuTscSync to VoodooTscSync and back it
• changed VirtualSMC to FakeSMC and back it
• added "cpus=1" to the arguments and deleted
• played with DSDT patches and with the creation of SSDT
• deleted CpuTscSync and back it (because without TSC Sync Kext i can't to boot into any MacOS)
• and a lot of other things

P.S. I'm using OpenCore 0.8.0 with latest version of kexts&drivers

stuck's here.jpg
 

Attachments

  • AIDA64 Report.txt
    125 KB · Views: 35
  • EFI.zip
    10.2 MB · Views: 36
  • Monterey unsuccessfull log.txt
    256 KB · Views: 33
  • Big Sur successful log.txt
    256 KB · Views: 33
  • config.plist
    27.4 KB · Views: 34
Last edited:
Kernel panic related to CpuTscSync.kext, disable it in your config.plist.
 
DSDT is used by me
DSDT should not be used with OpenCore - See guide.


I'm using OpenCore 0.8.0

Code:
OCS: Missing key CustomPciSerialDevice, context <Quirks>!
OCS: Missing key ForceAquantiaEthernet, context <Quirks>!
OCS: No schema for SerialInit at 5 index, context <Debug>!
OCS: Missing key LogModules, context <Debug>!
OCS: Missing key Serial, context <Misc>!
OCS: Missing key PointerPollMask, context <AppleInput>!
OCS: Missing key PointerPollMax, context <AppleInput>!
OCS: Missing key PointerPollMin, context <AppleInput>!
OCS: No schema for AudioOut at 2 index, context <Audio>!
OCS: No schema for MinimumVolume at 4 index, context <Audio>!
OCS: No schema for VolumeAmplifier at 8 index, context <Audio>!
OCS: Missing key AudioOutMask, context <Audio>!
OCS: Missing key DisconnectHda, context <Audio>!
OCS: Missing key MaximumGain, context <Audio>!
OCS: Missing key MinimumAssistGain, context <Audio>!
OCS: Missing key MinimumAudibleGain, context <Audio>!
OCS: Missing key ReconnectGraphicsOnConnect, context <Output>!
OCS: Missing key UIScale, context <Output>!
OCS: Missing key EnableVmx, context <Quirks>!
Serialisation returns 19 errors!
 
Kernel panic related to CpuTscSync.kext, disable it in your config.plist.
Hello, tnx for ur reply.
I tried to lauch Monterey and Big after disabling CpuTscSync.kext

Monterey:
I catch panic and immediate reboot.
(and added log "Monterey.txt")

Big Sur:
I catch panic and stuck with "apple not support logo" (will add log "Big Sur.txt")
 

Attachments

  • Big Sur.txt
    256 KB · Views: 38
  • Monterey.txt
    256 KB · Views: 37
Last edited:
OCS: Missing key CustomPciSerialDevice, context <Quirks>! OCS: Missing key ForceAquantiaEthernet, context <Quirks>! OCS: No schema for SerialInit at 5 index, context <Debug>! OCS: Missing key LogModules, context <Debug>! OCS: Missing key Serial, context <Misc>! OCS: Missing key PointerPollMask, context <AppleInput>! OCS: Missing key PointerPollMax, context <AppleInput>! OCS: Missing key PointerPollMin, context <AppleInput>! OCS: No schema for AudioOut at 2 index, context <Audio>! OCS: No schema for MinimumVolume at 4 index, context <Audio>! OCS: No schema for VolumeAmplifier at 8 index, context <Audio>! OCS: Missing key AudioOutMask, context <Audio>! OCS: Missing key DisconnectHda, context <Audio>! OCS: Missing key MaximumGain, context <Audio>! OCS: Missing key MinimumAssistGain, context <Audio>! OCS: Missing key MinimumAudibleGain, context <Audio>! OCS: Missing key ReconnectGraphicsOnConnect, context <Output>! OCS: Missing key UIScale, context <Output>! OCS: Missing key EnableVmx, context <Quirks>! Serialisation returns 19 errors!
Does this mean I have to add these keys to my config.plist?
If yes, should I do it now or later?
 
It means your config.plist contains 19 errors.
I recreated my config.plist with some changes using sample from OpenCore's 0.8.0 release. Deleted DSDT.aml, enabled CpuTscSync.kext back (because without it I can't load into Big Sur) and cleared NVRAM.

There are no errors in config.plist now, no changes in loading either: Big Sur loads successfully, Monterey stucks on this lines again :)

Attached logs and actual EFI&config
 

Attachments

  • Big Sur.txt
    256 KB · Views: 32
  • Monterey.txt
    256 KB · Views: 36
  • EFI.zip
    10.2 MB · Views: 41
  • config.plist
    27.4 KB · Views: 35
UPD. If I'm trying to use CpuTscSync version 1.0.3 instead of latest 1.0.8, I catch panic with immediate reboot in Monterey installer, but Big Sur loads successfully:

reboot after this line.jpeg
 
Last edited:
UPD.
With VoodooTscSync instead of CpuTscSync I catch panic and reboot in Monterey too.
But Big Sur loads successfully.
 
Last edited:
Status
Not open for further replies.
Back
Top