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.

trifero

Suspended
May 21, 2009
2,964
2,804
Hi @jhowarth
In order to install SecUpd2020-002Mojave, you must expand the .pkg file and then modify the "distribution" file.
Like this:
Move "SecUpd2020-002Mojave.pkg" file to the desktop
Open Terminal and writes this:
Code:
cd ~/Desktop
Press enter
Code:
pkgutil --expand SecUpd2020-002Mojave.pkg NewFolder
Press enter

Wait a few minutes
Go to the "NewFolder" folder created on your desktop and open the "Distribution" file with a text editor

Add: return true;
at the end of this line: function InstallationCheck(prefix) {

Like this: function InstallationCheck(prefix) {return true;

Add: return true;
at the end of this line: function VolumeCheck(prefix) {

Like this: function VolumeCheck(prefix) {return true;

Save the file

If you have not closed the terminal, write or simply copy this:
Code:
pkgutil --flatten NewFolder SecUpd2020-002MojaveModified.pkg
Press enter and wait a few minutes for the package to re-create

But if you closed the terminal, re-open it and writes this:
Code:
cd ~/Desktop
Press enter
Code:
pkgutil --flatten NewFolder SecUpd2020-002MojaveModified.pkg
Press enter and wait a few minutes for the package to re-create

Once the operation is completed, launch the file "SecUpd2020-002MojaveModified.pkg" The message "This software is not supported on your system" should no longer appear and the update should install.

AFTER INSTALLATION YOU MUST RESTART ON THE USB KEY AND RE-APPLY THE POST-INSTALL PATCH WITH CACHE REBUILD OTHERWISE MOJAVE WILL NOT START

Be careful if you have several OS on more disks/partitions in your mac because these modifications make it possible to install this update on any OS disk/partition.
AT THE BEGINNING OF THE INSTALLATION BE CAREFUL TO CHOOSE THE DISK/PARTITION OF MOJAVE AND NO OTHER.
Odd. I installed it in a non supported Mojave Mac without any problem.
 

jhowarth

macrumors 65816
Jan 13, 2017
1,122
1,500
Hi @jhowarth
In order to install SecUpd2020-002Mojave, you must expand the .pkg file and then modify the "distribution" file.
Like this:
Move "SecUpd2020-002Mojave.pkg" file to the desktop
Open Terminal and writes this:
Code:
cd ~/Desktop
Press enter
Code:
pkgutil --expand SecUpd2020-002Mojave.pkg NewFolder
Press enter

Wait a few minutes
Go to the "NewFolder" folder created on your desktop and open the "Distribution" file with a text editor

Add: return true;
at the end of this line: function InstallationCheck(prefix) {

Like this: function InstallationCheck(prefix) {return true;

Add: return true;
at the end of this line: function VolumeCheck(prefix) {

Like this: function VolumeCheck(prefix) {return true;

Save the file

If you have not closed the terminal, write or simply copy this:
Code:
pkgutil --flatten NewFolder SecUpd2020-002MojaveModified.pkg
Press enter and wait a few minutes for the package to re-create

But if you closed the terminal, re-open it and writes this:
Code:
cd ~/Desktop
Press enter
Code:
pkgutil --flatten NewFolder SecUpd2020-002MojaveModified.pkg
Press enter and wait a few minutes for the package to re-create

Once the operation is completed, launch the file "SecUpd2020-002MojaveModified.pkg" The message "This software is not supported on your system" should no longer appear and the update should install.

AFTER INSTALLATION YOU MUST RESTART ON THE USB KEY AND RE-APPLY THE POST-INSTALL PATCH WITH CACHE REBUILD OTHERWISE MOJAVE WILL NOT START

Be careful if you have several OS on more disks/partitions in your mac because these modifications make it possible to install this update on any OS disk/partition.
AT THE BEGINNING OF THE INSTALLATION BE CAREFUL TO CHOOSE THE DISK/PARTITION OF MOJAVE AND NO OTHER.

How exactly did you handle the security update installation? Did you attempt to capture the first reboot during the security update installation so that you could option boot into the patched installer to reapply the patches? Or did you allow the machine to attempt a failed reboot and then did a hard reset to get back into the patched installer to reapply the patches. This is where things are unclear to me.... do you have to allow the machine to apply update changes after a first reboot before we reapply the patches or do we have to wait for a final failed reboot and do a hard reset at that point. I worry that if I attempt to do an option reboot too soon, I may be skipping some updates applied by the security update.
 

TimothyR734

macrumors 68030
Apr 10, 2018
2,723
2,753
Logsden Oregon
Screen Shot 2020-05-25 at 11.12.27 AM.png

[automerge]1590436568[/automerge]
For me the last 2 security updates when I downloaded the updates then clicked on restart install the updates I would get the black screen with the Apple logo and progress bar and then a bit into the install my Mac would reboot right back into Mojave. What worked for me was to boot into the Mojave patcher check csrutil-status in the terminal and then typed csrutil disable in the terminal, the did a Pram reset command-option P and R let it chime a few times then booted back into the Mojave Patcher re-applied the post install patches then booted into Mojave checked the updated then downloaded it -restart it went through and applied the post install patches and it worked
 

jhowarth

macrumors 65816
Jan 13, 2017
1,122
1,500
View attachment 918646
[automerge]1590436568[/automerge]
For me the last 2 security updates when I downloaded the updates then clicked on restart install the updates I would get the black screen with the Apple logo and progress bar and then a bit into the install my Mac would reboot right back into Mojave. What worked for me was to boot into the Mojave patcher check csrutil-status in the terminal and then typed csrutil disable in the terminal, the did a Pram reset command-option P and R let it chime a few times then booted back into the Mojave Patcher re-applied the post install patches then booted into Mojave checked the updated then downloaded it -restart it went through and applied the post install patches and it worked

Doing a parameter reset would seem quite unwise if you are using a machine with multiple drives and patched macOS releases like Catalina. Also, are you saying that the Security Patch is re-enabling CSR on the target volume? I thought dosdude1 added a patch on Mojave that disabled CSR on each boot, no? My real concern is whether we are only partially patching out that checks made in the Security Patcher such that it might not really be completing properly.
 

TimothyR734

macrumors 68030
Apr 10, 2018
2,723
2,753
Logsden Oregon
I am only running macOS Mojave on my iMac 9,1 and doing a pram reset is to make sure all I have is in nvram is "no-compat-check" and and csr-disable is making sure SIP is disabled
 

ATC

macrumors 65816
Apr 25, 2008
1,185
433
Canada
How exactly did you handle the security update installation? Did you attempt to capture the first reboot during the security update installation so that you could option boot into the patched installer to reapply the patches? Or did you allow the machine to attempt a failed reboot and then did a hard reset to get back into the patched installer to reapply the patches. This is where things are unclear to me.... do you have to allow the machine to apply update changes after a first reboot before we reapply the patches or do we have to wait for a final failed reboot and do a hard reset at that point. I worry that if I attempt to do an option reboot too soon, I may be skipping some updates applied by the security update.

When I installed the modded stand-alone SU 2020-002 update, on the first reboot I booted into the USB patcher tool and ran the post install patch and forced the cache rebuild. I didn't wait for the 2nd reboot, and it went fine.
 
  • Like
Reactions: TimothyR734

jhowarth

macrumors 65816
Jan 13, 2017
1,122
1,500
When I installed the modded stand-alone SU 2020-002 update, on the first reboot I booted into the USB patcher tool and ran the post install patch and forced the cache rebuild. I didn't wait for the 2nd reboot, and it went fine.

So when you ran the modded stand-alone SU 2020-002 update installer, did it install the security patches before it initiated the reboot or not? My experience has been that Apple tends to apply their installation changes after the installer reboots upon that next boot. So if you short circuit that aren't we preventing the changes from being installed?

Also, after the installation, are you seeing the 18G4032 version when you click on the 10.14.6 version number in the 'About This Mac'?
 
  • Like
Reactions: TimothyR734

womkeX

macrumors newbie
May 26, 2020
3
2
Hello. I've just updated my mac pro 3,1 to mojave with dosdude1 method. All went perfect. Now I started to work and Photoshop is slow and in some browsers I have strange behaviour/flickering. Is it possible that my GPU, NVIDIA GeForce 8800 GT 512 MB in combination with mojave is the cause? If so, is there a solution or do I have to upgrade my GPU?
 

ATC

macrumors 65816
Apr 25, 2008
1,185
433
Canada
So when you ran the modded stand-alone SU 2020-002 update installer, did it install the security patches before it initiated the reboot or not? My experience has been that Apple tends to apply their installation changes after the installer reboots upon that next boot. So if you short circuit that aren't we preventing the changes from being installed?

Also, after the installation, are you seeing the 18G4032 version when you click on the 10.14.6 version number in the 'About This Mac'?
It happens before the reboot. So once you start the update process with the stand-alone installer you get the typical install window and if memory serves me it then exits to a black screen with the installation progress bar, after that completes it reboots, and I remember it was then that I alt-booted into the USB patcher tool to run the patches and rebuild cache. On the second reboot it was a normal boot back in where it will show that the update has been installed - through the About this mac > system report > installations.
 
  • Like
Reactions: TimothyR734

FarmerBob

macrumors 6502
Aug 15, 2004
313
105
Hello. I've just updated my mac pro 3,1 to mojave with dosdude1 method. All went perfect. Now I started to work and Photoshop is slow and in some browsers I have strange behaviour/flickering. Is it possible that my GPU, NVIDIA GeForce 8800 GT 512 MB in combination with mojave is the cause? If so, is there a solution or do I have to upgrade my GPU?

I have the same set up except 2 of the 8800GT cards. When it first came out I jumped on it, but I've long since moved back to Sierra, 10.12.6. It's great here, stable, AND I have run into many that have said the same. MōwJāvé is the transition, was suppose to be High Sierra, to the all 64 bit Catalina. Catalina ran great too. But some of my must have apps that are 64bit didn't work so well. So, although I had minimal problems, I trust that there may be things that would be needed to support those cards that might be gone or altered enough to cause issues. I didn't feel all that stable in it. I may try it again, almost have a couple of times.
 
  • Like
Reactions: TimothyR734

L Caputo

macrumors 6502
Aug 11, 2015
404
279
Hello. I've just updated my mac pro 3,1 to mojave with dosdude1 method. All went perfect. Now I started to work and Photoshop is slow and in some browsers I have strange behaviour/flickering. Is it possible that my GPU, NVIDIA GeForce 8800 GT 512 MB in combination with mojave is the cause? If so, is there a solution or do I have to upgrade my GPU?
Did you apply the Legacy Video card patch after installing Mojave.
 
  • Like
Reactions: TimothyR734

L Caputo

macrumors 6502
Aug 11, 2015
404
279
I did the patches that were checked, when I chose my 3,1. So I'm not sure. I can do the patches again.
If you boot back up to your Mojave Install USB, then select Post Install Patches from the small panel that pops up on the bottom left of the screen. Select your machine model, Mac Pro 3.1 and then look through the list of options selecting the ones you need, check the Legacy Video Card option and this should provide the acceleration needed so the graphics run
smooth. Then reboot with Force Cache Rebuild checked. Hope fully this will solve your problem.
How long have you had 8800 GT in your mac. When I bought my Mac Pro 3.1 12 years ago it had an 8800GT
which lasted for 7 years before boiling itself, and that was meant to be a good life for it. Most folk were only getting about 3 years out of it. Now running an Nvidia GeForce 680 which is a 'Metal' capable card.
 

alphascorp

macrumors 6502
Jul 16, 2018
343
635
Brest, France
Hi all,
Mojave 10.14.6 (18G5033) SecUpd2020.003 successfully installed on MBP5,3 (After Distibution file modification)
Capture d’écran 2020-05-27 à 13.39.00.png
Restarted on USB drive and reapplied Postinstall with Force Cache rebuild after update.

Only replaced AppleGVA.framework (for videos fluidity), HIToolbox.framework (for dock menu shadows), SiriUI.framework and Siri.app (for waveform) and all seem to be working properly for now.

Capture d’écran 2020-05-27 à 15.04.48.png
 
Last edited:
  • Like
Reactions: avz

womkeX

macrumors newbie
May 26, 2020
3
2
If you boot back up to your Mojave Install USB, then select Post Install Patches from the small panel that pops up on the bottom left of the screen. Select your machine model, Mac Pro 3.1 and then look through the list of options selecting the ones you need, check the Legacy Video Card option and this should provide the acceleration needed so the graphics run
smooth. Then reboot with Force Cache Rebuild checked. Hope fully this will solve your problem.
How long have you had 8800 GT in your mac. When I bought my Mac Pro 3.1 12 years ago it had an 8800GT
which lasted for 7 years before boiling itself, and that was meant to be a good life for it. Most folk were only getting about 3 years out of it. Now running an Nvidia GeForce 680 which is a 'Metal' capable card.

The Legacy Video Card option did it. Thanks for the tip. Did small test in Photoshop and looked ok. Tomorrow I will work again and test it all day. Thanks for the tip.

It's still the original GPU, so I guess I'm a lucky.

Does the Nvidia GeForce 680 card works plug and play?

I read a thread about the RX 580 in Mac Pro 3,1 - but it's bit tricky and above my knowledge.
 

jasoncarle

Suspended
Jan 13, 2006
623
460
Minnesota
SO I downloaded and installed the security update my 2011 mini told me was available this morning. I rebooted with the dosdude patcher, reinstalled all the patches selected for my 5.1 mini and everything appeared to be fine, machine rebooted and everything is back, or so I thought...

I have no internal sound. The machine doesn't even recognize it. I rebooted to the USB patcher, reinstalled the audio patch, rebooted again, nothing. This is all I see.

I normally use this only for music, and the internal for all other things like youtube and such.

Any ideas?

Screen Shot 2020-05-27 at 11.57.35 AM.png
Screen Shot 2020-05-27 at 12.12.40 PM.png
 

mrploppy

macrumors regular
Oct 27, 2017
242
128
Did the security update today. Everything went OK apart from the fact that the software update badge is back (offering Catalina). I tried re-doing the fix given by @alphascorp - either I'm not doing it correctly or it doesn't work anymore. Well - it sort of works initially, but when I press Check For Updates in Sysprefs the badge re-appears. If @alphascorp is around: could you please confirm that it still works. And maybe for completeness, post the fix here again if it does (or better still, add it to the front page). Thanks.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.