![]() |
I fixed the problem, somehow the plist file got messed up so I went ahead and reinstalled Snow Leopard and added the nessisary plist changes and all went well, It boots
fine after I booted once with the "-v -f" flags. Thanks for your time. 00010 |
I knew something had to be off. As there is no difference in typing those commands and having them in the proper place in your com.apple.Boot.plist
By the way could you post that segment of your com.apple.Boot.plist so that others can see what changes you have made. |
Sure, I'll post it on here late this evening.
00010 |
This is my current plist file contents:
<?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>Kernel</key> <string>mach_kernel</string> <key>Timeout</key> <string>5</string> <key>Kernel Flags</key> <string>arch=i386</string> <key>EthernetBuiltIn</key> <string>y</string> <key>Graphics Mode</key> <string>1280x800x75</string> </dict> </plist> |