InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Snow Leopard 10.6 (http://infinitemac.com/forumdisplay.php?f=87)
-   -   Some Assistance with the com.apple.boot.plist file. (http://infinitemac.com/showthread.php?t=5320)

00010 01-29-2010 04:54 PM

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

lanceomni 01-29-2010 05:46 PM

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.

00010 01-29-2010 05:52 PM

Sure, I'll post it on here late this evening.

00010

00010 01-30-2010 06:12 PM

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>