Contribute
Register

<< Solved >> OC 0.7.5 finally booting. But, no bootable options

Status
Not open for further replies.
Joined
Oct 30, 2018
Messages
321
Motherboard
GIGABYTE Z490 AORUS ELITE
CPU
i7-10700K
Graphics
RX 5700XT
Mac
  1. iMac
  2. MacBook Pro
  3. Mac mini
  4. Mac Pro
Mobile Phone
  1. iOS
I've been fighting with OC for a while now trying to get a 'Monterey compatible' version working.

Finally today, I get a clean boot to the picker GUI. But, there are no bootable volumes in the picker. I have three bootable volumes on this system.
1) Main Catalina SSD
2) Cloned Catalina SSD
and a third empty SATA SSD that currently has an empty EFI.

I also have a WD 12tb on the SATA chain.

How do I convince OC to list my Catalina installs? I've never had this problem. Usually it's too many selections in the picker.

plist attached...
 

Attachments

  • config.plist
    27.7 KB · Views: 53
I've been fighting with OC for a while now trying to get a 'Monterey compatible' version working.

Finally today, I get a clean boot to the picker GUI. But, there are no bootable volumes in the picker. I have three bootable volumes on this system.
1) Main Catalina SSD
2) Cloned Catalina SSD
and a third empty SATA SSD that currently has an empty EFI.

I also have a WD 12tb on the SATA chain.

How do I convince OC to list my Catalina installs? I've never had this problem. Usually it's too many selections in the picker.

plist attached...

Code:
<key>APFS</key>
        <dict>
            <key>EnableJumpstart</key>
            <true/>
            <key>GlobalConnect</key>
            <false/>
            <key>HideVerbose</key>
            <true/>
            <key>JumpstartHotPlug</key>
            <false/>
            <key>MinDate</key>
            <integer>0</integer>
            <key>MinVersion</key>
            <integer>0</integer>
        </dict>

try changing mindate and minversion to -1
 
try changing mindate and minversion to -1
Thanks. that got me one step closer.

Now, it freezes at the apple logo screen during boot.

But the issue stated in the OP is fixed. Now, I just need to figure out what is stopping macOS from loading.
 
Status
Not open for further replies.
Back
Top