Showing posts with label CPUs=1 fix. Show all posts
Showing posts with label CPUs=1 fix. Show all posts

21 August 2009

Multithread or Multicore?

In order to install iDeneb on the HP Mini 1000, you have to enable the "CPUs=1" fix option or else the install will fail to boot up, leaving you scratching your head and perhaps enunciating not so pleasant words directed to the how-to-guide authors; they said it would work in the first place.


So this option specifically tells OS X that your HP Mini has only one core. Now what I'm actually perplexed about are people hacking the com.apple.Boot.plist to take out that key and string that the "CPUs=1" fix has put in there so that the HP Mini's "2 cores" will be recognized again.


1) Go to /System/Library/Preferences/SystemConfiguration and open com.apple.Boot.plist with your preferred plist editor or even just TextEdit.
2) Take out these lines:

<>Kernel Flags< /key>
<>cpus=1 -f< /string>



Beatrix said...


hi instead of removing those two lines? replace it with =2 on cpus like this
<>cpus=2 -f< /string>
this will prevent it from having the startup problems. :D



so your Boot plist file should look something like this: