Jump to content
7 posts in this topic

Recommended Posts

In config.plist :

<key>Boot</key>
<dict>
<key>#Arguments</key>
<string>-v arch=i386 slide=0 darwake=0</string>
<key>Arguments</key>
<string>kext-dev-mode=1</string>
 
 
I think all is ok. 
 
 
Error on last seconds. 
 
 
HW :
i3 2100
MSI ZH77A-G43
Audio : ALC892
Eth : RTL8111E
HyperX Black 8GB 1600mhz
MSI Radeon 7750 DDR3

You have two boot arguments entries. Delete this:

<key>#Arguments</key>
<string>-v arch=i386 slide=0 darwake=0</string>

And use only this:

<key>Arguments</key>
<string>-v arch=i386 slide=0 darwake=0 kext-dev-mode=1</string>

You can use this app for edit your config.plist: Property List Editor

  • Like 1
×
×
  • Create New...