daliansky / morefine-S500-Hackintosh

morefine S500 Hackintosh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

joker1961 opened this issue · comments

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

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

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

commented

我还是 1.5.0

Here is the -v log before cyclic reboot.
oc_log

v1.6.0 works fine.

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

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

good job, bro

<key>CustomMemory</key>
 <true/> 

改成

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

这个就好了。

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

thanks

<key>CustomMemory</key>
 <true/> 

改成

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

这个就好了。

thanks