Contribute
Register

Kernel Panic OC 0.6.9

Status
Not open for further replies.
Joined
Nov 11, 2010
Messages
306
Motherboard
Gigabyte GA-H97-D3H
CPU
i7-4790
Graphics
HD 4600 & R9 270X
Mac
  1. iMac
  2. Mac Pro
Mobile Phone
  1. Android
  2. iOS
  3. Other
Hello Friends I need your kind help
My Hackintosh 10th Gen i5 10600K, ga-b460m-ds3h-ac, 16 GB DDR4, WDBlack Nvme SSD 250 OSX Catalina 10.15.7 with latest security update latest bios working normally with UHD 630 but when i add a AMD RX 560 4GB Saphire Pulse (Baffin) card the system randomly restarted due to Kernal panic I re install the system and Update Clover 0.6.9 but problem persist.

***********************************************************************************************************

panic(cpu 6 caller 0xffffff8016a43a5a): Kernel trap at 0xffffff7f9c5e6081, type 14=page fault, registers:
CR0: 0x000000008001003b, CR2: 0x00000000000001dc, CR3: 0x000000001d890000, CR4: 0x00000000003626e0
RAX: 0xb4f9a7e6c2110081, RBX: 0x0000000000000002, RCX: 0x0000000000010002, RDX: 0x0000000000000001
RSP: 0xffffff8205a93e20, RBP: 0xffffff8205a93ea0, RSI: 0x0000000000000001, RDI: 0xffffff803d7f72e0
R8: 0x0000000000000001, R9: 0x0000000000000002, R10: 0x0000000000000000, R11: 0x0000000000000000
R12: 0xffffff8039b58000, R13: 0x0000000000000000, R14: 0x0000000000000002, R15: 0x0000000000000000
RFL: 0x0000000000010202, RIP: 0xffffff7f9c5e6081, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0x00000000000001dc, Error code: 0x0000000000000000, Fault CPU: 0x6, PL: 0, VF: 1

Backtrace (CPU 6), Frame : Return Address
0xffffff8205a93880 : 0xffffff801691763d
0xffffff8205a938d0 : 0xffffff8016a51b25
0xffffff8205a93910 : 0xffffff8016a436ae
0xffffff8205a93960 : 0xffffff80168bda40
0xffffff8205a93980 : 0xffffff8016916d07
0xffffff8205a93a80 : 0xffffff80169170f7
0xffffff8205a93ad0 : 0xffffff80170be82c
0xffffff8205a93b40 : 0xffffff8016a43a5a
0xffffff8205a93cc0 : 0xffffff8016a43758
0xffffff8205a93d10 : 0xffffff80168bda40
0xffffff8205a93d30 : 0xffffff7f9c5e6081
0xffffff8205a93ea0 : 0xffffff7f9c5c2503
0xffffff8205a93ee0 : 0xffffff801702a2bd
0xffffff8205a93f30 : 0xffffff8017028b8e
0xffffff8205a93f70 : 0xffffff8017028186
0xffffff8205a93fa0 : 0xffffff80168bd13e
Kernel Extensions in backtrace:
com.apple.driver.AppleIntelCFLGraphicsFramebuffer(14.0.7)[48FBB6EB-E989-347A-885C-43D9F8B071C5]@0xffffff7f9c58e000->0xffffff7f9c7c2fff
dependency: com.apple.iokit.IOPCIFamily(2.9)[B4389948-0918-363E-8E70-0FBC89B384CA]@0xffffff7f97312000
dependency: com.apple.iokit.IOACPIFamily(1.4)[0BC116A3-534A-3990-99CB-09DB34A5EFAA]@0xffffff7f97309000
dependency: com.apple.iokit.IOAcceleratorFamily2(438.7.4)[4F99A1E8-80CF-3FB8-81E6-003E6FB9287C]@0xffffff7f9c4c0000
dependency: com.apple.iokit.IOReportFamily(47)[CAB42AFD-E93C-3FC9-850D-91DC66AF0D02]@0xffffff7f97249000
dependency: com.apple.AppleGraphicsDeviceControl(5.2.7)[C485E8F6-6C46-3E79-B04F-0D8A354DD2C0]@0xffffff7f9c584000
dependency: com.apple.iokit.IOGraphicsFamily(576.1)[5FD30AFD-9512-3600-AD94-7048F96F8951]@0xffffff7f9c46f000

BSD process name corresponding to current thread: kernel_task
Boot args: chunklist-security-epoch=0 -chunklist-no-rev2-dev

Mac OS version:
19H1030

Kernel version:
Darwin Kernel Version 19.6.0: Mon Apr 12 20:57:45 PDT 2021; root:xnu-6153.141.28.1~1/RELEASE_X86_64
Kernel UUID: BB1171FD-A9E3-3D24-92F7-F4DD45974EFD
Kernel slide: 0x0000000016600000
Kernel text base: 0xffffff8016800000
__HIB text base: 0xffffff8016700000
System model name: iMac20,1 (Mac-CFF7D910A743CAAF)
System shutdown begun: NO
Panic diags file available: YES (0x0)
 

Attachments

  • opencore-2021-05-20-161227.txt
    256 KB · Views: 45
  • Error.pdf
    21.9 KB · Views: 60
  • EFI.zip
    27.5 MB · Views: 67
OS X tried to write to the CR2 register and failed. Try setting OpenCore as if your motherboard had no MAT support:
Boot>Quirks>
EnableWriteUnprotector: true
RebuiltAppleMemoryMap: false
SyncRuntimePermissions: false
Clear NVRAM and reboot. If it remains stable over a few reboots, consider the issue solved.

Source: Dortania's Troubleshooting Guide (it refers to CR0 but it's the same issue).
My Gigabyte Xeon motherboards prefer the WriteUnprotector quirk, even when they have MAT support.
 
OS X tried to write to the CR2 register and failed. Try setting OpenCore as if your motherboard had no MAT support:
Boot>Quirks>
EnableWriteUnprotector: true
RebuiltAppleMemoryMap: false
SyncRuntimePermissions: false
Clear NVRAM and reboot. If it remains stable over a few reboots, consider the issue solved.

Source: Dortania's Troubleshooting Guide (it refers to CR0 but it's the same issue).
My Gigabyte Xeon motherboards prefer the WriteUnprotector quirk, even when they have MAT support.
Thanks let me check . The board is MAT supported --
02:976 00:032 OCABC: MAT support is 1
Let me check
 
I saw MAT support in your logs, but don't pay too much attention to it. My C246 hacks are definitely stable with WriteUnprotector but fail after a few reboots if configured for MAT as recommanded by default in the Z370/Z390 the guide. I wouldn't be surprised if your Gigabyte B460 behaved similarly.
 
OS X tried to write to the CR2 register and failed. Try setting OpenCore as if your motherboard had no MAT support:
Boot>Quirks>
EnableWriteUnprotector: true
RebuiltAppleMemoryMap: false
SyncRuntimePermissions: false
Clear NVRAM and reboot. If it remains stable over a few reboots, consider the issue solved.

Source: Dortania's Troubleshooting Guide (it refers to CR0 but it's the same issue).
My Gigabyte Xeon motherboards prefer the WriteUnprotector quirk, even when they have MAT support.
still I facing KP
 
Status
Not open for further replies.
Back
Top