InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #41  
Old 12-24-2008, 12:38 AM
LawlessPPC's Avatar
LawlessPPC LawlessPPC is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 506
this is brief it was a response i gave to someone in a pm
personally i would do a vanilla install what you need is a retail disc. I used 10.5.4 retail then you need to restore this to a hardrive partition install chameleon to that partition copy the voodoo rc1 kernel to the root of that drive (make sure its called mach_kernel) then copy your chipset kext and dsmos.kext to extensions folder. Then boot the restored parition with -v -f -s

You now have to mount the partition as writable something like /sbin/mount -uw/

this command is on screen when you log in this way for you to copy 1 of the last lines of text you'll see on screen.
Then type

chmod -R 755 /System/Library/Extensions/
chown -R root:wheel /System/Library/Extensions/
touch /System/Library/Extensions/
this is the correct way to repair the extensions you have added as disk utility will not repair any extensions that are not meant to be there.

type exit

you should now boot into the installer.


do everything as you would do normally but you will not be asked about drivers as this is a standard mac install.

once it has finished add your chipset kext to your new vanilla install maybe your ethernet kext if its not supported in osx natively unless you have an installer you can run to get it there. Also dont forget to install chameleon and add the voodoo kernel to this drive. boot into the vanilla install with -v -f -s again
and run those permissions commands again.

This should give you a retail install on AMD this is what im running and updated to 10.5.5 no problem only thing you have to do is make sure you have an additional copy of the kernel on the root partition I call mine backup. Then when i update and apple replaces my kernel with theirs i just type backup -v -f at boot then recopy my kernel. Hope this makes sense and i havnt missed anything out. Also when doing a fresh install always update to the latest if you can before adding graphix kexts as sometimes the issues you have are caused by the fact apple has added drivers for hardware that you have and they dont like the drivers you already have.


Last edited by LawlessPPC; 01-18-2009 at 07:50 PM.
Reply With Quote
  #42  
Old 12-24-2008, 01:28 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Quote:
Originally Posted by LawlessPPC View Post
This should give you a retail install on AMD this is what im running and updated to 10.5.5 no problem only thing you have to do is make sure you have an additional copy of the kernel on the root partition I call mine backup. Then when i update and apple replaces my kernel with theirs i just type backup -v -f at boot then recopy my kernel. Hope this makes sense and i havnt missed anything out. Also when doing a fresh install always update to the latest if you can before adding graphix kexts as sometimes the issues you have are caused by the fact apple has added drivers for hardware that you have and they dont like the drivers you already have.
just a note with updating... I've found this method of having the same kernel renamed to two different files (mach_kernel and my other is mach_kernel.voodoo) to be very helpful as well as you can just use
Code:
mach_kernel.voodoo
as a boot flag to specify the voodoo kernel. You can then start up in single user mode (-s) and recopy the kernel by typing:
Code:
/sbin/mount -uw /
cp /mach_kernel.voodoo /mach_kernel
then when you restart, if your default kernel specified by your com.apple.Boot.plist is mach_kernel, your system will boot just fine again.

You can also apply the Extension permission check when in single user mode as you specified above.

nice little guide LawlessPPC.


Last edited by nfoav8or; 12-24-2008 at 01:34 AM.
Reply With Quote
  #43  
Old 12-24-2008, 10:11 AM
RetroRen RetroRen is offline
Jaguar
 
Join Date: Dec 2008
Posts: 46
Nice little guide Lawless, thanx

I will give it a try in a few days.

I think I understood everything, I only need to know does the partition have to be formatted as a GUID or MBR?
Reply With Quote
  #44  
Old 12-27-2008, 05:16 PM
LawlessPPC's Avatar
LawlessPPC LawlessPPC is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 506
now with the new kernel and chameleon i would use guid dont have but it has benefits

Reply With Quote
  #45  
Old 12-28-2008, 03:00 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
The retail DVD I've used to install from requires me to use GUID but the OSx86 distros will work for either. (The retail is a 10.5.0 DVD so this may be the cause)

Reply With Quote
  #46  
Old 01-03-2009, 09:34 PM
natewill18 natewill18 is offline
Jaguar
 
Join Date: Dec 2008
Posts: 31
I seem to have very similar chipsets as you Lawless. So I want to do a vanila install like you did. I cant seem to find the 10.5.4 image toorrent tho
Reply With Quote
  #47  
Old 01-03-2009, 10:48 PM
natewill18 natewill18 is offline
Jaguar
 
Join Date: Dec 2008
Posts: 31
I found a SB700 kext that only suppors SATA drives in IDE mode. Where do i put that kext in the iso ?

CPU: AMD Phenom 9600
Chipset: 790G SB700 (looking for the kext for it now)
Audio:Realtek ALC888
Lan: Realtek 8111C
Video:ATI Radeon HD 3200

unimportant stuff:
Ram: 4 x 1GB 240 pin ddr2 @ 1066mhz
Hdd: 40 gb (IDE) (FAT32)
250 gb (SATA) (NTSF)
External 1TB (HFS+)
External 250 GB (NTSF)
Audio interfaces: Mobile Pre, FW Solo, Lexicon Alpha, Motu, etc.
This whole rig is for production purposes

www.myspace.com/natewil
Reply With Quote
  #48  
Old 01-04-2009, 05:39 AM
nfoav8or's Avatar
nfoav8or nfoav8or is offline
 
Join Date: Jan 2008
Location: WA, USA
Posts: 933
Quote:
Originally Posted by natewill18 View Post
I seem to have very similar chipsets as you Lawless. So I want to do a vanila install like you did. I cant seem to find the 10.5.4 image toorrent tho
I know I saw it over at the bay. if nothing else search for me there too.

Quote:
Originally Posted by natewill18 View Post
I found a SB700 kext that only suppors SATA drives in IDE mode. Where do i put that kext in the iso ?
Using Transmac you can place it in /System/Library/Extensions/. Next delete the old Extensions.mkext file from /System/Library/ or leave the mkext file alone and just boot using the -f boot flag.

remember to burn slowly.


Last edited by nfoav8or; 01-04-2009 at 05:42 AM.
Reply With Quote
  #49  
Old 01-04-2009, 03:59 PM
natewill18 natewill18 is offline
Jaguar
 
Join Date: Dec 2008
Posts: 31
my dvd drive doesnt work anymore lol how do i i nstall from externall hdd ?

CPU: AMD Phenom 9600
Chipset: 790G SB700 (looking for the kext for it now)
Audio:Realtek ALC888
Lan: Realtek 8111C
Video:ATI Radeon HD 3200

unimportant stuff:
Ram: 4 x 1GB 240 pin ddr2 @ 1066mhz
Hdd: 40 gb (IDE) (FAT32)
250 gb (SATA) (NTSF)
External 1TB (HFS+)
External 250 GB (NTSF)
Audio interfaces: Mobile Pre, FW Solo, Lexicon Alpha, Motu, etc.
This whole rig is for production purposes

www.myspace.com/natewil
Reply With Quote
  #50  
Old 01-04-2009, 05:40 PM
LawlessPPC's Avatar
LawlessPPC LawlessPPC is offline
 
Join Date: May 2008
Location: United Kingdom
Posts: 506
please look previous in the tread



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


Reply With Quote
Reply