Darwin /x86 boot
玩完啦!!!哭死啦!
我把com.apple.Boot.plist改了一下,重启后就进不了系统了,
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
com.apple.Boot.plist这个文件本来是这样的:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Timeout</key>
<string></string>
<key>device-properties</key>
<string></string>
</dict>
</plist>
我把<key>Kernel</key>
<string>mach_kernel</string>
改成
<key>quite boot</key>
<string>yes</string>
重启就进不了系统了!
[
本帖最后由 sx56 于 2008-8-14 11:39 编辑 ]