shuai620 / NUC7i7BNH

51 stars 19 forks source link

Failed use OC_0.9.3_ventura for fresh installation #20

Closed maoyuech closed 1 year ago

maoyuech commented 1 year ago

Hi @shuai620

My HW (intel-nuc-kit-nuc7i5bnh) should be similar to yours NUC7i7BNH.

I changed PlatformInfo and other relevant key/values, and also turned on Debug accordingly.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>SystemProductName</key>
    <string>iMac18,1</string>
</dict>
<dict>
    <key>SystemSerialNumber</key>
    <string>C02Z7GYAH7JY</string>
</dict>
<dict>
    <key>MLB</key>
    <string>C02933100GUH69FAD</string>
</dict>
<dict>
    <key>SystemUUID</key>
    <string>EF6E8AE1-E401-4C20-AB28-3D4AE36BF152</string>
</dict>
<dict>
    <key>ROM</key>
    <data>24F094C2 769E</data>
</dict>
</plist>

However, the booting procedure:

  1. ONLY showing RESET NVRAM option but no others
  2. NO logfile be create.

Please guide me on how to resolve the issues. thx!!