Contribute
Register

<< Solved >> Monterey Update failure: No port micro restart (we don't support SMC on this platform)

Status
Not open for further replies.
Joined
Sep 22, 2016
Messages
464
Motherboard
Gigabyte Z170X-UD5 TH-Clover
CPU
i7-6700K
Graphics
Vega 56
Mac
  1. Mac mini
Mobile Phone
  1. iOS
I'm unable to update from Big Sur to Monterey, I get error and system reboots:

No port micro restart (we don't support SMC on this platform)

Bootloader: Clover 5142
SMBIOS: iMacPro1,1

Big Sur runs smootlhy without issues.
 
Last edited:
I suspect that this might be the Quirks issue. Below are listed quirks settings.

XML:
    <key>Quirks</key>
    <dict>
        <key>AvoidRuntimeDefrag</key>
        <true/>
        <key>DevirtualiseMmio</key>
        <true/>
        <key>DisableIoMapper</key>
        <true/>
        <key>DisableLinkeditJettison</key>
        <true/>
        <key>EnableSafeModeSlide</key>
        <true/>
        <key>EnableWriteUnprotector</key>
        <true/>
        <key>FuzzyMatch</key>
        <true/>
        <key>MmioWhitelist</key>
        <array>
            <dict>
                <key>Address</key>
                <integer>4278190080</integer>
                <key>Comment</key>
                <string>Generic: PCI root is a 0x1000 page memory region used by some firmwares</string>
                <key>Enabled</key>
                <false/>
            </dict>
            <dict>
                <key>Address</key>
                <integer>4275159040</integer>
                <key>Comment</key>
                <string>Haswell: SB_RCBA is a 0x4 page memory region, containing SPI_BASE at 0x3800 (SPI_BASE_ADDRESS)</string>
                <key>Enabled</key>
                <false/>
            </dict>
        </array>
        <key>PowerTimeoutKernelPanic</key>
        <true/>
        <key>ProtectMemoryRegions</key>
        <true/>
        <key>ProvideCustomSlide</key>
        <true/>
        <key>RebuildAppleMemoryMap</key>
        <true/>
        <key>SyncRuntimePermissions</key>
        <true/>
        <key>XhciPortLimit</key>
        <true/>
    </dict>

Quirks-01.jpg


Quirks-02.jpg
 
I had some progress. I decided to create USB installer and interestingly I were able to boot installer from it. But after installing installer on disk, I got another issue.

A required firmware update could not be installed.
 

Attachments

  • PIC_002.JPG
    PIC_002.JPG
    51.8 KB · Views: 108
Seems that I found the workaround.

I changed SMBIOS from iMacPro to iMac16.2 and were able to upgrade without issues.

Then I reverted SMBIOS back to iMacPro after upgrade and everything works fine
 
Solved same problems in same way. The USB installer idea solved the loop.
Thanks.
 
Solved same problems in same way. The USB installer idea solved the loop.
Thanks.

Good to know. Seems that this is then working soluton on case of same symptoms.
 
hello i am iam interess by EFI for Z170-UD5-TH to monterey, can you share it?
 
Status
Not open for further replies.
Back
Top