Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add compatibility for macOS 10.15 #123

Open
julian-poidevin opened this issue Nov 1, 2019 · 13 comments
Open

Add compatibility for macOS 10.15 #123

julian-poidevin opened this issue Nov 1, 2019 · 13 comments
Assignees
Labels

Comments

@julian-poidevin
Copy link
Owner

On macOS 10.15, when executing the command :

command = "sudo -S rm -rf /tmp/AppleGraphicsPowerManagement.kext";

The terminal throws the error "Read-only file system". As suggested here, this can be fixed using : sudo mount -uw / before removing the kext.

This command should be executed before operations on kext on any macOS version >= 10.15

@julian-poidevin julian-poidevin self-assigned this Nov 1, 2019
julian-poidevin added a commit that referenced this issue Nov 1, 2019
Added system mounting for any macOS version >= 10.15

Fixes #123
julian-poidevin added a commit that referenced this issue Nov 1, 2019
@slalomier
Copy link

Julian, thank you very much for addressing the problem with 10.15. I´ve got a mid2010 MacBookPro with a Catalina Patch and if I´m running your app it tells me that the GPU Fix failed. I´m not in programming :( any advice how I can fix the problem. Will there be a 0.6.2 of git hub that fixes the problem?

Thank you very much for all your work

Axel

@julian-poidevin
Copy link
Owner Author

@slalomier This is not released yet, I'm running into some compatibility issues with the version of the framework I'm using. In the meantime, you still can open the terminal app, and execute the command below before launching the patch :

sudo mount -uw /

Thanks,

@slalomier
Copy link

slalomier commented Nov 12, 2019 via email

@jek721
Copy link

jek721 commented Dec 23, 2019

@julian-poidevin I have the same laptop and same issue but when I try the code it works perfectly.

Thank you so much

Cheers,
Jek

@gabrielverasm
Copy link

I really have to thank you, thank you so much for your help, thanks to you I can use my macbook pro !! Could you indicate where I can buy the capacitor for replacement and permanent correction of the problem? (sorry for english from google translator)

@julian-poidevin
Copy link
Owner Author

I really have to thank you, thank you so much for your help, thanks to you I can use my macbook pro !! Could you indicate where I can buy the capacitor for replacement and permanent correction of the problem? (sorry for english from google translator)

@gabrielverasm : I'm sorry, I don't have this information, you should find searching this forum thread : https://forums.macrumors.com/threads/gpu-kernel-panic-in-mid-2010-whats-the-best-fix.1890097/#post-23312990

@jurgenkoppen
Copy link

jurgenkoppen commented Apr 26, 2020 via email

@michcio19
Copy link

Hello,

Big Sur working?

Thanks

@julian-poidevin
Copy link
Owner Author

Hello,

Big Sur working?

Thanks

Hello I don't get your question. If you are asking if it's working, yes it does.

@EaronSaravia
Copy link

does it work in macook pro mid 2012 with mac os catalina 10.15.7?

@julian-poidevin
Copy link
Owner Author

does it work in macook pro mid 2012 with mac os catalina 10.15.7?

No sorry

@michcio19
Copy link

Hello,
Big Sur working?
Thanks

Hello I don't get your question. If you are asking if it's working, yes it does.

I mean sudo mount -uw / doesn't work

@julian-poidevin
Copy link
Owner Author

Hello,
Big Sur working?
Thanks

Hello I don't get your question. If you are asking if it's working, yes it does.

I mean sudo mount -uw / doesn't work

@michcio19 Oh damn, what a misunderstanding. I thought you were not speaking english fluently and you tried to ask if I was sure my patch was working. I didn't know about the new macOS name at the time 😂.

As I can see on this reddit thread, you may not have to mount the disk anymore.

If you still have issues, I would suggest trying theses alternatives :

A full thread about the issue can also be found here : https://forums.macrumors.com/threads/gpu-kernel-panic-in-mid-2010-whats-the-best-fix.1890097/#post-23312990

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants