yes ofcourse, it is working with Mojave^Are the antenna wires attached as intended? Is the module receiving power from the motherboard?
yes ofcourse, it is working with Mojave^Are the antenna wires attached as intended? Is the module receiving power from the motherboard?
Bluetooth shouldn't probably work immediately after shutting down Mojave, as you need to boot Catalina/Big Sur/Monterey twice. I have no idea why it won't recognize your Wi-Fi network when you boot into Monterey.yes ofcourse, it is working with Mojave
I am now testing the NoAVXCompression kext to see if that cures the problem.
I've had (rare) kernel panics with both. Normally, the period between two consecutive kernel panics can be a couple of weeks or longer. I don't usually shut down my computer; it sleeps for hours during the day and every night. I'm currently using AVXpel and am reasonably happy with that.For anyone following this or experiencing KP's recently, I did switch to NoAVX kext...havent' had KP ever since...4-5 days since doing that. Hopefully that is it then, avxpel may be problematic in some way. Sticking with the legacy kext for now, will update here if it panics again..
-t C12A7328-F81F-11D2-BA4B-00A0C93EC93B
)I cant even pretend i know what you mean by type EFI -t 631334857260278119480585 can you please give a diskutil command i could followJust reformat it in FAT32. Or remove the partition altogether and create it again, making sure it is of type EFI (-t 631334857260278119480585
)
repairing or recreating an EFI partition is explained here with various examples:I cant even pretend i know what you mean by type EFI -t 631334857260278119480585 can you please give a diskutil command i could follow
diskutil list
. All the code below is unique to my setup, so adjust accordingly:wojtek@Wojteks-Mac-Pro.home102 /Users/wojtek diskutil list
/dev/disk0 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *1.0 TB disk0
1: Microsoft Reserved 134.2 MB disk0s1
2: Microsoft Basic Data Windows 1.0 TB disk0s2
3: Windows Recovery 683.7 MB disk0s3
/dev/disk1 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *2.0 TB disk1
1: EFI EFI 209.7 MB disk1s1
2: Apple_APFS Container disk2 2.0 TB disk1s2
/dev/disk2 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +2.0 TB disk2
Physical Store disk1s2
1: APFS Volume Macintosh HD 15.4 GB disk2s1
2: APFS Snapshot com.apple.os.update-... 15.4 GB disk2s1s1
3: APFS Volume Macintosh HD - Data 971.7 GB disk2s2
4: APFS Volume Preboot 710.9 MB disk2s3
5: APFS Volume Recovery 1.1 GB disk2s4
6: APFS Volume VM 1.1 MB disk2s5
/dev/disk3 (internal, physical):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *256.1 GB disk3
1: Linux Filesystem 256.1 GB disk3s1
/dev/disk5 (disk image):
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme +3.7 TB disk5
1: EFI EFI 209.7 MB disk5s1
2: Apple_APFS Container disk6 3.7 TB disk5s2
/dev/disk6 (synthesized):
#: TYPE NAME SIZE IDENTIFIER
0: APFS Container Scheme - +3.7 TB disk6
Physical Store disk5s2
1: APFS Volume Backups of Wojtek’s ... 1.9 TB disk6s1
/dev/disk1s1
diskutil reformat /dev/disk1s1
sudo gpt -r show /dev/disk1
start size index contents
0 1 PMBR
1 1 Pri GPT header
2 32 Pri GPT table
34 6
40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
409640 124641464 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC
125051104 262146
125313250 32 Sec GPT table
125313282 1 Sec GPT header
diskutil unmountdisk /dev/disk1
sudo gpt remove -i 1 /dev/disk1
diskutil unmountdisk /dev/disk1
sudo gpt add -i 1 -b 40 -s 409600 -t C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/disk1
You are right, I used my Windows installation troubles as the basic to write this tutorial and this ID works in Windows but in case of MacOS this should only berepairing or recreating an EFI partition is explained here with various examples:
(although I did not find the ominous "631334857260278119480585" there...)
https://apple.stackexchange.com/questions/57597/how-to-fix-broken-efi-partition/58892#58892
C12A7328-F81F-11D2-BA4B-00A0C93EC93B
obviously, correcting.Thanks for that, all sorted now.The EFI partition is identified as an "EFI partition" by first 16 bytes of its GUID. For a partition to be recognized as an EFI partition the name "EFI" is not enough (actually it should theoretically work whatever name is given), but the partition type GUID must identify it a partition containing EFI payload.
Keep in mind the instructions below are to be adjusted by the result of your particulardiskutil list
. All the code below is unique to my setup, so adjust accordingly:
1. Find the actual EFI partition:
Code:wojtek@Wojteks-Mac-Pro.home102 /Users/wojtek diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *1.0 TB disk0 1: Microsoft Reserved 134.2 MB disk0s1 2: Microsoft Basic Data Windows 1.0 TB disk0s2 3: Windows Recovery 683.7 MB disk0s3 /dev/disk1 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *2.0 TB disk1 1: EFI EFI 209.7 MB disk1s1 2: Apple_APFS Container disk2 2.0 TB disk1s2 /dev/disk2 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +2.0 TB disk2 Physical Store disk1s2 1: APFS Volume Macintosh HD 15.4 GB disk2s1 2: APFS Snapshot com.apple.os.update-... 15.4 GB disk2s1s1 3: APFS Volume Macintosh HD - Data 971.7 GB disk2s2 4: APFS Volume Preboot 710.9 MB disk2s3 5: APFS Volume Recovery 1.1 GB disk2s4 6: APFS Volume VM 1.1 MB disk2s5 /dev/disk3 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *256.1 GB disk3 1: Linux Filesystem 256.1 GB disk3s1 /dev/disk5 (disk image): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme +3.7 TB disk5 1: EFI EFI 209.7 MB disk5s1 2: Apple_APFS Container disk6 3.7 TB disk5s2 /dev/disk6 (synthesized): #: TYPE NAME SIZE IDENTIFIER 0: APFS Container Scheme - +3.7 TB disk6 Physical Store disk5s2 1: APFS Volume Backups of Wojtek’s ... 1.9 TB disk6s1
In my case I boot from EFI located on the physical 2TB disk, identified by/dev/disk1s1
2. This partition is not mounted (usually) So let's reformat it:
Code:diskutil reformat /dev/disk1s1
If your EFI partition was properly identified as an EFI partition type it is now clean, should show 200 MB free. Keep in mind, you won't boot from this EFI now, so install Open Core right away and bless this partition to boot from it.
3. If it is not, you have to employ a bigger hammer:
3A: Check your disk geometry:
Code:sudo gpt -r show /dev/disk1 start size index contents 0 1 PMBR 1 1 Pri GPT header 2 32 Pri GPT table 34 6 40 409600 1 GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B 409640 124641464 2 GPT part - 48465300-0000-11AA-AA11-00306543ECAC 125051104 262146 125313250 32 Sec GPT table 125313282 1 Sec GPT header
3B: Note the the 40-409600 in "1 GPT part". Your disk may be different. Please adjust "40" and "409600" below accordingly:
Code:diskutil unmountdisk /dev/disk1 sudo gpt remove -i 1 /dev/disk1 diskutil unmountdisk /dev/disk1 sudo gpt add -i 1 -b 40 -s 409600 -t C12A7328-F81F-11D2-BA4B-00A0C93EC93B /dev/disk1
Again, install Open Core immediately to this partition.
You are right, I used my Windows installation troubles as the basic to write this tutorial and this ID works in Windows but in case of MacOS this should only beC12A7328-F81F-11D2-BA4B-00A0C93EC93B
obviously, correcting.
For anyone following this or experiencing KP's recently, I did switch to NoAVX kext...havent' had KP ever since...4-5 days since doing that. Hopefully that is it then, avxpel may be problematic in some way. Sticking with the legacy kext for now, will update here if it panics again..
Glad to see at least one issue solved. I am travelling today so away from the MP, but unless someone chimes in earlier, I will send you my config (your TB3 card won’t work with that, though).Could you give me a Config.plist file which is issue free so I can compare please.
Hi @PeterHolbrook you are usingHere's mine, with a working, flashed Titan-Ridge TB3 card.
Not yet released. It's part of a larger project that will be documented shortly:mine is SSDT-TBOLT.aml which i got from Matin Lo's 0.8.0 release. where did you get this aml from?
That’s just mean…. Lol can I be a tester??? I’m kind of going nutsNot yet released. It's part of a larger project that will be documented shortly:
Hang tight. I'll be creating a new thread concerning this in a couple of days.That’s just mean…. Lol can I be a tester??? I’m kind of going nuts
i have tried both and even have both patched now...will this new .aml resolve any these issues?Hang tight. I'll be creating a new thread concerning this in a couple of days.
Regarding your Thunderbolt Display issues, what you are observing is mostly normal. One thing that you might want to try is to make sure that you are using the "first" DisplayPort output of your graphics card for "DP IN 1" of the GC-TITAN RIDGE.