Go to https://forums.macrumors.com/threads/macos-10-15-catalina-on-unsupported-macs.2183772/MacOS Catalina Final.
I want to put on iMAC 2009????????
sudo softwareupdate --ignore "macOS Catalina"
Just finish with:Open terminal and type:
Code:sudo softwareupdate --ignore "macOS Catalina"
EDIT: Noticed it does not clear notification badge. This seems to be persistent.
sudo softwareupdate --list
I had tried that with no change. Works for you?Just finish with:
It will do a re-scan. For me it now proposes to install Safari 13.0.2 even in System Settings > Software-updateCode:sudo softwareupdate --list
macbook-pro:~ UserName$ sudo softwareupdate --ignore "macOS Catalina"
Ignored updates:
(
"macOS Catalina"
)
macbook-pro:~ UserName$ sudo softwareupdate --list
Software Update Tool
Finding available software
No new software available.
macbook-pro:~ UserName$
Hi all,
Same issue here
Does not work for me either in MBP5.3 on Mojave (18G103)
Code:macbook-pro:~ UserName$ sudo softwareupdate --ignore "macOS Catalina" Ignored updates: ( "macOS Catalina" ) macbook-pro:~ UserName$ sudo softwareupdate --list Software Update Tool Finding available software No new software available. macbook-pro:~ UserName$
Cannot get rid of the red 1 from the sys. pref icon in Dock.
Yet Software Update tells me that the sytem is up to date.
sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate.plist LastRecommendedMajorOSBundleIdentifier
defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
killall Dock
The first post and the patcher tool page both indicate that this is unlikely. They recommend disabling the AMD GPU so that only the Intel GPU is used for acceleration (but this causes problems with sleep mode and brightness control). There's a software only solution:would that be possible at some point to run Mojave on MBP Late 2011 (MacBookPro8,2) with amd graphics enabled? my chip isn't dead yet because i haven't used that machine so much and it would be nice to have that feature.
@dosdude1,
would that be possible at some point to run Mojave on MBP Late 2011 (MacBookPro8,2) with amd graphics enabled? my chip isn't dead yet because i haven't used that machine so much and it would be nice to have that feature.
I've got a MacBook Pro early 2011 i7 2.2 (AMD) and still works without any problem and I have given it an extensive useFrom your perspective it should be completely irrelevant as your AMD chip is inherently faulty. Just use it and let it die on High Sierra. It should not take very long.
I've got a MacBook Pro early 2011 i7 2.2 (AMD) and still works without any problem and I have given it an extensive use
Sorry!!! I wanted to say intensiveEnjoy! I am not an expert but somehow I feel that extensive does not equal intensive.
Explain the installation order of the Catalina OS unsupported device
No installation experience.
Thank.
solved it:
deleted / renamed NVDAStartup.kext in s/l/e in Patcher Disk.
I just waited a while and the screen got black. So I knew the system was not stuck. It was alive but got no picture. I even was able to shut down the mac with ctrl-alt-cmd-eject.
So I fiddled a while with the nvidia kexts - if NVDAStartup.kext got disabled the patcher continued to boot and displayed the GUI.
Problem sorted.
I'm also having issues with the gpu drivers, after a lot of testing and creating quite some usb's i presume something has changed between the 1.2.3 and 1.3.0 patcher (10.13 patchers work fine as well). I have a 2008 MP3,1 with a efi flashed gtx680 (working boot screens), and only patcher 1.2.3 using up to 10.14.3 create a bootable usb installer. When booting a 1.3.* patched usb stick, the boot progress bar shows fine, until finished, it then kills all video output instead of showing the installer. Same for verbose/safe mode (so no errors), in single user mode video output works fine, since it doesn't seem to initiate the gpu drivers.
Using 1.3.3 with 10.14.5 and removing the nvda*.kext's from /s/l/e on the usb at least allows it to boot the installer with vga output (so i can create a working usb with some modification).
The post installation tools seems to work fine with both the 1.2.3 stick, and 1.3.3 (after removing kexts) to patch a 10.14.5 installation.
I haven't looked into what changed exactly, but My 2010 MBP doesn't have this issue (all usb's work fine without modification). So it seems to be related to something happening with the (patched/older?) nvidia drivers and the gtx680.
I also used the system preferences software update to update to 10.14.5, except afterwards my MP didn't want to boot any 1.3.* patched usb's (which work fine on my MBP). my old 1.2.3 usb booted fine. I have no other gpu's and tried all outputs. Creating a stock 10.14.5 usb with createinstallmedia, and setting no_compat_check in nvram also works fine, so it must be something the 1.3.* patcher is doing that is breaking things for the gtx680.
I am not talking about the post installation tool (which works fine as stated), I'm talking about actually booting the installer that the patcher created. (before even opening the post install tool). I have no option to "create a usb without legacy video patches" in the patcher. Since a vanilla usb is working, i presume it must be some framework/driver change the patcher is doing to the usb installer.
Any spots left?@Prophet96ix and @EmilHolub -
re: SSE 4.2 emulator - please check your private messages (conversations). Sorry it took so long.
FIXED MY ISSUE TEMPORARILY!
I managed to get rid of the red 1 from the system preferences in the Dock, from the Software Update in system preferences and also the notification in the Apple menu.
With these 2 following lignes of code in Terminal:
Code:sudo defaults delete /Library/Preferences/com.apple.SoftwareUpdate.plist LastRecommendedMajorOSBundleIdentifier defaults write com.apple.systempreferences AttentionPrefBundleIDs 0
And I needed to relaunch the Dock with:
Code:killall Dock
It works as long as I do not run an update search with Software Update of System Preferences even though I have run (sudo softwareupdate - ignore "macOS Catalina" and sudo softwareupdate --list) before.
Hi all,
I think it works well, because it's been 3 days and I still have not had any notification in the Apple Menu or any red round on System Preferences of the Dock about Catalina's update...