I think you might need to alter the darwin boot config file to look something like this
<?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>1</string>
<key>device-properties</key>
<string></string>
<key>Graphics Mode</key>
<string>1024x600x32</string>
<key>Quiet Boot</key>
<string>Yes</string>
</dict>
</plist>
it is here:
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
and will need this command to edit it:
sudo vi /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
or text editor if you are happy altering permissions,
Someone correct me if it is possible to use the defaults command for the boot.plist but I don't think it will!
I think you might need to alter the darwin boot config file to look something like this
<?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>1</string>
<key>device-properties</key>
<string></string>
<key>Graphics Mode</key>
<string>1024x600x32</string>
<key>Quiet Boot</key>
<string>Yes</string>
</dict>
</plist>
it is here:
/Library/Preferences/SystemConfiguration/com.apple.Boot.plist
and will need this command to edit it:
sudo vi /Library/Preferences/SystemConfiguration/com.apple.Boot.plist
or text editor if you are happy altering permissions,
Someone correct me if it is possible to use the defaults command for the boot.plist but I don't think it will!
I think my Darwin Loader is not working anymore after modifying the Boot.plist. It just brings me to a black page and then back to Win 7 bootloader.
I installed OSX with the modified iso and triple boot (XP 7 and OSX) with instructions given here.
Is there anyway I can get my darwin loader back or boot into OSX without it? Thanks.