dosdude1 / macos-catalina-patcher

macOS Catalina Patcher (http://dosdude1.com/catalina)
GNU General Public License v3.0
411 stars 57 forks source link

My Mac can't load after update #203

Closed Allespro closed 1 year ago

Allespro commented 1 year ago

Hi, I use Macbook pro late 2011 After last update in verbose mode (cmd + v) I got this error. I can't find any solutions, maybe someone have same problem. The one solution I see, is reinstall system

AMFI: SIP is off, allowing core dump for pid xxx
AMFI: SIP is off, allowing core dump for pid xxy
AMFI: SIP is off, allowing core dump for pid xxz
c1001r commented 1 year ago

Have the same problem that the MacBook (5,1) won't startup after installing Legacy Video Card Patch and Library Validation Disabler Patch. The solution for me is to boot with the installation USB and reinstall Legacy Video Card Update. That is the old version and after reboot the Patch Updater will prompt the available updates. Apple Music app won't work for now as I guess that is the Library Validation Disabler for.

Allespro commented 1 year ago

Have the same problem that the MacBook (5,1) won't startup after installing Legacy Video Card Patch and Library Validation Disabler Patch. The solution for me is to boot with the installation USB and reinstall Legacy Video Card Update. That is the old version and after reboot the Patch Updater will prompt the available updates. Apple Music app won't work for now as I guess that is the Library Validation Disabler for.

Will try, thanks. I'll write if I can restore the system

Orfait commented 1 year ago

Had same issue. According to this post : https://forums.macrumors.com/threads/macos-10-15-catalina-on-unsupported-macs.2183772/post-28232726

I started in single user mode and ran:

mount -uw /
nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1"
reboot

Booted again. But I clearly don't know if it is the good way to fix the issue.

Hope this helps

Allespro commented 1 year ago

Had same issue. According to this post : https://forums.macrumors.com/threads/macos-10-15-catalina-on-unsupported-macs.2183772/post-28232726

I started in single user mode and ran:

mount -uw /
nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1"
reboot

Booted again. But I clearly don't know if it is the good way to fix the issue.

Hope this helps

This helps! Thank a lot!

wolfwolfswinkel commented 1 year ago

Same issue on a late 2009 iMac; the above workaround helped me as well.

dosdude1 commented 1 year ago

Sorry for any issues caused by that update, I realized there was an issue with the method in which it was being applied, causing the desired changes to fail to be applied properly. This has been resolved now.

Orfait commented 1 year ago

@dosdude1 can you confirm that how I fixed this issue is correct and does not break anything?

dosdude1 commented 1 year ago

The only thing that will break is the ability for apps to ask for permissions, such as mic, camera access, etc. Applying the fixed Library Validation Patch (or re-install via Patch Updater), will resolve any issues.

LuisCifaldi commented 1 year ago

Hi Dosdude. I had the same problem on a 2009 white mac. Now, I need to instruct over phone the owner of the computer. The problem is that this person (my little sister has not the usb catalina installation). So, in order to get the new patch, it is fine to use the code mount -uw ..... as the member Orfait recommended on single user mode and then once the computer will log in I can re-download the new patch? Or maybe you can suggest another work around? Thank you very much Luis.

b-abdenoure commented 1 year ago

I have a late 2011 macbook pro 17", same problem and @Orfait solution work for me, when the mac reboot i had same update notification but i didn't going to install it since i du the fix and the update libraries..... the same problem. Well done @dosdude1 for the work and the bigest help you give to old mac owner.

TejashM commented 1 year ago

I have a late 2009 iMac. I have the same problem and I can't figure out how to get my mac to start. I cannot even start it in safe mode. The workaround as suggested by user @Orfait also does not work since I can't get beyond the apple logo.

b-abdenoure commented 1 year ago

I have a late 2009 iMac. I have the same problem and I can't figure out how to get my mac to start. I cannot even start it in safe mode. The workaround as suggested by user @Orfait also does not work since I can't get beyond the apple logo.

you can insert the code proposed by @Orfait with opening the terminal in boot install session or recuperation session, then wrote the code and your mac can start after reboot

c1001r commented 1 year ago

The only thing that will break is the ability for apps to ask for permissions, such as mic, camera access, etc. Applying the fixed Library Validation Patch (or re-install via Patch Updater), will resolve any issues.

@dosdude1 Thanks for the new release! It is working now perfectly on MB 5,1. You have done such an important contribution to many of us using old macs that would not be useful anymore

TejashM commented 1 year ago

I have a late 2009 iMac. I have the same problem and I can't figure out how to get my mac to start. I cannot even start it in safe mode. The workaround as suggested by user @Orfait also does not work since I can't get beyond the apple logo.

you can insert the code proposed by @Orfait with opening the terminal in boot install session or recuperation session, then wrote the code and your mac can start after reboot

Sorry for my ignorance but I cant even get past the "apple" logo. So I cant access terminal and hence cant insert the code.

Orfait commented 1 year ago

Boot holding cmd+S keys.

TejashM commented 1 year ago

Boot holding cmd+S keys.

Thanks a ton. It works now. Thanks @dosdude1 for the amazing catalina patch.

jottwe commented 1 year ago

Doing the after installation patches once again did the job. But just for the case someone can't boot or can't reach command line:

MacMini3,1 stuck at logo and 100% progress bar after update. Did pram reset and it stuck at logo and 0% progress bar. Single user stuck at pci configuration and booting from catalina patcher stick stuck at logo and 0% progress bar as well.

Workaround: Booting once from OS X Installation DVD (doesn't have to match the hardware!), exit before installation, reboot from catalina patcher stick, go through after installation patches ... et voila ... everything is fine again.

LuisCifaldi commented 1 year ago

I am trying the code mount -uw /nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1"reboot. the result string says unknown special file or file system. When I reboot still blocked on black screen with the logo and white bar. I am doing something wrong? maybe the code I am writing is wrong. thanks Luis

Allespro commented 1 year ago

I am trying the code mount -uw /nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1"reboot. the result string says unknown special file or file system. When I reboot still blocked on black screen with the logo and white bar. I am doing something wrong? maybe the code I am writing is wrong. thanks Luis

How do you do that?

You need boot holding cmd+s

LuisCifaldi commented 1 year ago

yes, I am doing in single mode ! I am in doubt about the code. Orfait wrote : mount -uw / nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1" reboot i need to start new line as Orfeit or I can write consecutive mount -uw /nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1"reboot

LuisCifaldi commented 1 year ago

maybe spacing is wrong?

LuisCifaldi commented 1 year ago

Sorry for my ignorance maybe i need to write: mount -uw / and press return
nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1" and press return reboot and press return ? let me know Luis

b-abdenoure commented 1 year ago

yes its correct

LuisCifaldi commented 1 year ago

After the reboot still stuck on white apple! what I am doing wrong. Please help 6965f441-69d8-48c7-9068-8c217da705cd

b-abdenoure commented 1 year ago

reboot with pressing cmd + r untill you a globe that enter you in recuperation session or reboot with pressing alt. i can't hep you more than that

LuisCifaldi commented 1 year ago

in recovery mode ? and after I enter in recovery mode? what I do?

b-abdenoure commented 1 year ago

on the top menus, select terminal in one of them, them wrote the code

LuisCifaldi commented 1 year ago

ok

LuisCifaldi commented 1 year ago

Your help it gives me hope. Thank you again! I am trying now

LuisCifaldi commented 1 year ago

nothing!

LuisCifaldi commented 1 year ago

Because the code is not working on my mac, is it a way to resolve using the USB caterina patcher installer? Thank you. Luis

Allespro commented 1 year ago

Because the code is not working on my mac, is it a way to resolve using the USB caterina patcher installer? Thank you. Luis

Still you have AMFI: SIP is off error in verbose mode (cmd+v)? Or something another?

LuisCifaldi commented 1 year ago

Hi Allespro, I did not check via verbose to see the error status ! But maybe with the installation usb I can revert and reinstall the patch ?

LuisCifaldi commented 1 year ago

I am going to try tomorrow the verbose and let you know as I need to instruct the owner of the computer.

LuisCifaldi commented 1 year ago

Here the image showing the error as you said.

7bd71374-b06e-4954-94d4-ba6b866a4a4c

LuisCifaldi commented 1 year ago

Any help with this? The code still not working for me. I will try with the usb installer as the member C1001R . Do you know how I need to operate? thank you.

Luis

Allespro commented 1 year ago

Any help with this? The code still not working for me. I will try with the usb installer as the member C1001R . Do you know how I need to operate? thank you.

Luis

Check boot-args in single mode, if they are not the same as in the command, then you enter the command incorrectly https://i.ibb.co/PWZHWzj/IMG-20220913-110108-250.jpg That's my old boot-args

LuisCifaldi commented 1 year ago

Thank you for your answer. Sorry Allenpro I did not get it or maybe a bit confused. I need to open in single mode and check as you said the line where it should be written as in your images, and check how the code is written? and copy it ? in your old boot-args cannot find inverted commas and space is different colse to the =. ? thank you Luigi

LuisCifaldi commented 1 year ago

Dear Allespro, I attach the image where it shows in the single mode the code : Can you check if it is wrong?

image zx

Allespro commented 1 year ago

Dear Allespro, I attach the image where it shows in the single mode the code : Can you check if it is wrong?

image zx

yes, the option is set incorrectly

LuisCifaldi commented 1 year ago

So, I am guessing what I am doing wrong. I have copied the 3 lines as mentioned above. 1) mount -uw / 2) nvram boot-args="-no_compat_check amfi_get_out_of_my_way=1" 3) reboot

LuisCifaldi commented 1 year ago

Done!!!!! very happy. I follow c1001r member instruction! Usb installer reapplied the patches and back to work. ! thank you to all of you.