Contribute
Register

Trying to install monterey on z77x-ud3h, almost done.

Status
Not open for further replies.
Joined
Dec 24, 2019
Messages
5
Motherboard
GA-Z77X-UD3H
CPU
i7-3770K
Graphics
HD 7870
Ethernet : https://github.com/chris1111/AtherosL1cEthernet
alcid : 5 (https://github.com/acidanthera/AppleALC/wiki/Supported-codecs)

====================================

Now I'm installing.
Installation USB was actually damaged,
I made it again from scratch and problem solved.

I'll ask later when I stuck at something.
Thanks.

====================================

'Installation cannot proceed because the installer is damaged. Redownload the installer and try again.'

in installer gui.

tried
But no luck.

I successed to make installation usb after a lot of try.
But this said like that in installation phase.

It seems not actually damaged.

Please help.

=======================================================================


sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyVolume --nointeraction --downloadassets

[EB|LOG:EXITBS:START]

I followed this guide, https://dortania.github.io/OpenCore-Install-Guide/
I think I did something wrong.

But I can't find...,

I wish someone share the 'EFI' folder which have same hardware and successfully install monterey.

I uploaded my EFI but I think it's useless.
I think need start-over do the things again.

Please help.
 

Attachments

  • 20220123_202933_remastered_edited.jpeg
    20220123_202933_remastered_edited.jpeg
    417.6 KB · Views: 66
  • 20220124_023230_edited.jpeg
    20220124_023230_edited.jpeg
    1,004.8 KB · Views: 79
Last edited:
Screenshot 2022-01-23 at 09.34.50.png

You should disable all of the indicated kexts.

Lilu.kext should be the first kext listed in your config.plist.

Code:
<array>
            <dict>
                <key>Comment</key>
                <string>AtherosE2200Ethernet.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/AtherosE2200Ethernet</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>AtherosE2200Ethernet.kext</string>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Lilu.kext</string>
                <key>MaxKernel</key>
                <string></string>
                <key>PlistPath</key>
                <string>Contents/Info.plist</string>
                <key>Enabled</key>
                <true/>
                <key>MinKernel</key>
                <string></string>
                <key>ExecutablePath</key>
                <string>Contents/MacOS/Lilu</string>
                <key>Arch</key>
                <string>Any</string>
                <key>BundlePath</key>
                <string>Lilu.kext</string>
            </dict>

Read the guide again with regard to drivers :

Screenshot 2022-01-23 at 09.39.34.png
 
I tried this again from scratch, carefully.
And... still have the same problem.

Can you look around this again?
Thanks.
 

Attachments

  • opencore-2022-01-23-110301.txt
    256 KB · Views: 66
  • EFI.zip
    3.9 MB · Views: 134
Solved this by rebuildapplememorymap to true.

Now I'm installing.
and... 'Installation cannot proceed because the installer is damaged. Redownload the installer and try again.'
Sadly.
 
Last edited:
I tried this again from scratch, carefully.
And... still have the same problem.

Can you look around this again?
Thanks.

Hello.

Okay, as @P1LGRIM said, the EFI looks a lot better now. :thumbup:

A couple of things:

1) Do you have a working system you are trying to update to Monterey, or are you making a fresh installation from USB?

2) For Monterey you should disable the "XhciPortLimit" quirk.

3) You can also try setting the "SecureBootModel" to "Disabled" under the "Misc" section of your config.plist.

4) Finally, do not leave your serial-number visible when you upload a config.plist. Please remove it and replace with some dummy text. This is so that no-one else tries to basically steal your online identity with Apple.

:)
 
Hello.

Okay, as @P1LGRIM said, the EFI looks a lot better now. :thumbup:

A couple of things:

1) Do you have a working system you are trying to update to Monterey, or are you making a fresh installation from USB?

2) For Monterey you should disable the "XhciPortLimit" quirk.

3) You can also try setting the "SecureBootModel" to "Disabled" under the "Misc" section of your config.plist.

4) Finally, do not leave your serial-number visible when you upload a config.plist. Please remove it and replace with some dummy text. This is so that no-one else tries to basically steal your online identity with Apple.

:)
1. I'm working on Mojave to make installation usb and want to make fresh install monterey to another ssd for testing purpose.

2,3 without that I can boot into installer.
Changed that value, but still getting installer is damaged.

4. Changed.

Thanks!
 
Status
Not open for further replies.
Back
Top