1、打开终端,输入 sudo -s,取得root权限;
2、输入 vi /Library/Preferences/SystemConfiguration/com.apple.Boot.plist,打开该文件;
3、在<key> Kernel Flags</key>
          <string></string>
下添加
<key>Timeout</key>
<string>10</string> 
<key>Graphics Mode</key>
<string>1440*900*32@60</string>
然后保存,退出,