
Originally Posted by
silverblack
I tried a couple methods of 10.6.2: patched mach_kernel or Meklort's newest NetbookInstaller (RC4). In both cases, the upgrades completed without error, only that the Bluetooth is not longer recognized. BT is not detected at all in System Profiler.
Anybody having better luck with their 10.6.2 update?
For 10.6.2, the following procedure should upgrade you easily.
Just to confirm, this works perfectly with prior methods on the 1005/1008, provided you use the old kernel version. The new kernel will not boot. No other changes are necessary, all your kexts will work fine and everything that worked (sleep, sound, mic, wifi with new card, bluetooth, video, etc. all works no problem).
The way I'd recommend doing this update is in terminal typing something along the lines of:
Code:
sudo cp /mach_kernel /mach_kernel.bak
Then, edit the "com.apple.Boot.plist" in your Extra folder, replacing:
Code:
<key>Kernel</key>
<string>mach_kernel</string>
with:
Code:
<key>Kernel</key>
<string>mach_kernel.bak</string>
Now, you can just update via Software Update and are good to go.
Bookmarks