Skip to main content

Upgrade to Mac OS X 10.6.2 or later on Atom processor netbook

Apple no longer supports for Atom processors from Mac OS X 10.6.2. So, you can't normally upgrade your Mac OS X from Snow Leopard 10.6.1 or earlier to 10.6.2 or later. If you try to normally upgrade it, you'll get an black screen with errors after restarting. The reason is the mach kernel of Snow Leopard 10.6.3 or later don't detect any Atom processor. Then this tip maybe help you.




  • Upgrade Mac OS X:

    • Open Apple update center and update to the latest version of Mac OS X

    • Or download Mac OS X update combo to manually upgrade to a specific version. You can find and download it at Apple support center.

    • Important: Do not restart system when upgrading complete.



  • Replace mach_kernel for your Mac OS X upgraded:

    • Download mach_kernel for your Mac OS X upgraded at my collection or find a download from OSX86.net

    • Extract downloaded Zip file on Desktop. You'll received a mach_kernel file.

    • Open Terminal.app and input below commands:




[ps]sudo -s
cd /
mv mach_kernel mach_kernel_1062
cp ~/Desktop/mach_kernel /
chown 0:0 mach_kernel[/ps]


    • Or you can use Finder to do it: open Finder and browse to your mac installation directory . Backup the old mach_kernel_xxx file. Then copy the extracted mach_kernel file to that.



That's all. Now restart and enjoy your new Mac OS X on your Atom netbook.

Wish succeed!

Comments

Popular posts from this blog

Turn off AutoPlay on Windows

On Windows, when you insert an USB or a CD/DVD into your computer, they are usually opened automatically. So the computer maybe infected autorun virus. To avoid that, you should turn off AutoPlay function.

Integrate blogspot blogger blog with Dot TK free domain

Blogspot or Blogger is a blog service from Google. This service provides us many functions to make a small website as creating a blog, posting, commenting, . . . But there is a thing which might cause you dissatisfy. That's the blog address is too long, like http://www.your-tips-tricks.blogspot.com . If you own a short Dot TK domain , then your problems will be solved.

Create Wordpress page template

When creating a new page in Wordpress, we usually have a choice for the page template. It's call Default template . However, we sometimes need to make a new page with a new appearance. Then another page template is needed. Instead of downloading a shared page template from internet, we can create a new page template by below instructions.