saketh321 Posted August 31, 2008 Share Posted August 31, 2008 Hi, Just wondering if the everyone using a dual core still is having to use a CPUS=1 function to get by the boot screen or is there a fix out there? Thx Link to comment https://www.insanelymac.com/forum/topic/123651-toshiba-a100-ta9-dual-cores/ Share on other sites More sharing options...
poopmonkey Posted September 1, 2008 Share Posted September 1, 2008 Try this. Edit your com.apple.Boot.plist which is located in Library>Preferences>SystemConfiguration. Open that file with BBedit. You should see something close to this. <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string></string> <key>Boot Graphics</key> <string>Yes</string> <key>Quiet Boot</key> <string>No</string> <key>Timeout</key> <string>5</string> </dict> </plist> Now edit that space between <string></string>. <dict> <key>Kernel</key> <string>mach_kernel</string> <key>Kernel Flags</key> <string>idlehalt=0</string> <key>Boot Graphics</key> <string>Yes</string> <key>Quiet Boot</key> <string>No</string> <key>Timeout</key> <string>5</string> </dict> </plist> Save it and reboot. Then at the darwin prompt DO NOT ENTER cpus=1, just press enter. Hope it works. Link to comment https://www.insanelymac.com/forum/topic/123651-toshiba-a100-ta9-dual-cores/#findComment-875618 Share on other sites More sharing options...
Recommended Posts