49 replies to this topic
#1
Posted 02 April 2008 - 09:27 AM
I found a link on the bay with a new toh 9.2.2 kernel. I tested it on my hackintosh and it works.
Just search for it (9.2.2 kernel).
I hope it's a toh release at least it's marked that way.
Greetings
Just search for it (9.2.2 kernel).
I hope it's a toh release at least it's marked that way.
Greetings
#2
Posted 02 April 2008 - 10:47 AM
Can you please tell me how to install it?
I unzipped and only one file came out named "mach_9.2.2_IntelSSE3.EFI". What do I need to do to install it?
I unzipped and only one file came out named "mach_9.2.2_IntelSSE3.EFI". What do I need to do to install it?
#3
Posted 02 April 2008 - 12:10 PM
#4
Posted 02 April 2008 - 12:31 PM
well lord...we all begun with this once right?Don't be so hard on him
This is actually much simpler than you might think.
1.) Get the new kernel you want to install.
2.) Open up Terminal.app in /Application/Utilities (and enter the following commands:)
3.) Code: cd /
4.) Code: sudo mv mach_kernel mach_kernel_bak (This renames the current to mach_kernel_bak in case you need it later)
5.) Using Finder (GUI) drop your new mach_kernel into the root directory (/) of your OSx86 installation.
6.) Back in the teriminal execute the following to set the permission correctly on the new kernel:
Code: sudo chown -R root:wheel mach_kernel ; sudo chmod -R 755 mach_kernel
7.) Reboot
That's it.
Here the original link (You'll need to register)
Thx bofors for the simple way
Hope it works for you!
~iXeno~
This is actually much simpler than you might think.
1.) Get the new kernel you want to install.
2.) Open up Terminal.app in /Application/Utilities (and enter the following commands:)
3.) Code: cd /
4.) Code: sudo mv mach_kernel mach_kernel_bak (This renames the current to mach_kernel_bak in case you need it later)
5.) Using Finder (GUI) drop your new mach_kernel into the root directory (/) of your OSx86 installation.
6.) Back in the teriminal execute the following to set the permission correctly on the new kernel:
Code: sudo chown -R root:wheel mach_kernel ; sudo chmod -R 755 mach_kernel
7.) Reboot
That's it.
Here the original link (You'll need to register)
Thx bofors for the simple way
Hope it works for you!
~iXeno~
#5
Posted 02 April 2008 - 12:59 PM
#6
Posted 02 April 2008 - 01:11 PM
on Leo4All v2, there was a vanilla kernel 9.2.2 option to install....would i need this at all?
#7
Posted 02 April 2008 - 01:30 PM
My hackintosh doesn't want to boot after kernel update (it hangs on a blue screen after a grey one with apple)
I'm currently on the other disk (bootable backup)
What can I do to restore kernel or make it work ?
I'm currently on the other disk (bootable backup)
What can I do to restore kernel or make it work ?
#8
Posted 02 April 2008 - 01:39 PM
before you replace kernel a good idea would be to test it 1st with a very simple way
just rename it to something else (mach_kernel_test) and paste it in root (tha path you have when you double click at your mac hd)
then at darwin bootloader boot with: mach_kernel_test (type this)
if it boots and everything is ok then you can replace the original mach_kernel with the new one
just rename it to something else (mach_kernel_test) and paste it in root (tha path you have when you double click at your mac hd)
then at darwin bootloader boot with: mach_kernel_test (type this)
if it boots and everything is ok then you can replace the original mach_kernel with the new one
#9
Posted 02 April 2008 - 01:44 PM
anyone confirms that it works?.
#10
Posted 02 April 2008 - 01:55 PM
and what if I don't have darwin bootloader (only can boot with DVD inside) ??
#11
Posted 02 April 2008 - 02:07 PM
try to install any other bootloader. I can't remember where I read it but they said you coud install any other bootloader with a linux cd.
#12
Posted 03 April 2008 - 03:15 AM
#13
Posted 03 April 2008 - 03:22 AM
Espionage724, on Apr 2 2008, 07:11 AM, said:
on Leo4All v2, there was a vanilla kernel 9.2.2 option to install....would i need this at all?
BTW For me any of those 2 kernels have a failure, if I run JAVA it gives a BUS ERROR.
#14
Posted 03 April 2008 - 05:53 AM
master tvtian, on Apr 2 2008, 12:31 PM, said:
well lord...we all begun with this once right?Don't be so hard on him
This is actually much simpler than you might think.
1.) Get the new kernel you want to install.
2.) Open up Terminal.app in /Application/Utilities (and enter the following commands:)
3.) Code: cd /
4.) Code: sudo mv mach_kernel mach_kernel_bak (This renames the current to mach_kernel_bak in case you need it later)
5.) Using Finder (GUI) drop your new mach_kernel into the root directory (/) of your OSx86 installation.
6.) Back in the teriminal execute the following to set the permission correctly on the new kernel:
Code: sudo chown -R root:wheel mach_kernel ; sudo chmod -R 755 mach_kernel
7.) Reboot
That's it.
Here the original link (You'll need to register)
Thx bofors for the simple way
Hope it works for you!
~iXeno~
This is actually much simpler than you might think.
1.) Get the new kernel you want to install.
2.) Open up Terminal.app in /Application/Utilities (and enter the following commands:)
3.) Code: cd /
4.) Code: sudo mv mach_kernel mach_kernel_bak (This renames the current to mach_kernel_bak in case you need it later)
5.) Using Finder (GUI) drop your new mach_kernel into the root directory (/) of your OSx86 installation.
6.) Back in the teriminal execute the following to set the permission correctly on the new kernel:
Code: sudo chown -R root:wheel mach_kernel ; sudo chmod -R 755 mach_kernel
7.) Reboot
That's it.
Here the original link (You'll need to register)
Thx bofors for the simple way
Hope it works for you!
~iXeno~
Thanx for that. Although your method above didn't work, I used the other instructions from that link you gave which worked like a charm. It was:
1. Get the kernel
2. Rename the new kernel to mach_kernel.base and place it at root
3. Backup your current kernel, type in Terminal:
cp /mach_kernel /mach_kernel.old
3. Type below in Terminal:
sudo chown root:wheel /mach_kernel.base
sudo chmod 644 /mach_kernel.base
cp /mach_kernel.base /mach_kernel
4. Reboot
I now run 9.2.2 kernel
#15
Posted 03 April 2008 - 06:31 AM
With this kernel, USB devices aren't shown in the Desktop.
#16
Posted 03 April 2008 - 06:48 AM
#17
Posted 03 April 2008 - 05:04 PM
#18
Posted 03 April 2008 - 06:18 PM
macgirl, on Apr 3 2008, 05:22 AM, said:
You need to install this if your PC does not support Vanilla Kernels, or if you want SpeedStep.
BTW For me any of those 2 kernels have a failure, if I run JAVA it gives a BUS ERROR.
BTW For me any of those 2 kernels have a failure, if I run JAVA it gives a BUS ERROR.
hello,
does the leo4all release include the last Time machine and airport update containing also the system.kext that works with the new 9.2.2 kernel ?
Because, I have successfully installed the TM & aiport update with pacifist on my pentium D except kernel and used the ToH kernel.
thaks
fred
#19
Posted 03 April 2008 - 06:26 PM
fredouille, on Apr 3 2008, 06:18 PM, said:
hello,
does the leo4all release include the last Time machine and airport update containing also the system.kext that works with the new 9.2.2 kernel ?
Because, I have successfully installed the TM & aiport update with pacifist on my pentium D except kernel and used the ToH kernel.
thaks
fred
does the leo4all release include the last Time machine and airport update containing also the system.kext that works with the new 9.2.2 kernel ?
Because, I have successfully installed the TM & aiport update with pacifist on my pentium D except kernel and used the ToH kernel.
thaks
fred
#20
Posted 03 April 2008 - 07:16 PM
where can i get this 9.2.2 kernal ?
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users



Sign In
Create Account








