Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.
Status
The first post of this thread is a WikiPost and can be edited by anyone with the appropiate permissions. Your edits will be public.
You cannot add zip packages to a release, with a fork. They are added when you create the release, for example Lilu 1.5.0.
I don't own that repo so I can't do it there, but on my own fork I can, but it does not make sense. As @cdf said wait for next first Monday of the month. @TECK It is easy to compile :
Code:
cd ${HOME}/Downloads
git clone https://github.com/acidanthera/Lilu.git
cd Lilu
git clone https://github.com/acidanthera/MacKernelSDK
xcodebuild -project Lilu.xcodeproj -configuration Debug clean build ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES


cd ${HOME}/Downloads
git clone https://github.com/acidanthera/RestrictEvents.git
cd RestrictEvents
cp -r ${HOME}/Downloads/Lilu/build/Debug/Lilu.kext .
git clone https://github.com/acidanthera/MacKernelSDK
xcodebuild -project RestrictEvents.xcodeproj -configuration Debug clean build ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES
 
Last edited:
  • Like
Reactions: TECK and h9826790
Could be ... seems they may be trying to map cMP to nMP and then fully spoof as nMP
This seems like a good way forward, at least theoretically. I plan on testing full spoofing myself.
Not mapping cMP to nMP from chatting with one of the Dortania guys but to fix the USB setup on unsupported Macs

Mac OS 10.11 and newer have a hard limit of 15 personalities per USB Controller and Apple doesn't always use the ports in order, they might use ie HS01, HS06, HS09, SS05, SS06 (HS means USB 2 and SS means USB 3)

The port limit however, counts in order, starting with USB 2 and moving up to USB 3 so if there were 14 USB 2.0 personalities (HS01 - HS14), the only USB 3 personality that would fit in before hitting that port limit is SS01, which is not used

Now obviously, this is going to cause problems on real Macs. So they decided to use port injectors (which are really basic kexts) to control which personalities are enabled, so that we could have only HS01, HS06, HS09, SS05, SS06 enabled - therefore not hitting the port limit

These port injectors ship as part of a kext in macOS. However, when the machine is dropped from support, the port injector for that specific Mac model is removed, so we need to add the injector for your model back again.

If Apple supports 10.11 or up on your Mac then it'll have the injector. It's only needed when you're trying to get ie. Catalina on a cMP5,1, which is not supported, and the USB injector for the MP5,1 would have been removed from Catalina

Apparently, USB-Map-31 Kext is needed on cMP3,1 for Sierra and above, USB-Map-41 Kext on cMP4,1 for Sierra and above and USB-Map-51 Kext on cMP5,1 for Catalina and above.
If Apple supports 10.11 or up on your Mac then it'll have the injector. It's only needed when you're trying to get ie. Catalina on a cMP5,1, which is not supported, and the USB injector for cMP5,1 would have been removed from Catalina
 
  • Like
Reactions: tsialex
Apparently, USB-Map-31 Kext is needed on cMP3,1 for Sierra and above, USB-Map-41 Kext on cMP4,1 for Sierra and above and USB-Map-51 Kext on cMP5,1 for Catalina and above.
Just FYI It broke my wake from sleep.
 
Apparently, USB-Map-31 Kext is needed on cMP3,1 for Sierra and above, USB-Map-41 Kext on cMP4,1 for Sierra and above and USB-Map-51 Kext on cMP5,1 for Catalina and above.

In Catalina, the injector for the 5,1 is present. See:

/System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBHostPlatformProperties.kext/Contents/Info.plist

(Perhaps the 5,1 was originally going to be supported on Catalina). According to the plist, the injector should work provided that we keep the MacPro5,1 model identifier.
 
  • Like
Reactions: startergo
Can't find this in Mojave:
/System/Library/Extensions/IOUSBHostFamily.kext/Contents/PlugIns/AppleUSBHostPlatformProperties.kext

IOUSBHostFamily.kext is there but the "plugins" folder does not contain AppleUSBHostPlatformProperties.kext

Wondering where the coverage might be then defined on that version
 
h9826790-cdf-Wiz-&Thread Experts: Newbie Questions:
Awhile back I related an issue regarding my superdrive making “Loading” sounds sporadically and panic/crashes when installing DVD Fab, wondering if it possibly had to do with open core? I have updated to OC 0.6.4. I am getting panic/crashes when trying to install ANY new programs??! Of course, I don’t know enough to determine if Open Core is involved? If any of you have a minute, please look at my crash reports from various installer panics and let me know what you think. Would be Greatly Appreciated!!

="Panic"
Here are reports:
panic(cpu 20 caller 0xffffff80179ed0e6): Kernel trap at 0xffffff7fb9a90080, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0xffffff7fb9a90080, CR3: 0x0000001827a6000f, CR4: 0x00000000000226e0
RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000008, RDX: 0x0000000000000000
RSP: 0xffffffd20f223ab8, RBP: 0xffffffd20f223b40, RSI: 0x0000000000000078, RDI: 0xffffff7fb9ad8b48
R8: 0x0000000100000201, R9: 0xffffff801b978065, R10: 0x0000000000000003, R11: 0x0000000000000001
R12: 0xffffff801880c870, R13: 0x0000000000000007, R14: 0x0000000000000001, R15: 0xffffff940a43aaa0
RFL: 0x0000000000010246, RIP: 0xffffff7fb9a90080, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0xffffff7fb9a90080, Error code: 0x0000000000000010, Fault CPU: 0x14, PL: 0, VF: 1
Backtrace (CPU 20), Frame : Return Address
0xffffffd20f2234d0 : 0xffffff80178b9aed
0xffffffd20f223520 : 0xffffff80179fc6e3
0xffffffd20f223560 : 0xffffff80179ecd1a
0xffffffd20f2235b0 : 0xffffff801785ea2f
0xffffffd20f2235d0 : 0xffffff80178b938d
0xffffffd20f2236f0 : 0xffffff80178b9678
0xffffffd20f223760 : 0xffffff80180be3ca
0xffffffd20f2237d0 : 0xffffff80179ed0e6
0xffffffd20f223950 : 0xffffff80179ecdcd
0xffffffd20f2239a0 : 0xffffff801785ea2f
0xffffffd20f2239c0 : 0xffffff7fb9a90080
0xffffffd20f223b40 : 0xffffff8017f85bcc
0xffffffd20f223b90 : 0xffffff8017f8312c
0xffffffd20f223bf0 : 0xffffff8017f98322
0xffffffd20f223c40 : 0xffffff8017f99ce7
0xffffffd20f223cc0 : 0xffffff8017fad88b
0xffffffd20f223d40 : 0xffffff801791ec1b
0xffffffd20f223d90 : 0xffffff80178bf0e7
0xffffffd20f223e00 : 0xffffff8017895905
0xffffffd20f223e60 : 0xffffff80178ad012
0xffffffd20f223ef0 : 0xffffff80179d0ec3
0xffffffd20f223fa0 : 0xffffff801785f216
Process name corresponding to current thread: kernelmanagerd
Boot args: -lilubetaall -wegbeta agdpmod=pikera shikigva=80 mbasd=1 -wegtree -no_compat_check no32exec=0
Mac OS version:
20C69
Kernel version:
Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64
Kernel UUID: 82E2050C-5936-3D24-AD3B-EC4EC5C09E11
KernelCache slide: 0x0000000017600000
KernelCache base: 0xffffff8017800000
Kernel slide: 0x0000000017610000
Kernel text base: 0xffffff8017810000
__HIB text base: 0xffffff8017700000
System model name: MacPro5,1 (Mac-7BA5B2D9E42DDD94)
System shutdown begun: NO
Panic diags file available: NO (0xe00002bc)
Hibernation exit count: 0
______________________________________________________________________________________
panic(cpu 12 caller 0xffffff8009ded0e6): Kernel trap at 0xffffff7fabe90080, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0xffffff7fabe90080, CR3: 0x00000001aab45009, CR4: 0x00000000000226e0
RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000008, RDX: 0x0000000000000000
RSP: 0xffffffd209623ab8, RBP: 0xffffffd209623b40, RSI: 0x0000000000000078, RDI: 0xffffff7fabed8b48
R8: 0x0000000100000201, R9: 0xffffff800dd78065, R10: 0x0000000000000003, R11: 0x0000000000000001
R12: 0xffffff800ac0c870, R13: 0x0000000000000007, R14: 0x0000000000000001, R15: 0xffffff93fc8c8560
RFL: 0x0000000000010246, RIP: 0xffffff7fabe90080, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0xffffff7fabe90080, Error code: 0x0000000000000010, Fault CPU: 0xc, PL: 0, VF: 1
Backtrace (CPU 12), Frame : Return Address
0xffffffd2096234d0 : 0xffffff8009cb9aed
0xffffffd209623520 : 0xffffff8009dfc6e3
0xffffffd209623560 : 0xffffff8009decd1a
0xffffffd2096235b0 : 0xffffff8009c5ea2f
0xffffffd2096235d0 : 0xffffff8009cb938d
0xffffffd2096236f0 : 0xffffff8009cb9678
0xffffffd209623760 : 0xffffff800a4be3ca
0xffffffd2096237d0 : 0xffffff8009ded0e6
0xffffffd209623950 : 0xffffff8009decdcd
0xffffffd2096239a0 : 0xffffff8009c5ea2f
0xffffffd2096239c0 : 0xffffff7fabe90080
0xffffffd209623b40 : 0xffffff800a385bcc
0xffffffd209623b90 : 0xffffff800a38312c
0xffffffd209623bf0 : 0xffffff800a398322
0xffffffd209623c40 : 0xffffff800a399ce7
0xffffffd209623cc0 : 0xffffff800a3ad88b
0xffffffd209623d40 : 0xffffff8009d1ec1b
0xffffffd209623d90 : 0xffffff8009cbf0e7
0xffffffd209623e00 : 0xffffff8009c95905
0xffffffd209623e60 : 0xffffff8009cad012
0xffffffd209623ef0 : 0xffffff8009dd0ec3
0xffffffd209623fa0 : 0xffffff8009c5f216
Process name corresponding to current thread: kernelmanagerd
Boot args: -lilubetaall -wegbeta agdpmod=pikera shikigva=80 mbasd=1 -wegtree -no_compat_check no32exec=0
Mac OS version:
20C69
Kernel version:
Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64
Kernel UUID: 82E2050C-5936-3D24-AD3B-EC4EC5C09E11
KernelCache slide: 0x0000000009a00000
KernelCache base: 0xffffff8009c00000
Kernel slide: 0x0000000009a10000
Kernel text base: 0xffffff8009c10000
__HIB text base: 0xffffff8009b00000
System model name: MacPro5,1 (Mac-7BA5B2D9E42DDD94)
System shutdown begun: NO
Panic diags file available: NO (0xe00002bc)
Hibernation exit count: 0
System uptime in nanoseconds: 559714737902
Last Sleep: absolute base_tsc base_nano
Uptime : 0x0000008251992a2b
Sleep : 0x0000000000000000 0x0000000000000000 0x0000000000000000
Wake : 0x0000000000000000 0x00000031eea51794 0x0000000000000000
last started kext at 559713233003: com.innieteam.Innie 1.0.9 (addr 0xffffff7fabee9000, size 8192)
last stopped kext at 556632231500: com.Cycling74.driver.Soundflower 1.6.8 (addr 0xffffff7fabf75000, size 12288)
_____________________________________________________________________________________
panic(cpu 12 caller 0xffffff80137ed0e6): Kernel trap at 0xffffff7fb5890080, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0xffffff7fb5890080, CR3: 0x00000018276c6027, CR4: 0x00000000000226e0
RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000008, RDX: 0x0000000000000000
RSP: 0xffffffd212efbab8, RBP: 0xffffffd212efbb40, RSI: 0x0000000000000078, RDI: 0xffffff7fb58d8b48
R8: 0x0000000100000201, R9: 0xffffff8017778065, R10: 0x0000000000000003, R11: 0x0000000000000001
R12: 0xffffff801460c870, R13: 0x0000000000000007, R14: 0x0000000000000001, R15: 0xffffff94061c7560
RFL: 0x0000000000010246, RIP: 0xffffff7fb5890080, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0xffffff7fb5890080, Error code: 0x0000000000000010, Fault CPU: 0xc, PL: 0, VF: 1
Backtrace (CPU 12), Frame : Return Address
0xffffffd212efb4d0 : 0xffffff80136b9aed
0xffffffd212efb520 : 0xffffff80137fc6e3
0xffffffd212efb560 : 0xffffff80137ecd1a
0xffffffd212efb5b0 : 0xffffff801365ea2f
0xffffffd212efb5d0 : 0xffffff80136b938d
0xffffffd212efb6f0 : 0xffffff80136b9678
0xffffffd212efb760 : 0xffffff8013ebe3ca
0xffffffd212efb7d0 : 0xffffff80137ed0e6
0xffffffd212efb950 : 0xffffff80137ecdcd
0xffffffd212efb9a0 : 0xffffff801365ea2f
0xffffffd212efb9c0 : 0xffffff7fb5890080
0xffffffd212efbb40 : 0xffffff8013d85bcc
0xffffffd212efbb90 : 0xffffff8013d8312c
0xffffffd212efbbf0 : 0xffffff8013d98322
0xffffffd212efbc40 : 0xffffff8013d99ce7
0xffffffd212efbcc0 : 0xffffff8013dad88b
0xffffffd212efbd40 : 0xffffff801371ec1b
0xffffffd212efbd90 : 0xffffff80136bf0e7
0xffffffd212efbe00 : 0xffffff8013695905
0xffffffd212efbe60 : 0xffffff80136ad012
0xffffffd212efbef0 : 0xffffff80137d0ec3
0xffffffd212efbfa0 : 0xffffff801365f216
Process name corresponding to current thread: kernelmanagerd
Boot args: -lilubetaall -wegbeta agdpmod=pikera shikigva=80 mbasd=1 -wegtree -no_compat_check no32exec=0
Mac OS version:
20C69
Kernel version:
Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64
Kernel UUID: 82E2050C-5936-3D24-AD3B-EC4EC5C09E11
KernelCache slide: 0x0000000013400000
KernelCache base: 0xffffff8013600000
Kernel slide: 0x0000000013410000
Kernel text base: 0xffffff8013610000
__HIB text base: 0xffffff8013500000
System model name: MacPro5,1 (Mac-7BA5B2D9E42DDD94)
System shutdown begun: NO
Panic diags file available: NO (0xe00002bc)
Hibernation exit count: 0
 
Last edited:
h9826790-cdf-Wiz-&Thread Experts: Newbie Questions:
Awhile back I related an issue regarding my superdrive making “Loading” sounds sporadically and panic/crashes when installing DVD Fab, wondering if it possibly had to do with open core? I have updated to OC 0.6.4. I am getting panic/crashes when trying to install ANY new programs??! Of course, I don’t know enough to determine if Open Core is involved? If any of you have a minute, please look at my crash reports from various installer panics and let me know what you think. Would be Greatly Appreciated!!


Here are reports:
panic(cpu 20 caller 0xffffff80179ed0e6): Kernel trap at 0xffffff7fb9a90080, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0xffffff7fb9a90080, CR3: 0x0000001827a6000f, CR4: 0x00000000000226e0
RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000008, RDX: 0x0000000000000000
RSP: 0xffffffd20f223ab8, RBP: 0xffffffd20f223b40, RSI: 0x0000000000000078, RDI: 0xffffff7fb9ad8b48
R8: 0x0000000100000201, R9: 0xffffff801b978065, R10: 0x0000000000000003, R11: 0x0000000000000001
R12: 0xffffff801880c870, R13: 0x0000000000000007, R14: 0x0000000000000001, R15: 0xffffff940a43aaa0
RFL: 0x0000000000010246, RIP: 0xffffff7fb9a90080, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0xffffff7fb9a90080, Error code: 0x0000000000000010, Fault CPU: 0x14, PL: 0, VF: 1
Backtrace (CPU 20), Frame : Return Address
0xffffffd20f2234d0 : 0xffffff80178b9aed
0xffffffd20f223520 : 0xffffff80179fc6e3
0xffffffd20f223560 : 0xffffff80179ecd1a
0xffffffd20f2235b0 : 0xffffff801785ea2f
0xffffffd20f2235d0 : 0xffffff80178b938d
0xffffffd20f2236f0 : 0xffffff80178b9678
0xffffffd20f223760 : 0xffffff80180be3ca
0xffffffd20f2237d0 : 0xffffff80179ed0e6
0xffffffd20f223950 : 0xffffff80179ecdcd
0xffffffd20f2239a0 : 0xffffff801785ea2f
0xffffffd20f2239c0 : 0xffffff7fb9a90080
0xffffffd20f223b40 : 0xffffff8017f85bcc
0xffffffd20f223b90 : 0xffffff8017f8312c
0xffffffd20f223bf0 : 0xffffff8017f98322
0xffffffd20f223c40 : 0xffffff8017f99ce7
0xffffffd20f223cc0 : 0xffffff8017fad88b
0xffffffd20f223d40 : 0xffffff801791ec1b
0xffffffd20f223d90 : 0xffffff80178bf0e7
0xffffffd20f223e00 : 0xffffff8017895905
0xffffffd20f223e60 : 0xffffff80178ad012
0xffffffd20f223ef0 : 0xffffff80179d0ec3
0xffffffd20f223fa0 : 0xffffff801785f216
Process name corresponding to current thread: kernelmanagerd
Boot args: -lilubetaall -wegbeta agdpmod=pikera shikigva=80 mbasd=1 -wegtree -no_compat_check no32exec=0
Mac OS version:
20C69
Kernel version:
Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64
Kernel UUID: 82E2050C-5936-3D24-AD3B-EC4EC5C09E11
KernelCache slide: 0x0000000017600000
KernelCache base: 0xffffff8017800000
Kernel slide: 0x0000000017610000
Kernel text base: 0xffffff8017810000
__HIB text base: 0xffffff8017700000
System model name: MacPro5,1 (Mac-7BA5B2D9E42DDD94)
System shutdown begun: NO
Panic diags file available: NO (0xe00002bc)
Hibernation exit count: 0
______________________________________________________________________________________
panic(cpu 12 caller 0xffffff8009ded0e6): Kernel trap at 0xffffff7fabe90080, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0xffffff7fabe90080, CR3: 0x00000001aab45009, CR4: 0x00000000000226e0
RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000008, RDX: 0x0000000000000000
RSP: 0xffffffd209623ab8, RBP: 0xffffffd209623b40, RSI: 0x0000000000000078, RDI: 0xffffff7fabed8b48
R8: 0x0000000100000201, R9: 0xffffff800dd78065, R10: 0x0000000000000003, R11: 0x0000000000000001
R12: 0xffffff800ac0c870, R13: 0x0000000000000007, R14: 0x0000000000000001, R15: 0xffffff93fc8c8560
RFL: 0x0000000000010246, RIP: 0xffffff7fabe90080, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0xffffff7fabe90080, Error code: 0x0000000000000010, Fault CPU: 0xc, PL: 0, VF: 1
Backtrace (CPU 12), Frame : Return Address
0xffffffd2096234d0 : 0xffffff8009cb9aed
0xffffffd209623520 : 0xffffff8009dfc6e3
0xffffffd209623560 : 0xffffff8009decd1a
0xffffffd2096235b0 : 0xffffff8009c5ea2f
0xffffffd2096235d0 : 0xffffff8009cb938d
0xffffffd2096236f0 : 0xffffff8009cb9678
0xffffffd209623760 : 0xffffff800a4be3ca
0xffffffd2096237d0 : 0xffffff8009ded0e6
0xffffffd209623950 : 0xffffff8009decdcd
0xffffffd2096239a0 : 0xffffff8009c5ea2f
0xffffffd2096239c0 : 0xffffff7fabe90080
0xffffffd209623b40 : 0xffffff800a385bcc
0xffffffd209623b90 : 0xffffff800a38312c
0xffffffd209623bf0 : 0xffffff800a398322
0xffffffd209623c40 : 0xffffff800a399ce7
0xffffffd209623cc0 : 0xffffff800a3ad88b
0xffffffd209623d40 : 0xffffff8009d1ec1b
0xffffffd209623d90 : 0xffffff8009cbf0e7
0xffffffd209623e00 : 0xffffff8009c95905
0xffffffd209623e60 : 0xffffff8009cad012
0xffffffd209623ef0 : 0xffffff8009dd0ec3
0xffffffd209623fa0 : 0xffffff8009c5f216
Process name corresponding to current thread: kernelmanagerd
Boot args: -lilubetaall -wegbeta agdpmod=pikera shikigva=80 mbasd=1 -wegtree -no_compat_check no32exec=0
Mac OS version:
20C69
Kernel version:
Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64
Kernel UUID: 82E2050C-5936-3D24-AD3B-EC4EC5C09E11
KernelCache slide: 0x0000000009a00000
KernelCache base: 0xffffff8009c00000
Kernel slide: 0x0000000009a10000
Kernel text base: 0xffffff8009c10000
__HIB text base: 0xffffff8009b00000
System model name: MacPro5,1 (Mac-7BA5B2D9E42DDD94)
System shutdown begun: NO
Panic diags file available: NO (0xe00002bc)
Hibernation exit count: 0
System uptime in nanoseconds: 559714737902
Last Sleep: absolute base_tsc base_nano
Uptime : 0x0000008251992a2b
Sleep : 0x0000000000000000 0x0000000000000000 0x0000000000000000
Wake : 0x0000000000000000 0x00000031eea51794 0x0000000000000000
last started kext at 559713233003: com.innieteam.Innie 1.0.9 (addr 0xffffff7fabee9000, size 8192)
last stopped kext at 556632231500: com.Cycling74.driver.Soundflower 1.6.8 (addr 0xffffff7fabf75000, size 12288)
_____________________________________________________________________________________
panic(cpu 12 caller 0xffffff80137ed0e6): Kernel trap at 0xffffff7fb5890080, type 14=page fault, registers:
CR0: 0x0000000080010033, CR2: 0xffffff7fb5890080, CR3: 0x00000018276c6027, CR4: 0x00000000000226e0
RAX: 0x0000000000000000, RBX: 0x0000000000000000, RCX: 0x0000000000000008, RDX: 0x0000000000000000
RSP: 0xffffffd212efbab8, RBP: 0xffffffd212efbb40, RSI: 0x0000000000000078, RDI: 0xffffff7fb58d8b48
R8: 0x0000000100000201, R9: 0xffffff8017778065, R10: 0x0000000000000003, R11: 0x0000000000000001
R12: 0xffffff801460c870, R13: 0x0000000000000007, R14: 0x0000000000000001, R15: 0xffffff94061c7560
RFL: 0x0000000000010246, RIP: 0xffffff7fb5890080, CS: 0x0000000000000008, SS: 0x0000000000000010
Fault CR2: 0xffffff7fb5890080, Error code: 0x0000000000000010, Fault CPU: 0xc, PL: 0, VF: 1
Backtrace (CPU 12), Frame : Return Address
0xffffffd212efb4d0 : 0xffffff80136b9aed
0xffffffd212efb520 : 0xffffff80137fc6e3
0xffffffd212efb560 : 0xffffff80137ecd1a
0xffffffd212efb5b0 : 0xffffff801365ea2f
0xffffffd212efb5d0 : 0xffffff80136b938d
0xffffffd212efb6f0 : 0xffffff80136b9678
0xffffffd212efb760 : 0xffffff8013ebe3ca
0xffffffd212efb7d0 : 0xffffff80137ed0e6
0xffffffd212efb950 : 0xffffff80137ecdcd
0xffffffd212efb9a0 : 0xffffff801365ea2f
0xffffffd212efb9c0 : 0xffffff7fb5890080
0xffffffd212efbb40 : 0xffffff8013d85bcc
0xffffffd212efbb90 : 0xffffff8013d8312c
0xffffffd212efbbf0 : 0xffffff8013d98322
0xffffffd212efbc40 : 0xffffff8013d99ce7
0xffffffd212efbcc0 : 0xffffff8013dad88b
0xffffffd212efbd40 : 0xffffff801371ec1b
0xffffffd212efbd90 : 0xffffff80136bf0e7
0xffffffd212efbe00 : 0xffffff8013695905
0xffffffd212efbe60 : 0xffffff80136ad012
0xffffffd212efbef0 : 0xffffff80137d0ec3
0xffffffd212efbfa0 : 0xffffff801365f216
Process name corresponding to current thread: kernelmanagerd
Boot args: -lilubetaall -wegbeta agdpmod=pikera shikigva=80 mbasd=1 -wegtree -no_compat_check no32exec=0
Mac OS version:
20C69
Kernel version:
Darwin Kernel Version 20.2.0: Wed Dec 2 20:39:59 PST 2020; root:xnu-7195.60.75~1/RELEASE_X86_64
Kernel UUID: 82E2050C-5936-3D24-AD3B-EC4EC5C09E11
KernelCache slide: 0x0000000013400000
KernelCache base: 0xffffff8013600000
Kernel slide: 0x0000000013410000
Kernel text base: 0xffffff8013610000
__HIB text base: 0xffffff8013500000
System model name: MacPro5,1 (Mac-7BA5B2D9E42DDD94)
System shutdown begun: NO
Panic diags file available: NO (0xe00002bc)
Hibernation exit count: 0
Please not to double post. Pick a thread that's most relevant, then only post once.
 
Cheers. So might not be the case that the kext they are now distributing with their setup breaks it?
Actually I am just looking at the kext they created. I don't even know if it is working, because there is already existing kext and this one should be with higher IOProbeScore than the original kext to substitute its actions. And I don't see IOProbeScore defined in the kext. Also for a model MacPro7,1 they are using renamed ports:
EHC1-->EH01
EHC2-->EH02
That rename also has to take place somewhere. Either from OC or an SSDT. All they do for remapping is rename the ports in OC (according to the spoofed model) and provide the original properties of MacPro5,1 to the renamed ports.
Corpnewt's USBMap.kext has a different approach. It acts on the AppleUSBMergeNub instead and renames the ports with an SSDT.
 
Last edited:
VERY, VERY SORRY!! I didn’t know! Thought maybe since all you experts seem to work as OC Specialist cMP Knowledge TEAM-Would never have had my 2009/2010 machine working in 2021 without all of YOU!! The BEST! Will remember the protocol.
 
@papadj3 ... also helpful if you put such long log outputs within "Spoiler" tags.

You can edit your post as follows:
(SPOILER="Some Title")
Post your log here
(/SPOILER)

Use square brackets "[" and "]" instead of the normal ones I had to use in the example.

Good luck with your query!


Actually I am just looking at the kext they created. I don't even know if it is working
Might still be Work in Progress
 
Hello All, got myself into a bit of a pickle...

MacPro 5,1, mid 2012

Installed BigSur via OpenCore 0.6.3 on a HHD and working fine, then instlled on my SSD. Been fine for a few weeks, but wasn't getting the updates, played around with the config but didn't help. Must have done something because now I've lost the boot screen and it boots straight into my original HHD version. I looked at the config on the SSD and all looked ok, tried a few reboots and still no menu and booted into HHD. Decided to re-bless the SSD but now it won't boot unless I remove the SSD drive and it then boots into the HHD Big Sur version.

I really need to get back to my SSD version, any thoughts on where I'm going wrong and what I should do?

Any help would be appreciated, thanks in advance.
 
Hello All, got myself into a bit of a pickle...

MacPro 5,1, mid 2012

Installed BigSur via OpenCore 0.6.3 on a HHD and working fine, then instlled on my SSD. Been fine for a few weeks, but wasn't getting the updates, played around with the config but didn't help. Must have done something because now I've lost the boot screen and it boots straight into my original HHD version. I looked at the config on the SSD and all looked ok, tried a few reboots and still no menu and booted into HHD. Decided to re-bless the SSD but now it won't boot unless I remove the SSD drive and it then boots into the HHD Big Sur version.

I really need to get back to my SSD version, any thoughts on where I'm going wrong and what I should do?

Any help would be appreciated, thanks in advance.
1) Remove SSD
2) Boot to HDD
3) Re-install OpenCore onto HDD (including bless it)
4) shutdown and re-install SSD
5) select SSD from the boot picker
6) mount SSD EFI partition, remove that broken OpenCore
 
you can also try removing oc, then try running the update then reinstall oc. i got mojave to upgrade to 10.14.6 no problems but i also have an efi flashed 480 in my mp 5.1
Thanks for your advice ... everything is fixed now. what have i learned from this?
  1. Don't install Sec-Updates with active OC, deactivate, install, activate
  2. Use EFI from USB-Stick which extremely simplifies point 1.
 
1) Remove SSD
2) Boot to HDD
3) Re-install OpenCore onto HDD (including bless it)
4) shutdown and re-install SSD
5) select SSD from the boot picker
6) mount SSD EFI partition, remove that broken OpenCore
Awesome, that worked a treat. Many thanks for the clear steps

If I want to retire the HDD, would I need to

1. Boot into HDD
2. Install OpenCore and Bless on SSD
3. Reboot into SSD
4. Mount HDD and remove opencore

I still can't seem to update to 11.1, I think my config is missing the SMBIOS updates.
 
  • Like
Reactions: h9826790
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.