Snow Leopard 10.6.2 update is OUT!!!

All versions of Mac OS X

Moderator: SilverZero

Forum rules
The S netbook is NOT an Apple product and was never intended to run Mac OSX. Fortunately, enthusiasts have found ways to make OSX run on our netbook. However, the process may not be smooth for some. Make sure you have patience and time to get it to run. Most importantly, motivation to read and learn. This forum contains enough information to get OSX running. Most problems you may encounter can be solved just by reading through the forums or searching. So please take the time and read through the forums!

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby zombolo » Wed Nov 11, 2009 4:12 am

First PATCHED 10.2.0 kernel for Atom CPU:

http://translate.google.ru/translate?pr ... ry_state0=

Is there anyone who want to test it?

UPDATE: here it is reported it works correctly --> http://www.insanelymac.com/forum/index. ... pic=197020

UPDATE 2: It worked perfectly! New kernel is on my Leovo s10e! ^__^

Image
zombolo
Novice
 
Posts: 25
Joined: Tue Sep 01, 2009 12:02 pm

Advertisement

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby zombolo » Wed Nov 11, 2009 7:30 am

If you used Vanii's Enabler to install osx, here is the guide to install 10.6.2 on s10/s10e (kernel included):

1) download combo update: http://support.apple.com/downloads/DL95 ... 10.6.2.dmg
2) install it and DON'T RESTART!!!
3) go to root system/library/extensions and delete _SleepEnabler.kext (VERY IMPORTANT!!! you get kernel panic if you don't do it!)
4) download patched kernel from here: http://www.mediafire.com/download.php?o2w0yunezzy
5) Download zip to Desktop
6) Unzip by double click
7) Open Terminal.app
8) sudo -s
9) Enter your root password
10) cd /
11) mv mach_kernel mach_kernel_1062
12) cp ~/Desktop/mach_kernel /
13) chown 0:0 mach_kernel
14) reboot

15) After first reboot, download new SleepEnabler from here: http://www.insanelymac.com/forum/index. ... pic=196466
16) rename it _SleepEnabler.kext and install it with Kext helper b7
17) reboot and you will have a FULLY working 10.6.2 Snow Leopard system



This difference file is created by The Interactive Disassembler

mach_kernel

005E6A8A: 83 31
005E6A8B: E8 C0
005E6A8C: 0D 40
zombolo
Novice
 
Posts: 25
Joined: Tue Sep 01, 2009 12:02 pm

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby phaseIV » Wed Nov 11, 2009 3:22 pm

I'm happy to report that this first Frankenkernel for Atoms works with NetbookInstaller too.

Now back to work on my legit MBP... :mrgreen:
phaseIV
Experienced
 
Posts: 75
Joined: Fri Mar 27, 2009 2:48 am
Location: Amsterdam, NL
Color and Model: White s10e 4068-4TG
OS(s) installed: OSX 10.6.2 [NBI]

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby MonkeyJamboree » Wed Nov 11, 2009 6:58 pm

out of curiosity, why are people using a patched 10.2.0 kernel, when the 10.6.0/10.6.1 kernel works fine? isn't 10.2.0 extremely out-of-date? or is it just numbered incorrectly?

*EDIT* Sorry, I was misinformed about kernel version numbers and such. My mistake! I did not know that the kernel versions included were different from the OS X version numbers :P
MonkeyJamboree
New User
 
Posts: 4
Joined: Sat Mar 28, 2009 9:50 pm
Color and Model: White s10 4231 2CU
OS(s) installed: OS X 10.6.1 updated from 10.6.0 + Windows 7 Ult

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby rhcp011235 » Wed Nov 11, 2009 8:50 pm

zombolo wrote:If you used Vanii's Enabler to install osx, here is the guide to install 10.6.2 on s10/s10e (kernel included):

1) download combo update: http://support.apple.com/downloads/DL95 ... 10.6.2.dmg
2) install it and DON'T RESTART!!!
3) go to root system/library/extensions and delete _SleepEnabler.kext (VERY IMPORTANT!!! you get kernel panic if you don't do it!)
4) download patched kernel from here: http://www.mediafire.com/download.php?o2w0yunezzy
5) Download zip to Desktop
6) Unzip by double click
7) Open Terminal.app
8) sudo -s
9) Enter your root password
10) cd /
11) mv mach_kernel mach_kernel_1062
12) cp ~/Desktop/mach_kernel /
13) chown 0:0 mach_kernel
14) reboot

15) After first reboot, download new SleepEnabler from here: http://www.insanelymac.com/forum/index. ... pic=196466
16) rename it _SleepEnabler.kext and install it with Kext helper b7
17) reboot and you will have a FULLY working 10.6.2 Snow Leopard system



This difference file is created by The Interactive Disassembler

mach_kernel

005E6A8A: 83 31
005E6A8B: E8 C0
005E6A8C: 0D 40



Nice work. :)
rhcp011235
Novice
 
Posts: 23
Joined: Thu May 28, 2009 2:03 pm

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby rhcp011235 » Wed Nov 11, 2009 11:03 pm

un patched:
+1533 00293a83 0fb60569958700 movzbl 0x00879569,%eax
+1540 00293a8a 83e80d subl $0x0d,%eax
+1543 00293a8d 3c21 cmpb $0x21,%al '!'
+1545 00293a8f 7732 ja 0x00293ac3
+1547 00293a91 0fb6c0 movzbl %al,%eax
+1550 00293a94 ff248580ee5d00 jmp *0x005dee80(,%eax,4)
PATCHED:
+1533 00293a83 0fb60569958700 movzbl 0x00879569,%eax
+1540 00293a8a 31c0 xorl %eax,%eax
+1542 00293a8c 40 incl %eax
+1543 00293a8d 3c21 cmpb $0x21,%al '!'
+1545 00293a8f 7732 ja 0x00293ac3
+1547 00293a91 0fb6c0 movzbl %al,%eax
+1550 00293a94 ff248580ee5d00 jmp *0x005dee80(,%eax,4)


I guess i should have used OTX to see this :) btw, what is 0x005dee80? It shows up as a byte in IDA + otx. Is that the CPUID? in the jump table?

Just curious.

Thanks
rhcp011235
Novice
 
Posts: 23
Joined: Thu May 28, 2009 2:03 pm

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby qubit » Thu Nov 12, 2009 12:46 am

Yet again the brilliant Meklort from the mydellmini forums has provided a new NBI with that patches the kernel of 10.6.2 with the above mentioned patch and kext mod: http://www.mydellmini.com/forum/general-mac-os-x-discussion/15050-osx-10-6-2-a-13.html#post118527
~~ Classic Black Ol'School S10 w/Triple Boot ~~
~~ OS X 10.6.4 modified NetBookInstaller 0.8.4RC1, modified DSDT ~~
~~ Ubuntu 10.04 ~~
~~ Windows7 ~~
~~NetBook Installer~~
~~XDA Developers - HTC Desire Android Development~~
User avatar
qubit
Experienced
 
Posts: 118
Joined: Sun Feb 22, 2009 11:19 pm
Color and Model: Classic Black S10
OS(s) installed: OS X Linux Win7

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby stk » Thu Nov 12, 2009 7:27 am

Howdy,

zombolo wrote:If you used Vanii's Enabler to install osx, here is the guide to install 10.6.2 on s10/s10e (kernel included):


Works as well for NetbookMaker Installations with one exeption:

zombolo wrote:
14) reboot


skip this one and install SleepEnabler as mentioned in step 15 to 17. As I did not, I had to take my HDD out, put it in an external housing an installed the .kext on my Mac mini. 10.6.2 runs well now.

best regards Stefan
/voodoo.css
#myEnemy {position: absolute; bottom: -6ft;}
User avatar
stk
Novice
 
Posts: 28
Joined: Tue Jan 27, 2009 5:25 am
Color and Model: S10e black
OS(s) installed: XP - OS X 10.6.1 - each one single disc

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby phaseIV » Thu Nov 12, 2009 8:10 am

stk wrote:...
Works as well for NetbookMaker Installations with one exeption:
...
As I did not, I had to take my HDD out, put it in an external housing an installed the .kext on my Mac mini.
...

Emm, thats *way* to complicated or I must be missing something. You can easily place the new kext in /Extra/S10Ext and run the UpdateExtra app.

You only need to edit the machine.plist so the app recognises the Lenovo correctly. As I wrote in another thread;
Note: make sure that the Lenovo model <key>Lenovo</key> specified in /Extra/UpdateExtra.app/Contents/Resources/SupportFiles/machine.plist corresponds with the output given by the terminal command sysctl hw.model before using the UpdateExtra.app!

Anyway... as qubit posted, there's a new NetbookInstaller available at http://www.meklort.com. :mrgreen:
phaseIV
Experienced
 
Posts: 75
Joined: Fri Mar 27, 2009 2:48 am
Location: Amsterdam, NL
Color and Model: White s10e 4068-4TG
OS(s) installed: OSX 10.6.2 [NBI]

Re: Snow Leopard 10.6.2 update is OUT!!!

Postby robmac21 » Thu Nov 12, 2009 3:26 pm

Be careful I did this without reading too well and did the update in the software updater and totally screwed my machine. :oops: :oops: The Vanii instructions. Re-installing the whole thing over again as we speak. Annoying... The machine was running perfectly before the update. I'll try one more time but if it doesn't work this time i'll stay with 10.6.1 until they come up with a fool proof way to do this.
User avatar
robmac21
New User
 
Posts: 4
Joined: Tue Feb 03, 2009 2:02 pm
Color and Model: Black Hackintosh S10
OS(s) installed: OS X 10.5.6

PreviousNext

Return to Mac OS X

Who is online

Users browsing this forum: No registered users and 0 guests