Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

nalk7

macrumors regular
Original poster
Jul 11, 2008
211
21
Hi, I originally installed Catalina via Dosdude1's Catalina Patcher. It worked fine and all but I realized hardware acceleration for H.264 and HEVC wasn't working and updating to the latest version of MacOS was a chore. So I installed Opencore on my computer, those two previous problems were solved. I find having that patcher running is kind of redundant now that I have Opencore working on my machine, so I was wondering if theres a way to remove it?

I tried through the terminal and got this error:

user@Miguels-Mac-Pro-2 ~ % sudo rm -fr /System/Applications/Utilities/Patch\ Updater.app


rm: /System/Applications/Utilities/Patch Updater.app/Contents/MacOS/Patch Updater: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/MacOS: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/settings.plist: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/en.lproj/InfoPlist.strings: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/en.lproj/Credits.rtf: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/en.lproj: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/AppIcon.icns: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/MainMenu.nib: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/Assets.car: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/UpdateManager.nib: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/Patch-Updater.png: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Info.plist: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/PkgInfo: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app: Operation not permitted

Thanks in advanced guys

Cheers!
 
Hi, I originally installed Catalina via Dosdude1's Catalina Patcher. It worked fine and all but I realized hardware acceleration for H.264 and HEVC wasn't working and updating to the latest version of MacOS was a chore. So I installed Opencore on my computer, those two previous problems were solved. I find having that patcher running is kind of redundant now that I have Opencore working on my machine, so I was wondering if theres a way to remove it?

I tried through the terminal and got this error:

user@Miguels-Mac-Pro-2 ~ % sudo rm -fr /System/Applications/Utilities/Patch\ Updater.app


rm: /System/Applications/Utilities/Patch Updater.app/Contents/MacOS/Patch Updater: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/MacOS: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/settings.plist: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/en.lproj/InfoPlist.strings: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/en.lproj/Credits.rtf: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/en.lproj: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/AppIcon.icns: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/MainMenu.nib: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/Assets.car: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/UpdateManager.nib: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/Patch-Updater.png: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Info.plist: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/PkgInfo: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app: Operation not permitted

Thanks in advanced guys

Cheers!
I think I've seen this mentioned before. If I'm correct you will have to erase and re-install. Hopefully, someone else will chime in for you.
 
  • Sad
Reactions: TimmuJapan
I think I've seen this mentioned before. If I'm correct you will have to erase and re-install. Hopefully, someone else will chime in for you.
Thanks man, yeah that's what I feared, hopefully there's a quicker way to get rid of it :/

Thank you!
 
Catalina system drive is mounted in read mode. You have to re-mount in R/W mode and it will work.
 
  • Like
Reactions: nalk7
Catalina system drive is mounted in read mode. You have to re-mount in R/W mode and it will work.
How does one re-mount in R/W mode???

Does this and the command to remove the patcher tool have to be done in recovery?

I’m thinking about upgrading my motherboard, so I too would like to remove the patcher tool without having to wipe the drive. any advice would be greatly appreciated!
 
How does one re-mount in R/W mode???

Does this and the command to remove the patcher tool have to be done in recovery?

I’m thinking about upgrading my motherboard, so I too would like to remove the patcher tool without having to wipe the drive. any advice would be greatly appreciated!
Make sure SIP is disabled

Code:
spctl --master-disable
mount -uw /
sudo killall Finder

Assign rights for read and write:
sudo chmod - R 775 /your/folder/

Delete it:
sudo rm -rf /your/folder/
 
  • Sad
Reactions: TimmuJapan
Hi, I originally installed Catalina via Dosdude1's Catalina Patcher. It worked fine and all but I realized hardware acceleration for H.264 and HEVC wasn't working and updating to the latest version of MacOS was a chore. So I installed Opencore on my computer, those two previous problems were solved. I find having that patcher running is kind of redundant now that I have Opencore working on my machine, so I was wondering if theres a way to remove it?

I tried through the terminal and got this error:

user@Miguels-Mac-Pro-2 ~ % sudo rm -fr /System/Applications/Utilities/Patch\ Updater.app


rm: /System/Applications/Utilities/Patch Updater.app/Contents/MacOS/Patch Updater: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/MacOS: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/settings.plist: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/en.lproj/InfoPlist.strings: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/en.lproj/Credits.rtf: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/en.lproj: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/AppIcon.icns: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/MainMenu.nib: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/Assets.car: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/UpdateManager.nib: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources/Patch-Updater.png: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Resources: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/Info.plist: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents/PkgInfo: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app/Contents: Operation not permitted


rm: /System/Applications/Utilities/Patch Updater.app: Operation not permitted

Thanks in advanced guys

Cheers!
That only removes the patcher app, not the myriad of modified kexts, drivers, nvram additions that the Dosdude patch installs. But as you can see, it works just fine with openCore. :)
 
I think that people on this thread have made the process sound overly complicated. You don’t have to erase your drive. Just reinstall a fresh copy of Catalina over the dosdude1 installation.To remove the dosdude patches, kexts, patch updater, etc. is very simple.

I recently did a logic board transplant upgrading 2011 non-retina mbp to a 2012 non retina MacBook Pro.

The ssd inside the 2011 was running dosdude1 patched Catalina. After I put a 2012 board in the machine, here’s what I did:

1) I reinstalled a fresh copy of Catalina on top of my dosdude1 installation with a usb stick. This preserves all of my settings and files, just gives a fresh macOS without any of the patches.

2)when it boots to Catalina, the computer will prompt you to manually remove the dosdude1 patch updater. Search for the file using the finder and drag it to the garbage. You might have to open disk utility if the patch updater is running and force quit the process before dragging to the trash.

3) in system preferences, right click on the patch updater icon to remove it.

4) restart your system (maybe with a pram /nvram reset too) and voila, it’s all gone and everything is as it should be.

I think the steps that I describe should work whether switching to opencore or swapping out your logic board for something a bit newer. You don’t need to wipe the drive to get rid of the dosdude1 patches or do any fancy footwork in terminal. Just reinstall a fresh copy of Catalina on top of dosdude1 Catalina via opencore or natively(if upgrading logic board). That will remove most of the bits from dosdude1 and preserve all of your files and settings.
 
  • Like
Reactions: freqrider
I think that people on this thread have made the process sound overly complicated. You don’t have to erase your drive. Just reinstall a fresh copy of Catalina over the dosdude1 installation.To remove the dosdude patches, kexts, patch updater, etc. is very simple.

I recently did a logic board transplant upgrading 2011 non-retina mbp to a 2012 non retina MacBook Pro.

The ssd inside the 2011 was running dosdude1 patched Catalina. After I put a 2012 board in the machine, here’s what I did:

1) I reinstalled a fresh copy of Catalina on top of my dosdude1 installation with a usb stick. This preserves all of my settings and files, just gives a fresh macOS without any of the patches.

2)when it boots to Catalina, the computer will prompt you to manually remove the dosdude1 patch updater. Search for the file using the finder and drag it to the garbage. You might have to open disk utility if the patch updater is running and force quit the process before dragging to the trash.

3) in system preferences, right click on the patch updater icon to remove it.

4) restart your system (maybe with a pram /nvram reset too) and voila, it’s all gone and everything is as it should be.

I think the steps that I describe should work whether switching to opencore or swapping out your logic board for something a bit newer. You don’t need to wipe the drive to get rid of the dosdude1 patches or do any fancy footwork in terminal. Just reinstall a fresh copy of Catalina on top of dosdude1 Catalina via opencore or natively(if upgrading logic board). That will remove most of the bits from dosdude1 and preserve all of your files and settings.
^^^ THIS!
 
J'ai fait la même chose (opencore 0.93 sur Catalina installé avec Dosdude1 mais le recovery ne fonctionne ni avant ni maintenant et mon système et toujours dans cet état :

J'ai fait option+commande+P+R (5x)

État de la protection de l'intégrité du système : Inconnu (configuration personnalisée).
Configuration:
Apple interne : désactivé
Signature Kext : désactivée
Protections du système de fichiers : désactivées
Restrictions de débogage : désactivées
Restrictions DTrace : désactivées
Protections NVRAM : désactivées
Vérification de base du système : désactivée
Il s'agit d'une configuration non prise en charge, qui peut se casser à l'avenir et laisser votre machine dans un état inconnu.

Ne rien faire ou faire quelque chose ????
 
  • Like
Reactions: pullman
another way..that seems to have worked is ..use an App Cleaner type app.

I have just tried App delete and app cleaner...http://freemacsoft.net/appcleaner/

it seems to have removed them on a fresh install of Ventura on a 2012 iMac with OCLP patchupdaterd seemed to be fighting this OCLP to swap various drivers..each one thinking its version was more upto date

App Delete by Reg Ainsworth seemed to find one more file than App Cleaner did
 

Attachments

  • Screenshot 2024-11-22 at 09.33.40.jpg
    Screenshot 2024-11-22 at 09.33.40.jpg
    56.8 KB · Views: 9
  • Screenshot 2024-11-22 at 09.37.51.jpg
    Screenshot 2024-11-22 at 09.37.51.jpg
    24.4 KB · Views: 9
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.