
03-17-2010, 02:31 AM
|
Cheetah
|
|
Join Date: Mar 2010
Posts: 2
|
|
Can't see installed partition at Chameleon selection screen when first boot
Hi everyone,
I followed the step to install my snow leopard but have problems with first boot.
First Boot:
● press F12 Boot Menu again then choose your USB flash drive, we need to do this because our SATA drive is not bootable on it's own yet
● on the Chameleon selection screen, choose your never booted Snow Leopard drive/partition . (Encouter problem, i can only see the flash install driver here.)
I guess it may related to Extra/com.app.boot.plist. Below is mine, Could anyone give a help ?
<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>GraphicsEnabler</key>
<string>y</string>
<key>EthernetBuiltIn</key>
<string>y</string>
<key>Theme</key>
<string>bootcamp</string>
<key>Graphics Mode</key>
<string>1680x1050x32</string>
</dict>
</plist>
|