Ich versuche gerade Catalina mit OpenCore auf dieser Hardware installiert zu bekommen:
Fujitsu Esprimo Q920 (Intel Q87)
Intel Core i5-4590T
Intel HD4600
8GB RAM
Dazu hab ich den OpenCore Desktop Guide inkl. der Haswell-Section durchgearbeitet. SSDT-EC und SSDT-PLUG hab ich mit SSDTTime extrahiert.
OpenCore startet und ich bekomme ein Apple-Logo mit Ladebalken. Der bleibt kurz vor Ende einige Sekunden stehen und ich komme direkt zu einer Fehlermeldung: The macOS installation couldn't be completed.
Im Log sehe ich als ersten Fehler (komplettes Log und EFI-Dateien im Anhang):
Code
- May 31 17:28:37 iMac Unknown[585]: 2020-05-31 17:28:37.929 macOS Utilities[606:2440] *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArray0 objectAtIndex:]: index 0 beyond bounds for empty NSArray'
- May 31 17:28:37 iMac Unknown[585]: *** First throw call stack:
- May 31 17:28:37 iMac Unknown[585]: (
- May 31 17:28:37 iMac Unknown[585]: 0 CoreFoundation 0x000000010b90d797 __exceptionPreprocess + 250
- May 31 17:28:37 iMac Unknown[585]: 1 libobjc.A.dylib 0x0000000109f1fa9e objc_exception_throw + 48
- May 31 17:28:37 iMac Unknown[585]: 2 CoreFoundation 0x000000010b939d3c CFArrayExchangeValuesAtIndices + 0
- May 31 17:28:37 iMac Unknown[585]: 3 macOS Utilities 0x0000000108d23e8d macOS Utilities + 16013
- May 31 17:28:37 iMac Unknown[585]: 4 macOS Utilities 0x0000000108d26396 macOS Utilities + 25494
- May 31 17:28:37 iMac Unknown[585]: 5 macOS Utilities 0x0000000108d22af4 macOS Utilities + 10996
- May 31 17:28:37 iMac Unknown[585]: 6 CoreFoundation 0x000000010b8858f2 -[NSSet makeObjectsPerformSelector:] + 215
- May 31 17:28:37 iMac Unknown[585]: 7 AppKit 0x0000000109f900a7 -[NSIBObjectData nibInstantiateWithOwner:options:topLevelObjects:] + 1485
- May 31 17:28:37 iMac Unknown[585]: 8 AppKit 0x0000000109f83ec1 loadNib + 401
- May 31 17:28:37 iMac Unknown[585]: 9 AppKit 0x0000000109f83482 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:options:withZone:ownerBundle:] + 693
Der Fehler bringt mich nicht mehr weiter. Was kann ich noch probieren?