InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #11  
Old 06-16-2009, 03:09 PM
safmaverick safmaverick is offline
Puma
 
Join Date: May 2009
Posts: 27
I dont have an iPod. Only have WEB camera, and old TV Card, with no drivers for it....

And for CI/QE I made a topic for that but nobody answers http://www.infinitemac.com/f5/cannot...-7600gs-t3145/
Reply With Quote
  #12  
Old 07-28-2009, 05:08 AM
elijahkan8 elijahkan8 is offline
Cheetah
 
Join Date: Feb 2009
Posts: 11
Trying on D610

I am trying this (Taisto's Method) on a Dell Latitude D610 with 10.5.6 installed. Will report back if it works. I tried updating before and It became an infinite boot loop, but I also didn't backup the kernel

Last edited by elijahkan8; 07-28-2009 at 05:16 AM.
Reply With Quote
  #13  
Old 07-28-2009, 05:18 AM
elijahkan8 elijahkan8 is offline
Cheetah
 
Join Date: Feb 2009
Posts: 11
Quote:
Originally Posted by safmaverick View Post
I dont have an iPod. Only have WEB camera, and old TV Card, with no drivers for it....

And for CI/QE I made a topic for that but nobody answers http://www.infinitemac.com/f5/cannot...-7600gs-t3145/
Try going to:
System Preferences
Accounts (or Users)
Then click the startup something tab.
Erase what you dont want.
Reply With Quote
  #14  
Old 08-05-2009, 02:26 AM
cosgrove cosgrove is offline
Cheetah
 
Join Date: Mar 2008
Posts: 7
Quote:
Originally Posted by Taisto View Post
There You go :

Before you start : Download Andy's 9.6.0 kernel package. search the forum for link.

1. Open the terminal.
2. Browse into main directory of your Mac OS partition.
" cd /Volumes/name_of_partition "
" ls -l "
3. You should see a file named "mach_kernel" there. Make a backup of it.
" cp mach_kernel mach_kernel_old "
4. Repair its permissions.
" sudo chmod -R 755 mach_kernel_old "
" sudo chown -R 0:0 mach_kernel_old "
5. Now you can run Software Update, and get your update.
6. After the update - restart your computer.
7. While booting, press F8 and write :
" mach_kernel_old -x "
8. When your computer boots up in safe mode - just install Andy's package.
9. Restart and boot normally.
10. You have 10.5.7 running.

Well, that's it. You can of course make a backup of System.kext aswell, then instead of booting into safe mode and installing Andy's kernel - you can boot into -s mode and copy back the System.kext ( and repair permissions ), but i find this way more convenient.

PS. seatbelt.kext is needed on 10.5.6 to mount USB/DMG properly. Without it your system may fail to mount usb drives or images, or kernel panic at you when you try to do it.
This worked perfectly for me to update my 10.5.6 AMD Athlon x2 with x1900xt from a relatively vanilla iPC 10.5.6 install to 10.5.7. Had to reboot an extra time and booted with -x -v on the new kernel for kicks, but i'm up and running now. thanks!
Reply With Quote
  #15  
Old 08-05-2009, 02:55 AM
cosgrove cosgrove is offline
Cheetah
 
Join Date: Mar 2008
Posts: 7
Quote:
Originally Posted by cosgrove View Post
This worked perfectly for me to update my 10.5.6 AMD Athlon x2 with x1900xt from a relatively vanilla iPC 10.5.6 install to 10.5.7. Had to reboot an extra time and booted with -x -v on the new kernel for kicks, but i'm up and running now. thanks!
Of course now I'm getting random kernel panics and I can't attribute it to one thing in particular...
Reply With Quote
  #16  
Old 08-13-2009, 02:44 AM
cosgrove cosgrove is offline
Cheetah
 
Join Date: Mar 2008
Posts: 7
Quote:
Originally Posted by cosgrove View Post
Of course now I'm getting random kernel panics and I can't attribute it to one thing in particular...
It was a bug with Dropbox. Any installer packages like that one from Andy for 10.5.8 yet?
Reply With Quote
  #17  
Old 08-13-2009, 06:58 AM
w3dig w3dig is offline
Cheetah
 
Join Date: Aug 2009
Posts: 1
Quote:
Originally Posted by Taisto View Post
There You go :

Before you start : Download Andy's 9.6.0 kernel package. search the forum for link.

1. Open the terminal.
2. Browse into main directory of your Mac OS partition.
" cd /Volumes/name_of_partition "
" ls -l "
3. You should see a file named "mach_kernel" there. Make a backup of it.
" cp mach_kernel mach_kernel_old "
4. Repair its permissions.
" sudo chmod -R 755 mach_kernel_old "
" sudo chown -R 0:0 mach_kernel_old "
5. Now you can run Software Update, and get your update.
6. After the update - restart your computer.
7. While booting, press F8 and write :
" mach_kernel_old -x "
8. When your computer boots up in safe mode - just install Andy's package.
9. Restart and boot normally.
10. You have 10.5.7 running.

Well, that's it. You can of course make a backup of System.kext aswell, then instead of booting into safe mode and installing Andy's kernel - you can boot into -s mode and copy back the System.kext ( and repair permissions ), but i find this way more convenient.

PS. seatbelt.kext is needed on 10.5.6 to mount USB/DMG properly. Without it your system may fail to mount usb drives or images, or kernel panic at you when you try to do it.

where is Andy's package? Thanks!
Reply With Quote
  #18  
Old 09-04-2009, 05:47 AM
badkidforum badkidforum is offline
Cheetah
 
Join Date: Sep 2009
Posts: 4
Quote:
Originally Posted by Taisto View Post
There You go :

Before you start : Download Andy's 9.6.0 kernel package. search the forum for link.

1. Open the terminal.
2. Browse into main directory of your Mac OS partition.
" cd /Volumes/name_of_partition "
" ls -l "
3. You should see a file named "mach_kernel" there. Make a backup of it.
" cp mach_kernel mach_kernel_old "
4. Repair its permissions.
" sudo chmod -R 755 mach_kernel_old "
" sudo chown -R 0:0 mach_kernel_old "
5. Now you can run Software Update, and get your update.
6. After the update - restart your computer.
7. While booting, press F8 and write :
" mach_kernel_old -x "
8. When your computer boots up in safe mode - just install Andy's package.
9. Restart and boot normally.
10. You have 10.5.7 running.

Well, that's it. You can of course make a backup of System.kext aswell, then instead of booting into safe mode and installing Andy's kernel - you can boot into -s mode and copy back the System.kext ( and repair permissions ), but i find this way more convenient.

PS. seatbelt.kext is needed on 10.5.6 to mount USB/DMG properly. Without it your system may fail to mount usb drives or images, or kernel panic at you when you try to do it.
this is my 2nd hackintosh.

I did as stated. as original kernel i was using mach_kernel.voodoo

The problem im hving after 10.5.6 Combo Update is that after reboot it freezes @ warning skipping personalities in blacklisted kext com.apple.dont_steal_mac_os_x

i dont want to reinstall. as a day earlier i fixed this thing with 10.5.8 update :P
now i am confused what i did. ( using MacDrive i replaced 10.5.8 seatbelt and 9.8.0 kernel, removed dont_steal_mac_osx.kext - n more things)

i've - Xp as dualboot with MacDrive and Transmac installed.
also m having
seatbelt 10.5.5.kext and seatbelt 10.5.6.kext. and
Andy 9.6.0 Kernel i.e Voodoo_XNU_9.6.0_V1.1.
also dsmos.kext from my first hackintosh.

please help.
Reply With Quote
  #19  
Old 09-04-2009, 12:34 PM
badkidforum badkidforum is offline
Cheetah
 
Join Date: Sep 2009
Posts: 4
i've managed to update using 9.8.0 Kernel.
the only problem left is the

8600 GT 512 MB, and LawLessPPC AMD&Phenom 10.5.4 ( updated to 10.5.6 ) .. qe not working in 10.5.6 but working in 10.5.4, tried NVkush, NVinject, Natit, EFI Strings .


any help would be appreciated !!
Reply With Quote
  #20  
Old 09-07-2009, 02:36 PM
stan0 stan0 is offline
Cheetah
 
Join Date: Sep 2009
Posts: 2
Quote:
Originally Posted by Taisto View Post
There You go :

Before you start : Download Andy's 9.6.0 kernel package. search the forum for link.

1. Open the terminal.
2. Browse into main directory of your Mac OS partition.
" cd /Volumes/name_of_partition "
" ls -l "
3. You should see a file named "mach_kernel" there. Make a backup of it.
" cp mach_kernel mach_kernel_old "
4. Repair its permissions.
" sudo chmod -R 755 mach_kernel_old "
" sudo chown -R 0:0 mach_kernel_old "
5. Now you can run Software Update, and get your update.
6. After the update - restart your computer.
7. While booting, press F8 and write :
" mach_kernel_old -x "
8. When your computer boots up in safe mode - just install Andy's package.
9. Restart and boot normally.
10. You have 10.5.7 running.

Well, that's it. You can of course make a backup of System.kext aswell, then instead of booting into safe mode and installing Andy's kernel - you can boot into -s mode and copy back the System.kext ( and repair permissions ), but i find this way more convenient.

PS. seatbelt.kext is needed on 10.5.6 to mount USB/DMG properly. Without it your system may fail to mount usb drives or images, or kernel panic at you when you try to do it.
Is there similar method for updating 10.5.7 to 10.5.8 ?
This one worked for me on an old ibm T42 with pentium M (SSE2)

EDIT: I managed to update iPC 10.5.7 to 10.5.8 using this method and the iDeneb combo upgrade kit (10.5.8). For some reason the delta and combo updates from the apple site were broken or at least i received such error message. I didn't change the kernel. I am still using the Andy's 9.6.0 kernel.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Last edited by stan0; 09-08-2009 at 05:28 PM.
Reply With Quote
Reply