Hallo zusammen,
ich versuche momentan für einen Mitbewohner Catalina zu installieren, komme aber einfach nicht in die Installation rein. wenn Ich im OC Menü MacOS (external) auswähle, wird mir kurz vor ende ein Panik angezeigt. Im Debugingfile wurde das allerdings auch nicht gespeichert:
- //Letzten 5 Zeilen
- 23:104 00:037 OCSMC: SmcReadValue Key 4D535463 Size 1
- 23:143 00:038 OCSMC: SmcReadValue Key 4D534163 Size 2
- 23:200 00:057 AAPL: [EB|`B:WFDW] Err(0xE), 0 @ LocHB 71B4903C-14EC-42C4-BDC6-CE1449930E49
- 23:257 00:056 AAPL: [EB|#LOG:DT] 2020-05-26T18:20:46
- 23:310 00:052 AAPL: [EB|#LOG:EXITBS:START] 2020-05-26T18:20:46
Habe auch schon nach dem Error gesucht und das gefunden:
- This is actually the exact same error as EndRandomSeed so all the same fixes apply(10.15.4 and newer changed the debug protocol for those curious):
- ProvideConsoleGop: is likely missing as this is needed for transitioning to the next screen, this was originally part of AptioMemoryFix but is now within OpenCore as this quirk. Can be found under UEFI -> Output
- Missing kernel patches(only applies for AMD CPUs, make sure they're OpenCore patches and not Clover. Clover uses MatchOS while OpenCore has MinKernel and Maxkernel)
- IgnoreInvalidFlexRatio missing, this is needed for Broadwell and older. Not for AMD and Skylake or newer
- AppleXcpmExtraMsrs: may be required, this is generally meant for Pentiums, HEDT and other odd systems not natively supported in macOS. Do not use on AMD
- SetupVirtualMap may be needed depending on the firmware, generally this quirk should be avoided but most Gigabyte users and older hardware(Broadwell and older) will need this quirk to boot.
- RebuildAppleMemoryMap: may not be a fan of your firmware, disabling this quirk isn't recommended but may be required on some laptops and certain desktops
- Another possible problem is that some users either forget or cannot disable CFG-Lock in the BIOS(specifically relating to a locked 0xE2 MSR bit for power management, obviously much safer to turn off CFG-Lock). Do note this is for Intel users only, not AMD. When this happens, there's a couple of possible fixes:
- Fixing CFG Lock
- Enable AppleXcpmCfgLock and AppleCpuPmCfgLock, this disables PKG_CST_CNFIG_CONTROL within the XNU and AppleIntelCPUPowerManagement respectively. Not recommended long term solution as this can cause instability.
- Quelle : https://dortania.github.io/OpenCore-Desktop-Guide/troubleshooting/troubleshooting.html#stuck-on-eblogexitbsstart
aber konnte auch keinen Fehler feststellen. Habe auch schon SSDTs erstellt hab die aber erstmal wieder raus geschmissen, da sie nicht wirklich was verändert haben. Sonst habe ich auch versucht erstmal nur die IGPU zu benutzen und die GPU zu deaktivieren. Hab das einmal mit eigenem SSDT-GPU-Spoof.aml probiert, und mit -wegnoegpu als boot-args. beide male aber auch das selbe Problem nur das diesmal keine Panic angezeigt wurde.
Hilfe wäre Super
Schonmal ein Riesen Dankeschön im Voraus