- Joined
- Jul 31, 2012
- Messages
- 3
- Motherboard
- Gigabyte X58A-UD3R
- CPU
- i7 950
- Graphics
- HD 6670
- Mac
-
- Classic Mac
-
- Mobile Phone
-
but in the config.plist you can see boot arguments -v and -x? if yes delete them from the file and retry
In file /Volumes/EFI/EFI/CLOVER/config.plist in section Boot not options -x and -v
Code:
<key>Boot</key>
<dict>
<key>Arguments</key>
<string>dart=0 nv_disable=1</string>
<key>Debug</key>
<true/>
<key>DefaultVolume</key>
<string>MacHDD</string>
<key>Legacy</key>
<string>PBR</string>
<key>Secure</key>
<false/>
<key>Timeout</key>
<integer>3</integer>
<key>XMPDetection</key>
<string>NO</string>
</dict>