seven-of-eleven / designare-z390-opencore-efi

Gigabyte Designare z390 EFI - OpenCore
MIT License
174 stars 25 forks source link

Is it safe to upgrade to macOS Big Sur 11.3? #46

Closed jmtscaff closed 3 years ago

jmtscaff commented 3 years ago

Is it safe to upgrade to macOS Big Sur 11.3? any thing we need to do before upgrading?

baughmann commented 3 years ago

If you do not wish for me to update the EFI, then all you need to do is download the latest versions of all of the kexts and drivers and place them in your EFI folder. You will also need to read the OpenCorePkg change notes to see what you need to change in your config.plist. If you miss something in your config, don't worry, OC will tell you what you did wrong on boot. I would recommend that you keep your old EFI on a USB just in case you mess up and need to boot from it again.

jmtscaff commented 3 years ago

If you can update the EFI that would be awesome!!!!! 👍

baughmann commented 3 years ago

@jmtscaff Just noticed that I'm already using the latest version of OC et. al. As such, probably OK to update. I'm updating right now, so 🤞

jahwookie commented 3 years ago

The last two were trouble free for me, so I'll take the plunge tomorrow as well.

On Thu, Apr 29, 2021, 7:52 PM Nick Baughman @.***> wrote:

@jmtscaff https://github.com/jmtscaff Just noticed that I'm already using the latest version of OC et. al. As such, probably OK to update. I'm updating right now, so 🤞

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/baughmann/designaire-z390-intel-i9-9900k-opencore/issues/46#issuecomment-829702903, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTAP3FZQNWTV3DQO43TPHTTLHWMBANCNFSM43W7I6QA .

baughmann commented 3 years ago

@jahwookie If you don't hear back from me today, then don't do it haha. It means I had to wipe and reinstall.

jahwookie commented 3 years ago

10-4 and good luck, sir!

On Thu, Apr 29, 2021 at 7:57 PM Nick Baughman @.***> wrote:

@jahwookie https://github.com/jahwookie If you don't hear back from me today, then don't do it haha. It means I had to wipe and reinstall.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baughmann/designaire-z390-intel-i9-9900k-opencore/issues/46#issuecomment-829704398, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTAP3HMBRNNL77OVPACICTTLHW6VANCNFSM43W7I6QA .

baughmann commented 3 years ago

@jahwookie @jmtscaff Looks like we're good to go. Closing this issue.

Screen Shot 2021-04-29 at 8 24 35 PM
jahwookie commented 3 years ago

For me, 11.3 update went fast and seemed smooth, but somehow lost connectivity on most USB ports, including the ones direct into motherboard where I had mouse and keyboard plugged. I plugged them into the two USB ports on top of the (Fractal Designs) case that I had known to be working previously, and everything up and running for now, but maybe I need to tackle that USB mapping thing I'd avoided up to now as confusing and way too system-dependent? One forum repeated several times that all you need to do is disable XHCI Port Limit. Does that seem logical and worth a try? Thanks!

baughmann commented 3 years ago

@jahwookie Ruh roh, idk if I checked USB functionality after updating as I use BT for sound and IO.

I would find it weird that the update somehow broke USBPorts.kext, but I supposed anything is possible in the world of hackintosh.

Just DL and use USBInjectAll.kext to see if that fixes your port issue. It disables the port limit that you've described. Try disabling USBPorts.kext when you do it, too.

baughmann commented 3 years ago

@jahwookie Zoinks, scoob. Looks like the USB ports might need re-mapping.

jmtscaff commented 3 years ago

I don't use USB mapping I use USBInjectAll.kext with the following boot arg: uia_exclude=HS14

                                <key>boot-args</key>
-                               <string>keepsyms=1 slide=0 alcid=7</string>
+                               <string>keepsyms=1 slide=0 alcid=7 uia_exclude=HS14</string>

This will exclude that USB HS14 which is the internal Bluetooth / wifi card. I also updated USBInjectAll.kext to the latest which was the only kexts which needed update. I will try the upgrade to 11.3 later today and report back.

jmtscaff commented 3 years ago

I did the upgrade and same the USB ports are not working

jmtscaff commented 3 years ago

Setting XhciPortLimit to false fixed the issue at least for me using USBInjectAll.kext so in summary I've did

  1. Update USBInjectAll.kext to latest
  2. Set XhciPortLimit to false
  3. Add uia_exclude=HS14 to bot-args to exclude internal Bluetooth card Now all ports are working
jahwookie commented 3 years ago

So far I've done #2 on you list, which restored my ports. Will look into the other steps this afternoon. Thank you!

On Sat, May 1, 2021 at 10:11 AM Jose Torres @.***> wrote:

Setting XhciPortLimit to false fixed the issue at least for me using USBInjectAll.kext so in summary I've did

  1. Update USBInjectAll.kext to latest
  2. Set XhciPortLimit to false
  3. Add uia_exclude=HS14 to bot-args to exclude internal Bluetooth card Now all ports are working

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/baughmann/designaire-z390-intel-i9-9900k-opencore/issues/46#issuecomment-830639314, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTAP3EMB6U6P2VA64ACXJDTLQD2LANCNFSM43W7I6QA .

baughmann commented 3 years ago

@jahwookie @jahwookie

🔥🔥🔥HOT🔥🔥🔥

Latest release will fix USB issues on >= 11.3. If you need it asap you can download the repo's EFI folder and use that. Otherwise I will put out a release after updating to 11.3.1 this evening

jahwookie commented 3 years ago

I'll look for that's next release. Everything working okay for now. And thanks much!

On Fri, May 7, 2021, 8:32 PM Nick Baughman @.***> wrote:

@jahwookie https://github.com/jahwookie @jahwookie https://github.com/jahwookie

🔥🔥🔥HOT🔥🔥🔥

Latest release will fix USB issues on >= 11.3. If you need it asap you can download the repo's EFI folder and use that. Otherwise I will put out a release after updating to 11.3.1 this evening

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/baughmann/designaire-z390-intel-i9-9900k-opencore/issues/46#issuecomment-834900814, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQTAP3EVCCY7U4IIYZFKMSDTMSBAPANCNFSM43W7I6QA .

baughmann commented 3 years ago

@jahwookie Release ZIP has been uploaded

jmtscaff commented 3 years ago

By the way I installed 11.3.1 and everything went smooth Screen Shot 2021-05-07 at 11 09 56 PM