
09-15-2009, 01:58 AM
|
 |
|
|
Join Date: Jan 2008
Location: TriCity, Poland
Posts: 517
|
|
Hmm, here's a quick tip :
- Download Andy's 9.8.0 kernel, it's here @Infinite.
- Go into terminal, browse to / folder, make a copy of Your kernel, and set permissions :
cp mach_kernel mach_kernel_old
sudo chown -R 0:0 mach_kernel_old
sudo chmod -R 755 mach_kernel_old
- Install the update.
- Reboot. While booting, press F8. At the prompt enter :
mach_kernel_old -x
- While in system install new kernel ( Andy's 9.8.0 ) using OSx86 Tools, or manually :
sudo cp [path to Andy's mach_kernel file] /Volumes/your_leopard_volume/mach_kernel
- Install System.kext from Andy's package using Kext helper, or manually ( the same as first step, cp+chmod+chown ).
- Reboot.
If it still doesn't work, boot with -s flag, then :
mount -uw /
and browse into /System/Library/Extensions - and use rm-rf command on any ATI/Nvidia injector if you installed any.
Hope it will work. If not, the thread goes on =)
PS. Try to get a newer distro - it saves a lot of time, downloading and effort. Like new iAtkos v7, or XxX 10.5.6 image.
www.ultimae.com
Panoramic music, for panoramic people.
AMD Phenom II X6 3.5Ghz
AMD 990FX Chipset
Kingston HyperX 16GB 1600Mhz
AMD Radeon HD6850 X2 CrossFire
Seagate Barracuda Green 2TB
Last edited by Taisto; 09-15-2009 at 02:01 AM.
|