Contribute
Register

Cannot upgrade Catalina Beta 4 to Beta 5

Status
Not open for further replies.
Joined
Dec 28, 2016
Messages
89
Motherboard
ASUS Z390 Prime A
CPU
i9-9900K
Graphics
MSI Armor RX580
I'm unable to update from Beta 4 to Beta 5 through the software update panel. Previous Beta release updates have worked fine. This one ends in a KP after the initial reboot.

Any suggestions?

I've attached my EFI and config.plist

Thanks!!!!
 

Attachments

  • EFI.zip
    37.6 MB · Views: 150
  • config.plist
    6.4 KB · Views: 59
Do these help?
 

Attachments

  • IMG_0253.JPG
    IMG_0253.JPG
    816.6 KB · Views: 53
  • IMG_0254.JPG
    IMG_0254.JPG
    890.2 KB · Views: 55
Are these written to a log somewhere? When the panic happens the screen scrolls so fast I cannot capture
 
When the panic happens the screen scrolls so fast I cannot capture

People usually make a video and extract the relevant frames to post.

Before trying that, try this :

I think that it may relate to the EC.
Try it with SSDT-EC.aml in /EFI/CLOVER/ACPI/patched.
 
I captured these two from /Library/Logs/DiagnosticReports
 

Attachments

  • Archive.zip
    181 KB · Views: 48
I placed the SSDT-EC.aml in /EFI/CLOVER/ACPI/patched as instructed. Rebooted. Initiated the upgrade. After a while it crashed. See IMG_0257. After rebooting, and selecting install preboot from Clover, it proceeded for a while then crashed again. See IMG_0259 and IMG_260. This is the entirety of the crash screen.
 

Attachments

  • IMG_0259.JPG
    IMG_0259.JPG
    959.4 KB · Views: 46
  • IMG_0260.JPG
    IMG_0260.JPG
    951.4 KB · Views: 42
  • IMG_0257.JPG
    IMG_0257.JPG
    1.2 MB · Views: 50
I placed the SSDT-EC.aml in /EFI/CLOVER/ACPI/patched as instructed. Rebooted. Initiated the upgrade. After a while it crashed. See IMG_0257. After rebooting, and selecting install preboot from Clover, it proceeded for a while then crashed again. See IMG_0259 and IMG_260. This is the entirety of the crash screen.
you could try adding these to your config.plist under KernelToPatch:
Code:
<dict>
                <key>Comment</key>
                <string>MSR 0xE2 _xcpm_idle instant reboot(c) Pike R. Alpha</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>ILniAAAADzA=</data>
                <key>Replace</key>
                <data>ILniAAAAkJA=</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Disable panic kext logging on 10.13 release kernel (credit vit9696)</string>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Find</key>
                <data>igKEwHRE</data>
                <key>Replace</key>
                <data>igKEwOtE</data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>Disable panic kext logging on 10.14 release kernel (credit vit9696)</string>
                <key>MatchOS</key>
                <string>10.14.x</string>
                <key>Find</key>
                <data>igKEwHRC</data>
                <key>Replace</key>
                <data>igKEwOtC</data>
            </dict>

it may help and should stop at your panic
 
I added those lines to my config.plist and the system would not reboot.

Any other ideas??
 
Status
Not open for further replies.
Back
Top