Jump to content

Slow boot with 6Gb SSD!


qbaser
 Share

3 posts in this topic

Recommended Posts

I've installed Lion 10.7 successfully on my Crucial M4 6Gb SSD. The drive speed test is clocking up a very impressive 260Gbps write AND read so happy there.

 

However, using chameleon latest 4.0.2, my boot time is about 2 mins. Is there something I can do to speed it up?

 

thanks

Al

 

 

p.s. I note when i installed Mac OSX, the install was super fast.

Link to comment
Share on other sites

I've installed Lion 10.7 successfully on my Crucial M4 6Gb SSD. The drive speed test is clocking up a very impressive 260Gbps write AND read so happy there.

 

However, using chameleon latest 4.0.2, my boot time is about 2 mins. Is there something I can do to speed it up?

 

thanks

Al

 

 

p.s. I note when i installed Mac OSX, the install was super fast.

 

Use Chameleon Wizzard and update to Chameleon 2.1svn-r1618.

Than use this as plist file in org.chameleon.Boot.plist

<?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>EthernetBuiltIn</key>

<string>Yes</string>

<key>GenerateCStates</key>

<string>Yes</string>

<key>GeneratePStates</key>

<string>Yes</string>

<key>GraphicsEnabler</key>

<string>Yes</string>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string>npci=0x2000</string>

<key>Legacy Logo</key>

<string>Yes</string>

<key>SystemType</key>

<string>1</string>

<key>Timeout</key>

<string>1</string>

<key>UseKernelCache</key>

<string>Yes</string>

</dict>

</plist>

 

Specially >UseKernelCache< makes different!

 

Ed

Link to comment
Share on other sites

 Share

×
×
  • Create New...