(Solved) Latest Catalina with OC 0.5.8 macOS installer crash

f_ender

New member
AMD OS X Member
Joined
May 6, 2020
Messages
6
Hi All,
I'm new to the hackintosh on AMD and I'm having issues with Installation.
I'm using latest public release of Catalina [001-04366] and OpenCore 0.5.8 I'm creating my boot USB with latest gibMacOS repo. Then I've followed the Opencore Zen guide to create my own config.plist
Just after installation and next boot into macOS Installer, the installer crashes with below. Please see the full log in the attachment.

I've tested my config.plist in sanity checker https://opencore.slowgeek.com/?file=amd058OUzkdT&rs=amd058

I've tried with other version of Catalina [061=96006] too but the same outcome.

Any suggestions would be welcome.

Cheers,
F_Ender

Code:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Process:               macOS Installer [633]
May  7 18:12:05 iMac-Pro ReportCrash[651]: Path:                  /System/Installation/CDIS/macOS Installer.app/Contents/MacOS/macOS Installer
May  7 18:12:05 iMac-Pro ReportCrash[651]: Identifier:            com.apple.macOS-Installer
May  7 18:12:05 iMac-Pro ReportCrash[651]: Version:               1.0 (1330)
May  7 18:12:05 iMac-Pro ReportCrash[651]: Build Info:            OSInstaller-1330000000000000~365
May  7 18:12:05 iMac-Pro ReportCrash[651]: Code Type:             X86-64 (Native)
May  7 18:12:05 iMac-Pro ReportCrash[651]: Parent Process:        ??? [612]
May  7 18:12:05 iMac-Pro ReportCrash[651]: Responsible:           bash [222]
May  7 18:12:05 iMac-Pro ReportCrash[651]: User ID:               0
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Date/Time:             2020-05-07 11:11:58.270 -0700
May  7 18:12:05 iMac-Pro ReportCrash[651]: OS Version:            Mac OS X 10.15.4 (19E287)
May  7 18:12:05 iMac-Pro ReportCrash[651]: Report Version:        12
May  7 18:12:05 iMac-Pro ReportCrash[651]: Anonymous UUID:        62DF6E20-7960-44B4-84FF-9CCCFDAEFC44
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Time Awake Since Boot: 69 seconds
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: System Integrity Protection: disabled
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Crashed Thread:        0  Dispatch queue: com.apple.main-thread
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
May  7 18:12:05 iMac-Pro ReportCrash[651]: Exception Codes:       KERN_INVALID_ADDRESS at 0x00000000000007c0
May  7 18:12:05 iMac-Pro ReportCrash[651]: Exception Note:        EXC_CORPSE_NOTIFY
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Termination Signal:    Segmentation fault: 11
May  7 18:12:05 iMac-Pro ReportCrash[651]: Termination Reason:    Namespace SIGNAL, Code 0xb
May  7 18:12:05 iMac-Pro ReportCrash[651]: Terminating Process:   exc handler [633]
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: VM Regions Near 0x7c0:


Update: The solution has been posted here in Installation Issue forum

In the nutshell, I've added the '-wegnoegpu' flag to boot options and booted my installer in text mode. It seems to pass the breaking point. After reboot. I've removed this flag and it boots into installer. For graphics boot flags please see whatevergree

Hope this will help other people with similar issue.
 

Attachments

  • Installer Log 7-May-2020_2.log.zip
    27.2 KB · Views: 8
  • mf2_EFI.ZIP
    1.9 MB · Views: 26
Last edited:

nesham

New member
AMD OS X Member
Joined
May 9, 2020
Messages
1
Don`t need
  • SSDT-NVME.aml Make sure this file is in your OC/ACPI directory
  • SSDT-PLUG.aml Make sure this file is in your OC/ACPI directory
  • SSDT-XHC.aml Make sure this file is in your OC/ACPI directory
  • USBPorts.kext make sure this Kext is in your OC/Kexts directory
and try with this

  • boot-args = -v keepsyms=1 debug=0x100 npci=0x2000 alcid=1 agdpmod=pikera


    Anything other then just made me error Previous ShutDown was bla bla bla and system was unresponsible.
    ACPIAdd
    • SSDT-EC-USBX-AMD.aml Make sure this file is in your OC/ACPI directory,

      Drivers
    • VBoxHfs.efi
    • OpenRuntime.efi
 
Last edited:

nlodge

New member
AMD OS X Member
Joined
May 10, 2020
Messages
1
Hi All,
I'm new to the hackintosh on AMD and I'm having issues with Installation.
I'm using latest public release of Catalina [001-04366] and OpenCore 0.5.8 I'm creating my boot USB with latest gibMacOS repo. Then I've followed the Opencore Zen guide to create my own config.plist
Just after installation and next boot into macOS Installer, the installer crashes with below. Please see the full log in the attachment.

I've tested my config.plist in sanity checker https://opencore.slowgeek.com/?file=amd058OUzkdT&rs=amd058

I've tried with other version of Catalina [061=96006] too but the same outcome.

Any suggestions would be welcome.

Cheers,
F_Ender

Code:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Process:               macOS Installer [633]
May  7 18:12:05 iMac-Pro ReportCrash[651]: Path:                  /System/Installation/CDIS/macOS Installer.app/Contents/MacOS/macOS Installer
May  7 18:12:05 iMac-Pro ReportCrash[651]: Identifier:            com.apple.macOS-Installer
May  7 18:12:05 iMac-Pro ReportCrash[651]: Version:               1.0 (1330)
May  7 18:12:05 iMac-Pro ReportCrash[651]: Build Info:            OSInstaller-1330000000000000~365
May  7 18:12:05 iMac-Pro ReportCrash[651]: Code Type:             X86-64 (Native)
May  7 18:12:05 iMac-Pro ReportCrash[651]: Parent Process:        ??? [612]
May  7 18:12:05 iMac-Pro ReportCrash[651]: Responsible:           bash [222]
May  7 18:12:05 iMac-Pro ReportCrash[651]: User ID:               0
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Date/Time:             2020-05-07 11:11:58.270 -0700
May  7 18:12:05 iMac-Pro ReportCrash[651]: OS Version:            Mac OS X 10.15.4 (19E287)
May  7 18:12:05 iMac-Pro ReportCrash[651]: Report Version:        12
May  7 18:12:05 iMac-Pro ReportCrash[651]: Anonymous UUID:        62DF6E20-7960-44B4-84FF-9CCCFDAEFC44
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Time Awake Since Boot: 69 seconds
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: System Integrity Protection: disabled
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Crashed Thread:        0  Dispatch queue: com.apple.main-thread
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
May  7 18:12:05 iMac-Pro ReportCrash[651]: Exception Codes:       KERN_INVALID_ADDRESS at 0x00000000000007c0
May  7 18:12:05 iMac-Pro ReportCrash[651]: Exception Note:        EXC_CORPSE_NOTIFY
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: Termination Signal:    Segmentation fault: 11
May  7 18:12:05 iMac-Pro ReportCrash[651]: Termination Reason:    Namespace SIGNAL, Code 0xb
May  7 18:12:05 iMac-Pro ReportCrash[651]: Terminating Process:   exc handler [633]
May  7 18:12:05 iMac-Pro ReportCrash[651]:
May  7 18:12:05 iMac-Pro ReportCrash[651]: VM Regions Near 0x7c0:


Update: The solution has been posted here in Installation Issue forum

In the nutshell, I've added the '-wegnoegpu' flag to boot options and booted my installer in text mode. It seems to pass the breaking point. After reboot. I've removed this flag and it boots into installer. For graphics boot flags please see whatevergree

Hope this will help other people with similar issue.

@f_ender Facing the same issue with nearly identical hardware. I can get through the first install, and post-reboot seeing the same crash exception code directly after the installer loads for the second time. (3950x/ MSI 5700 xt card/ASUS Mobo) Also new to hackintosh. Could you explain how to "boot the installer in text mode"? I'd like to try the -wegnoegpu flag.
 

f_ender

New member
AMD OS X Member
Joined
May 6, 2020
Messages
6
@f_ender Facing the same issue with nearly identical hardware. I can get through the first install, and post-reboot seeing the same crash exception code directly after the installer loads for the second time. (3950x/ MSI 5700 xt card/ASUS Mobo) Also new to hackintosh. Could you explain how to "boot the installer in text mode"? I'd like to try the -wegnoegpu flag.

Hi nlodge,

Sorry, I was away for a while.

What you do is:
Once installed, you need to add the flag to boot flags on the boot device. Ex. the USB you installed osx from or your destination disk (NVME or SATA).
You can use Windows or Linux to run ProperTree application and in the NVRAM section of config.plist the flag '-wegnoegpu' must be added as last flag. Please see attached config.plist in mf2_EFI.zip

Hope that clarifies.

Cheers,
F_ender
 
Back
Top Bottom
  AdBlock Detected
Sure, ad-blocking software does a great job at blocking ads, but it also blocks some useful and important features of our website. For the best possible site experience please take a moment to disable your AdBlocker.