Same here.Today I updated my cMP 5.1 to macOS 12.6.8 using OCLP 0.5.0. No issues so far to mention.
Same here.Today I updated my cMP 5.1 to macOS 12.6.8 using OCLP 0.5.0. No issues so far to mention.
Same for my MBP6,2.MBP 8,1 running OCLP 6.8 and MacOS 12.6.8
no issues so far
Did you try booting in "Safe" mode?Opencore Legacy Patcher prompted me to install its latest update today. After I let it install, it asked to restart the computer. Now the computer gets stuck when booting up.
I tried that because it had worked for me last time it didn't boot. But it didn't work this time, so I had to a clean install.Did you try booting in "Safe" mode?
Mine did that after I did a migration, it had previously booted without issue.
I did not experience this with 12.6.7 -> 12.6.8, but I have experienced this with other upgrades. When I encountered this upgrade problem in the past, I performed the upgrade with a USB installer.Can someone explain in detail what they did to update to latest version of Monterey while using OCLP?
Crap. Tried the update again before coming back here. It corrupted the OS so I have to do system restore. I'm trying to restore now but it's stuck at "Preparing to restore". I no longer have an OS but I have Time Machine backups saved to another internal drive. I also have the thumb drive I created with OCLP but it's not bootable. I thought it would be bootable but can only see it under Utilities in System Restore. Is it possible to just do a restore or do I need a bootable thumb drive?I did not experience this with 12.6.7 -> 12.6.8, but I have experienced this with other upgrades. When I encountered this upgrade problem in the past, I performed the upgrade with a USB installer.
Create a USB installer for Monterey 12.6.8 (use OCLP to "Create macOS Installer" and then install 12.6.8 to the 12.6.7 volume. You will need to boot the USB installer with the Open Core EFI that you generate with OCLP (Build and Install Open Core). The macOS upgrade will be performed "in place" without losing your data. I always have a Time Machine backup before performing any upgrades and I would encourage you to have your preferred way to recover from a failed upgrade.
If you're really paranoid like I am, create a new APFS Volume, perform a clean installation of Monterey 12.6.8 to the new volume and migrate data/apps/settings from your 12.6.7 volume as the last step of your new 12.6.8 installation (before you apply OCLP post-install patches).
The problem is I don't have a bootable OS anymore so I can't install anything. I'm going to purchase a thumb drive with Mojave installer. They sell them on Amazon. I need to roll back to Mojave so I can boot without OCLP. Then I can reinstall Monterey using OCLP. I don't know of any other options at this point?@Dolphins1972 You have a Time Machine backup. One option would be to install 12.6.8 to a new APFS volume and migrated data/apps/settings from Time Machine.
I will need to add "keep a spare, bootable macOS USB installer" to my disaster preparedness list. My Mac has an SSD with enough room to keep multiple macOS volumes. If I screw up one volume (which has happened), I boot into another volume to recover. I always keep a bootable USB with my latest Open Core EFI (generated by OCLP "Build and Install OpenCore").The problem is I don't have a bootable OS anymore so I can't install anything. I'm going to purchase a thumb drive with Mojave installer. They sell them on Amazon. I need to roll back to Mojave so I can boot without OCLP. Then I can reinstall Monterey using OCLP. I don't know of any other options at this point?
That's what I thought I had done. I have the USB I made with OCLP but it doesn't finish booting. The progress bar stops about a 3rd of the way then reboots into recovery. So I'm left with time machine backups which for some reason gets stuck in "preparing" and never finishes. Oddly though, after waiting 6 hrs for restore to finish I can see in Disk Utilities that my SSD shows as Monterey 12.6.8 but it doesn't boot past the Apple logo screen. I'm assuming OpenCore EFI is corrupted or missing? I'm gonna have to start over with Mojave and load Monterey on another drive. Monterey USB should be here tomorrow. I'll post if I have any more problems.I will need to add "keep a spare, bootable macOS USB installer" to my disaster preparedness list. My Mac has an SSD with enough room to keep multiple macOS volumes. If I screw up one volume (which has happened), I boot into another volume to recover. I always keep a bootable USB with my latest Open Core EFI (generated by OCLP "Build and Install OpenCore").
It's good to remember that OCLP is awesome and the Devs are incredible, but it's in a constant state of development and change, so it should always be treated as Beta software and deserves the precautions required for handling Beta software. That's not a criticism of OCLP or the Devs, it's just my recommendation and especially important when the Mac is your only Mac and/or your "production" Mac. If you want to be extra careful, it is always safest to install a new version of macOS to a new APFS Volume and to migrate data/apps/settings from your "production" volume (before applying OCLP post-install patches to the new Volume) while leaving the "production" volume untouched.
Can't get past Apple logo screen so no way to access config.plist. I can view recovery log. Unless you mean accessing it in Terminal in Recovery mode? Don't know how to do that, if that's what mean?@Dolphins1972 Are you able to add -v to boot-args in your config.plist, so you can see a verbose boot log which might show where the boot process is getting stuck?
If you can launch Monterey Recovery and you know vi editor, you can try the steps below. I haven't done this myself, so you'll have to let me know if this works. Be very careful since you're operating as root.Can't get past Apple logo screen so no way to access config.plist. I can view recovery log. Unless you mean accessing it in Terminal in Recovery mode? Don't know how to do that, if that's what mean?
Although I'd like to solve this and pass on my findings to the devs but I've been without an OS for several days and I needed access to my data ASAP. Not willing to dabble in places I'm unfamiliar with at this point. Many thanks for the info.If you can launch Monterey Recovery and you know vi editor, you can try the steps below. I haven't done this myself, so you'll have to let me know if this works. Be very careful since you're operating as root.
Be very careful in step 9 to edit only the boot-arg list. If you think you screwed up your config.plist, don't reboot from Recovery Mode. Instead, copy config-bak.plist to config.plist (command "cp config-bak.plist config.plist") and try editing config.plist again (try again BEFORE you reboot from Recovery Mode).
- Boot with Open Core EFI and press space bar at Open Core boot menu to show auxiliary menu items
- Choose Monterey Recovery and allow Recovery mode to boot
- Open Terminal
- Enter command "diskutil list" to show a list like this
- Identify your EFI partition (disk0s1 in my example in step 4)
- Enter the command "diskutil mount disk0s1" (replacing disk0s1 with the identifier you found in step 4
- Enter the command "cd /Volumes/EFI/EFI/OC"
- Enter the command "cp config.plist config-bak.plist" (to save a backup of your unmodified config.plist)
- Edit config.plist with vi editor (search for boot-arg and add -v to boot-arg list, save config.plist)
- After exiting vi (saving modified config.plist), enter command "cd /", then enter command "diskutil umount disk0s1" (replacing disk0s1 with the identifier you found in step 4
- Reboot