Contribute
Register

Only able to boot with -x flag after App Store fix

Status
Not open for further replies.
Joined
Jun 27, 2011
Messages
43
Motherboard
GA-Z77X-UD5H (F14) + 16GB RAM
CPU
3770K i7
Graphics
HD4000
Mac
  1. iMac
  2. MacBook Air
  3. Mac Pro
Classic Mac
  1. 0
Mobile Phone
  1. iOS
After updating to 10.8.2. my App Store/iMessage won't open. I fixed it to paste the Ethernet hex to boot.plist but now I only be able to boot with -x.

My boot.plist:


<?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>DSDT</key>
<string>Extra/DSDT.aml</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>2560x1600x32</string>
<key>Timeout</key>
<string>1</string>
<key>Kernel Flags</key>
<string>PCIRootUID=1 -f</string>
<key>UseKernelCache</key>
<string>Yes</string>
<key>device-properties</key>
<string>4b00000001000000010000003f0000000100000002010c00d041030a0100000001010600061c0101060000007fff0400160000006200750069006c0074002d0069006e0000000500000001</string>
</dict>
</plist>

Anybody a solution? Thanks!
 
that needs to go into the com.apple.boot.plist in /Library/Preferences/SystemConfiguration
remove it from the org.cham, and paste it into the plist above

also add

<key>EthernetBuiltIn</key>
<string>Yes</string>

to your org.cham
 
Status
Not open for further replies.
Back
Top