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.

Tony Vee 73

macrumors member
May 16, 2020
46
28
Staten Island, NY
I have a similar question and would love to know if anyone has any recommendations. I have a MacBook Pro 5,5 mid-2009 running Catalina 10.15.5. Is there anyway to dual boot macOS and windows within the same HDD? or do I have to have two separate drives? Thank you all for your amazing work on helping me to bring life back into this old machine.

@Muhammad009, I used boot camp and it worked for me with no issues. I had to download a Windows 10 ISO and create a bootable DVD. You also need a flash drive for the post install updates. More info and quick video below.

Windows 10 with Boot Camp...... After reading a few posts that stated people were unable to boot back to the Apple Volume after using Boot Camp to install Windows 10, I decided to try something

I wanted to install windows 10 using boot camp and add that that as a 2nd drive to my 2010 15" MBP, so I can boot to either hard drive. After I got Windows up on that drive, I decided to see if I could boot back to the Apple Volume.. and BAM, it worked.

So, feeling lucky, I backed up my main drive on my MBP (you know, in case I mess up) and decided to try to this on there, too... BAM it worked.

I uploaded a quick video of it booting back and forth...

Now, I'm not saying to try this on your computer but if you try, BACK UP YOUR COMPUTER 1ST, just in case.
 
  • Like
Reactions: TimothyR734

TimothyR734

macrumors 68030
Apr 10, 2018
2,723
2,753
Logsden Oregon
This is an app I use to watch Hulu, Netflix on my Macbook 5,2 and it should work in Mojave as well https://github.com/oscartbeaumont/ElectronPlayer after you download and install to your applications folder-right click on the electron player-show package contents -contents -frameworks -electronframework -versions-A-Libraries then unzip the 2 dylibs and place then there this a work around I found by making copies of the dylib's from Microsoft edge browser
 

Attachments

  • libwidevinecdm.dylib.sig.zip
    1.5 KB · Views: 159
  • libwidevinecdm.dylib.zip
    3.7 MB · Views: 156

Tony Vee 73

macrumors member
May 16, 2020
46
28
Staten Island, NY
Thanks. I have the same issue in Mojave for a 2009 MBP. I guess High Sierra is the last version that should work in safari and also no issues with Zoom and other some other apps?
The newest version of Zoom (downloaded form their website) will download a (IIRC) a version that works with non metal GPUs.

Google Chrome, there is a fix in this thread. Let me see if I can find it...

Found it... https://forums.macrumors.com/thread....2183772/page-402?post=28354240#post-28354240
 

VillasManzanill

macrumors regular
Mar 7, 2012
133
18
From your board-ids it's not a MacPro5,1 but rather you are spoofing to (multiple) supported Catalina iMacPro1,1 (MacPro6,1 and MacPro7,1) you are using opencore that's why, the spoofing might not help because "supported mac" searches for a pciexpress Broadcom Wifi with minimum AirPortBrcm4360 driver or even AirPortBrcmNIC .

From this output system_profiler -detailLevel basic | grep "Card Type"

you should get only the part where is vendor-id 0x14E4
so the output line where 0x14E4 is showed

Anyway I can attach a stock (non-patched) Mojave 10.14.6 Wifi kext, try this replace both the kext attached in your Catalina /System/Library/Extensions/

then from terminal copy/paste these (one line at once):
Code:
sudo -s

mount -uw /

chmod -R 755 /S*/L*/E*/

chown -R 0:0 /S*/L*/E*/

kextcache -i /

reboot

"kextcache" process can take up to 5 minutes to complete.
when i go to the S/L/E of my catalina ssd, it doesnt allow me to Paste the kext. its greyed out the paste option.
i have a program called hackintool, maybe i can try to install them with that?

i really dont wanna mess up my pretty much perfect vanilla open core .5.9 setup, i also have windows 10 working perfect too, wifi actually works on windows.

let me know thanks!
 
  • Like
Reactions: TimothyR734

Flacko

macrumors 6502
Oct 3, 2018
309
376
UK
when i go to the S/L/E of my catalina ssd, it doesnt allow me to Paste the kext. its greyed out the paste option.
i have a program called hackintool, maybe i can try to install them with that?

i really dont wanna mess up my pretty much perfect vanilla open core .5.9 setup, i also have windows 10 working perfect too, wifi actually works on windows.

let me know thanks!
Have you disabled SIP?
 
  • Like
Reactions: TimothyR734

zinger123

macrumors newbie
Sep 13, 2011
29
5
Hi Balur,
reading the blog I found your issue with Photos App after an installation of Catalina on unsupported Mac.
Attached you can see what my Photos App is showing when I click on images thumbnails. Colours are messed up and pixelized.

Did you somehow sort out the problem with Catalina or just rolled back to Mojave?

My primary usage of the Mac is for photos, so this is definitely a showstopper for me and I might evaluate downgrade to Mojave (patched) if it works there.
Previous OS was El Capitan. I'm running on a iMac 20-inch, Early 2008. Display adapter is ATI Radeon HD 2600 Pro 256 MB.

Cheers

 
  • Like
Reactions: TimothyR734

Flacko

macrumors 6502
Oct 3, 2018
309
376
UK
this is the result:

System Integrity Protection status: disabled.
Good, that takes one variable out of the equation. Now as @jackluke outlined try these, one at a time:
sudo -s
You should be asked for your password to continue. Then:

mount -uw /

This should allow you to change/edit the system files. See if you can then move the Mojave IO80211Family.kext into S/L/E using finder. You may want to back up your Catalina kext first. Just rename it with .bak or move it somewhere safe. Remember you are now changing your Catalina system which you previously stated was working well so there is an element of risk doing this.
If the kext has been successfully replaced then you can fix permissions etc using the following (one command at a time is the way I do it - however I have not needed to do this since my cMP3.1 as the cMP 5.1 uses Catalina completely unpatched so have not actually needed to replace any kext):

chmod -R 755 /S*/L*/E*/

chown -R 0:0 /S*/L*/E*/

kextcache -i /

reboot

Finally, if you do not want to risk replacing the IO80211Family.kext as a whole then right click on the Mojave version and expand contents and find the AirportBrcm4331.kext in the Plugins and just use finder to add this to the Plugins in the Catalina IO80211Family.kext. Then carry out the permission fix as outlined above.
 
Last edited:
  • Like
Reactions: TimothyR734

Muhammad009

macrumors newbie
Dec 26, 2008
9
3
@Muhammad009, I used boot camp and it worked for me with no issues. I had to download a Windows 10 ISO and create a bootable DVD. You also need a flash drive for the post install updates. More info and quick video below.

Thank you so much. I downloaded the ISO for both Windows 7 & 10. Is there any workaround aside from creating a bootable DVD? I realize the mid-2009 MBP doesn't support a bootable USB for Windows but was just curious.
[automerge]1592439960[/automerge]
Hi tony got a link for that windows 10 you installed?

I used the following link to get Windows 10 ISO: https://www.microsoft.com/en-gb/software-download/windows10ISO
 

quaccOS

macrumors regular
Apr 19, 2020
126
208
Screenshot 2020-06-18 at 02.17.24.png I found some random macOS 10.15 (19A602) file from Geekrar. Of course, I had to download Unarchiver because it's a RAR file – which contains a DMG file – which contains the Installer app.

I used patcher 1.1.9, and I should've remembered that the Night Shift patch doesn't appear in this version. I tried softwareupdate --fetch-full-installer --full-installer-version 10.15.2 but no luck.

I have my extensions enabled again, but I wanted to start new on a fresh version of 10.15.2 for extension enabling…then move to 10.15.5.

Apple said
:confused:
 

Tony Vee 73

macrumors member
May 16, 2020
46
28
Staten Island, NY
  • Like
Reactions: TimothyR734

Tony Vee 73

macrumors member
May 16, 2020
46
28
Staten Island, NY
Quick question. Is there a way to hide App Store apps with Catalina? There is an update for iMovie and I don't want to accidentally update to it cause it won't work with the Patcher.
 

TimothyR734

macrumors 68030
Apr 10, 2018
2,723
2,753
Logsden Oregon
Quick question. Is there a way to hide App Store apps with Catalina? There is an update for iMovie and I don't want to accidentally update to it cause it won't work with the Patcher.
iMovie doesn't work because it requires a metal gpu which our unsupported mac's do not have. Open the App Store, click on your name. scroll down to iMovie right next to open a circle with the 3 ... should appear click on the then click on hide purchase
 

Blackriton

macrumors regular
Sep 21, 2016
150
134
Paris
I tried again today to no avail. I only managed to connect the BT cable to the J1 connector but no difference as BT doesn't work on this connector also. So I put back the BT cable to J3. Its the only cable easy to connect but impossible for the 3 wifi antennas, I agree with you on that. I think the female connector are not centered so its the reason it doesnt work. But contrary to your experience I am fortunate to report no sleep-wake problems yet..............

Finally with the help of a friend with small hands, we managed to connect the 3 wifi antennas connectors on the Apple Broadcom Wifi+Bluetooth Card I bought recently 94360 CD. After reboot, everything was recognized in the System Report and Wifi works perfectly with AirDrop, Handoff and Continuity on my MacPro 3,1 under 10.15.5.
Only problem not resolved : Bluetooth still not working correctly : I throw out all the bluetooth plist in the Preferences and reboot but the Bluetooth SystemPrefs Panel can't see an external Bluetooth JBL soundbox (its was duly working with the original Bluetooth card I removed now from the MacPro ) and with an Apple Mouse2, its sees the Mouse and say its connected but the mouse is not working-moving afterwards..........I don't want to reinstall the all system and I am looking for other workarounds to correct the bluetooth problem. I ordered also a new wifi card adapter as it may be possible that the adapter is the culprit for the bluetooth problem.
 
  • Like
Reactions: TimothyR734

jowaju

macrumors 6502
Mar 7, 2019
251
333
this is the result:

System Integrity Protection status: disabled.

Just an FYI, the last 50 or so Catalina Machines I have done all say disabled when checked with csrutil status, but still show all the signs of being enabled. Simply entering in csrutil disable then reboot fixes it. A NVRAM / PRAM reset seems to bring back SIP, even if it says it is still disabled. Just a thought...
 

jackluke

macrumors 68040
Jun 15, 2018
3,321
8,068
this is the result:

System Integrity Protection status: disabled.

To make writable the Catalina Finder system folder you need this from terminal:
Code:
sudo mount -uw / ; killall Finder

open /System/Library/Extensions/

"sudo mount -uw /" from Catalina beta 2, is an @ASentientBot fix:
https://forums.macrumors.com/threads/macos-10-15-catalina-on-unsupported-macs.2183772/post-27492397

[automerge]1592497948[/automerge]
Just an FYI, the last 50 or so Catalina Machines I have done all say disabled when checked with csrutil status, but still show all the signs of being enabled. Simply entering in csrutil disable then reboot fixes it. A NVRAM / PRAM reset seems to bring back SIP, even if it says it is still disabled. Just a thought...

ASentientBot fixed also this "SIP issue" from 10.15.4 (till 10.15.3 parrotgeek1 SIPManager.kext worked correctly) binary patching its Catalina boot.efi , but you're right, also disabling it from a recovery environment works with a stock boot.efi and SIP is fully disabled without a "custom configuration".
 
Last edited:

Tony Vee 73

macrumors member
May 16, 2020
46
28
Staten Island, NY
iMovie doesn't work because it requires a metal gpu which our unsupported mac's do not have. Open the App Store, click on your name. scroll down to iMovie right next to open a circle with the 3 ... should appear click on the then click on hide purchase
Thanks. Hiding the Purchase still shows the update in the App Store. No worries. You used to be able to hide updates in oder versions.
 
  • Like
Reactions: TimothyR734

Flacko

macrumors 6502
Oct 3, 2018
309
376
UK
Finally with the help of a friend with small hands, we managed to connect the 3 wifi antennas connectors on the Apple Broadcom Wifi+Bluetooth Card I bought recently 94360 CD. After reboot, everything was recognized in the System Report and Wifi works perfectly with AirDrop, Handoff and Continuity on my MacPro 3,1 under 10.15.5.
Only problem not resolved : Bluetooth still not working correctly : I throw out all the bluetooth plist in the Preferences and reboot but the Bluetooth SystemPrefs Panel can't see an external Bluetooth JBL soundbox (its was duly working with the original Bluetooth card I removed now from the MacPro ) and with an Apple Mouse2, its sees the Mouse and say its connected but the mouse is not working-moving afterwards..........I don't want to reinstall the all system and I am looking for other workarounds to correct the bluetooth problem. I ordered also a new wifi card adapter as it may be possible that the adapter is the culprit for the bluetooth problem.
Have a read through this thread:

As you will read, BT Signal problems are not unusual for the cMP. My cMP3.1 had no issues but I needed to attach an external aerial to boost the BT signal in my cMP5.1. From your description of your problems I suspect this is the issue
 
  • Like
Reactions: TimothyR734
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.