InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   Bare Naked Install On Phenom (http://infinitemac.com/showthread.php?t=1661)

LawlessPPC 12-24-2008 12:38 AM

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.

nfoav8or 12-24-2008 01:28 AM

Quote:

Originally Posted by LawlessPPC (Post 19925)
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.

RetroRen 12-24-2008 10:11 AM

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?

LawlessPPC 12-27-2008 05:16 PM

now with the new kernel and chameleon i would use guid dont have but it has benefits

nfoav8or 12-28-2008 03:00 AM

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)

natewill18 01-03-2009 09:34 PM

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

natewill18 01-03-2009 10:48 PM

I found a SB700 kext that only suppors SATA drives in IDE mode. Where do i put that kext in the iso ?

nfoav8or 01-04-2009 05:39 AM

Quote:

Originally Posted by natewill18 (Post 20404)
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 (Post 20411)
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. :)

natewill18 01-04-2009 03:59 PM

my dvd drive doesnt work anymore lol how do i i nstall from externall hdd ?

LawlessPPC 01-04-2009 05:40 PM

please look previous in the tread