
11-11-2008, 08:20 PM
|
 |
|
|
Join Date: Jan 2008
Location: WA, USA
Posts: 933
|
|
boot into the install DVD and then open Terminal. You should be able to edit the com.apple.Boot.plist file on your installed Hard drive. (in the following example, simply replace "MacHD" with your Hard Drive name)
now just edit the boot flags via:
Code:
sudo nano /Volumes/MacHD/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
remember to place the Kernel Flags properly. For example:
Quote:
<key>Kernel Flags</key>
<string>-v</string>
|
now save it via a WriteOut (F3 or Ctrl-O) and ensure that you rewrite it over the original. This will also save permissions. Happy editing.
|