daliansky / morefine-S500-Hackintosh

morefine S500 Hackintosh
118 stars 26 forks source link

版本1.7.0 进不了系统,自动重启 #8

Closed joker1961 closed 2 years ago

joker1961 commented 2 years ago

版本1.7.0 进不了系统,自动重启 切换-v模式,一屏代码跑不到一半就重启 不知道是不是特例。

xvortex commented 2 years ago

I have the same issue! macOS Monterey 12.3.(1) immediate reboot, -v very fast - can't pause and check. Upgraded from EFI v1.5.0

lnzoro commented 2 years ago

一样的问题,直接重启,现在再用1.6版本

xpader commented 2 years ago

我还是 1.5.0

xvortex commented 2 years ago

Here is the -v log before cyclic reboot. oc_log

v1.6.0 works fine.

xvortex commented 2 years ago

Fixed! Changed ` CustomMemory

to CustomMemory

` and it boots normally.

RebornL commented 2 years ago

Fixed! Changed <key>CustomMemory</key> <true/> to <key>CustomMemory</key> <false/> and it boots normally.

good job, bro

lnzoro commented 2 years ago
<key>CustomMemory</key>
 <true/> 

改成

<key>CustomMemory</key>
<false/>

这个就好了。

joker1961 commented 2 years ago

Fixed! Changed <key>CustomMemory</key> <true/> to <key>CustomMemory</key> <false/> and it boots normally.

thanks

joker1961 commented 2 years ago
<key>CustomMemory</key>
 <true/> 

改成

<key>CustomMemory</key>
<false/>

这个就好了。

thanks