#1
|
|||
|
|||
SL com.apple.boot.plist / SMBIOS.plist
(SL noob warning)
What can I specify in these lists under SL and how do I do it? Gigabyte EP35-DS3P DSDT for GFX/Ether/889a/USB/SATA(soon) Thanks |
#2
|
|||
|
|||
com.apple.boot.plist in Extra is the main config file for Chameleon, you can specify many options that affect mostly how the system boots, you can see all the available options in Chameleon's BootHelp.txt. Here is mine for example:
Code:
<?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>Default Partition</key> <string>hd(0,2)</string> <key>Graphics Mode</key> <string>1680x1050x32</string> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>"Graphics Mode"="1680x1050x32"</string> <key>Legacy Logo</key> <string>yes</string> <key>Timeout</key> <string>10</string> <key>Wait</key> <string>y</string> </dict> </plist> Code:
<?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>SMbiosversion</key> <string>IM91.88Z.008D.B00.0901142258</string> <key>SMboardmanufacter</key> <string>Apple Inc.</string> <key>SMboardproduct</key> <string>Mac-F2218EC8</string> <key>SMexternalclock</key> <string>400</string> <key>SMmanufacter</key> <string>Apple Inc.</string> <key>SMmaximalclock</key> <string>3200</string> <key>SMmemmanufacter_1</key> <string>Kingston</string> <key>SMmemmanufacter_2</key> <string>Kingston</string> <key>SMmemmanufacter_3</key> <string>Kingston</string> <key>SMmemmanufacter_4</key> <string>Kingston</string> <key>SMmempart_1</key> <string>99U5316-028.A00LF</string> <key>SMmempart_2</key> <string>KTC1G-UDIMM</string> <key>SMmempart_3</key> <string>99U5316-028.A00LF</string> <key>SMmempart_4</key> <string>KTC1G-UDIMM</string> <key>SMmemserial_1</key> <string>0x651C52C8h</string> <key>SMmemserial_2</key> <string>0xD51C1E0Ah</string> <key>SMmemserial_3</key> <string>0x651C52C8h</string> <key>SMmemserial_4</key> <string>0xD51C1E0Ah</string> <key>SMmemspeed</key> <string>800</string> <key>SMmemtype</key> <string>19</string> <key>SMproductname</key> <string>iMac9,1</string> <key>SMserial</key> <string>W87234JHYA4</string> <key>SMsystemversion</key> <string>1.0</string> </dict> </plist> AsRock P45TS | C2D E8200 | GeForce 8600GTS Mac OS X Snow Leopard 10.6.1 + Windows 7 Ultimate 6.1.7600 + Fedora 11 |
#3
|
|||
|
|||
Thanks for the reply--this forum is great!
I will check out the options for boot.plist from Chameleon's BootHelp.txt. My system boot time is much longer than Leo and I was under the impression that ...boot.plist could be modified to boot more efficiently? Thanks again. |
#4
|
|||
|
|||
replacing dsmos.kext and using fakesmc.kext made my boot quicker
_____________________________________________ Acer 6936g 864G32mn [@ Snow Leopard 10.6.1 32/64bit C2D 2,4Ghz 4Gb 1066mhz DDR3 9600m GT 512 GDDR3 ___Snow Leopard tutorial -> http://www.infinitemac.com/f57/guide...ted-for-t4183/ _________Leopard tutorial ->http://www.infinitemac.com/f19/guide...-iatkos-t3357/ |
#5
|
|||
|
|||
Quote:
AsRock P45TS | C2D E8200 | GeForce 8600GTS Mac OS X Snow Leopard 10.6.1 + Windows 7 Ultimate 6.1.7600 + Fedora 11 |
#6
|
|||
|
|||
Quote:
I switched to 64 only or 32 bit only kexts if It might help decrease boot time? If so where can I find them? |
#7
|
|||
|
|||
I doubt it matters, they are only supposed to load the code that is 32 or 64 bits even if they contain both. Besides most Apple's vanilla kexts are dual, and I dont know of any way to make them 32 bits only for instance...
💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. AsRock P45TS | C2D E8200 | GeForce 8600GTS Mac OS X Snow Leopard 10.6.1 + Windows 7 Ultimate 6.1.7600 + Fedora 11 |