PDA

View Full Version : HOWTO install Retail Leopard on Intel, near retail on AMD. Inclusive of Chameleon 2.0


NebKiwi
04-27-2009, 06:09 PM
NOTES: I would be very grateful if an AMD user could let me know how this works, I tried this on a Intel Celeron with success, So I assume its much the same on an AMD CPU. I have taken a load of info from a load of different places to build up the AMD guide, but I can't verify it works, as I don't have any AMD hardware. Thank you.

Things needed:

A Leopard retail install DVD..
buy it (http://store.apple.com/us/product/MC094Z/A?fnode=MTY1NDAzOA&mco=MzgzMjcyOA), its well worth it!

A compatible computer.
to run a retail copy of Leopard you need an Intel CPU from the core CPU family.. e.g
Atom
Core 2 Duo
Core 2 Quad
etc

For everything else, theres masterca... i mean Voodoo. (AMD etc)

A boot132 disc
Download generic iso from here (Intel only, AMD method below)
http://www.mediafire.com/?1ne1zbl4znv
If this doesn’t work, then you can make your own with the kexts you know you need by following these instructions.. (note: this part of the tutorial assumes you have a working Mac OS X installation)

Intel core CPU users users..

Open terminal and type the following..

mkdir iso

copy boot, initrd.img, isolinux.bin, isolinux.cfg, mboot.c32 from the generic.iso down above, into the folder you just made called “iso”in your home folder.

enable R/W on initrd.img
chmod 777 iso/initrd.img

open it
hdiutil attach iso/initrd.img

The image should now be mounted and you should be able to see it on your Finder sidebar, open it and navigate to Extra/Extensions/. Copy in all the necessary kexts into this folder. If its too small, you can resize it with
hdiutil resize -size 20MB iso/initrd.img

you will need dsmos.kext and possibly IntelCPUPMDisabler.kext (This is known to cause kernel panics on some machines) Note: all kexts need this in the info.plist file:
<key>OSBundleRequired</key>
<string>Root</string>
(Right click kext, "show package contents", open the contents folder, theres the info.plist)

When your done copying your kexts..
hdiutil detach /Volumes/initrd

then, to make your ISO..
hdiutil makehybrid -o new.iso iso/ -iso -eltorito-boot iso/isolinux.bin -no-emul-boot

Then burn it!

For AMD and non-core family Intel CPUs, follow
this guide. (http://www.insanelymac.com/forum/index.php?showtopic=140683&pid=996583&mode=threaded&start=)

Options
It is far easier to have Mac OS X as the only OS, but it is possible to have other OS’s, not something I have done before or have experience with (I have all my other OS’s on my MacBook and then just Mac OS X on my hac), so you will have to have a play yourself.

Heres info, I’m afraid your a bit on your own here..

Dual boot with XP (http://www.insanelymac.com/forum/index.php?showtopic=125739)

I did have success with the old darwin bootloader (pre 2.0) and I successfully dual booted Windows 7.. straight after I installed it, I had to activate my bootloader partition (howto below) and then repair the 7 install..

Booting the Leopard install disc with Vanilla goodness
pop the boot-132 disc in your machine and boot from it.. hit enter at the first menu. swap the boot-132 disc for the leopard retail DVD, enter disc drive ID (should be in the brackets) hit enter. You may enter -v as a startup option if you want verbose mode.

Booting the Leopard install disc with Voodoo..
follow this. (http://www.insanelymac.com/forum/index.php?showtopic=140683&pid=996583&mode=threaded&start=)

Installing
When you get to the install screen, follow the onscreen instructions until you get to the window asking you to select a drive. From the top menu bar, click utilities, then Disk Utility. Assuming you want to use the whole drive for Leopard and don’t have any important data on it, make two partitions (GUID partition table can be selected by clicking “Options” and selecting it). One partition for the bootloader and one for Leopard. Ideally, the bootloader partition should be about 200MB, but Disk Utility seems to have a problem making partitions that small.. so, make it as small as you can.
http://img22.imageshack.us/img22/3212/picture1ekq.png
When done, close disk utility, and proceed with the install, obviously installing Leopard on the Leopard partition, NOT the bootloader drive.

Post-install
When the install is done, swap the Leopard disc for your boot132 disc, hit enter, then type “80” for first HD, “81” for second and so on, and so forth.. Hit enter again select your Leopard install partition and hit enter again. It should now boot into Leopard, but we’re not done yet! We don’t want to have to use a disc everytime we want to boot!

download the chameleon bootloader from here (http://chameleon.osx86.hu/static/some-words-about-donation?ref=file_download/22/Chameleon-2.0-r431.pkg.zip) Install it to your bootloader partition. When thats done, download one of the packages attached to this post called either “preferencesIntelcore.zip” (If you have an Intel core CPU) or “preferencesAMDoldIntel.zip” (If you have an older Intel CPU or AMD CPU) unzip the the file. Open the booloader partition in the Finder. You should see a folder called “Library”. Copy the preferences folder that you unzipped, into the library folder.
http://img230.imageshack.us/img230/1909/picture3pzm.png
Now go back to the root of the bootloader partition, open the folder called “Extra” and copy the kexts needed for your hardware into the folder called “Extensions”. (If your unsure about which kexts to use, copy the kext files that were used on the boot132 disc)

With all that done, its time to activate the partition so it can be booted. Open terminal and type in the following...

diskutil list

Here you can see all the labels and numbers for your drives, for example, heres my output. I will label it to help...

/dev/disk0 (<DRIVE NUMBER)
#: TYPE NAME SIZE IDENTIFIER
0: GUID_partition_scheme *74.5 Gi disk0
1: EFI 200.0 Mi disk0s1
2: (Partition number) Apple_HFS Boot 1.9 Gi disk0s2
3: Apple_HFS Mac HD 72.2 Gi disk0s3

Take note which numbers apply to your bootloader partition.

sudo fdisk -e /dev/rdisk*INSERT DRIVE NUMBER HERE*

f *INSERT PARTITION NUMBER HERE*

w

y

q

Intel core CPU users, you can restart, and if all went well, it will boot into Leopard. (Feel free to install updates, you’ve gone vanilla!)

AMD and older Intel users, download the voodoo kernel from here (http://xnu-dev.googlecode.com/files/Voodoo_Kernel_Release_1.0_Rev_A.dmg)

Install it to your Leopard installation drive, and reboot. If it doesn't, review the steps.

Benefits of having the bootloader on a separate drive
It means you can have a completely vanilla and untouched install. Easy to reinstall if you ever need to.

xXrkidXx
05-02-2009, 05:08 PM
just wondering, Can a Pentium 4 boot retail using this guide? thanks :)

NebKiwi
05-02-2009, 05:23 PM
I'm afraid you will have to stick with near retail for a pentium 4 (With the voodoo kernel) except if you have a dual core Pentium I think, can't be sure, only have Core 2 Duo and Atom hardware.. the worst thats going to happen is that it just won't work, try the retail first if you have a dual core one :) good luck!

Valentine
05-02-2009, 05:25 PM
With Voodoo kernel according to munky: Yes.
I had a retail EFI partition install on my old AMD machine.
Best I had except for my new Intel.

Edit: Woops you where faster NebKiwi:)

ajvanhoo
05-31-2009, 08:01 AM
I have successfully install 10.5.6 RETAIL on my AMD machine using BOOT 132 with VOODOO KERNEL 1.0 , updated through apple software update to 10.5.7

00integrals
06-04-2009, 11:05 AM
Would the above method work for the set-up in my sig? I tried last week to do the iPC install and got Panic Kernals. Tried several things and couldn't get it to install completely (panic kernals came at very end of installation). Thank you in advance.

NebKiwi
06-04-2009, 11:08 AM
Would the above method work for the set-up in my sig? I tried last week to do the iPC install and got Panic Kernals. Tried several things and couldn't get it to install completely (panic kernals came at very end of installation). Thank you in advance.

Wouldn't have a clue! Give it a go, the worst that's going to happen is that it just won't work... have fun!

Voyn1x
06-04-2009, 07:46 PM
Installing
When you get to the install screen, follow the onscreen instructions until you get to the window asking you to select a drive. From the top menu bar, click utilities, then Disk Utility. Assuming you want to use the whole drive for Leopard and don’t have any important data on it, make two partitions (GUID partition table can be selected by clicking “Options” and selecting it). One partition for the bootloader and one for Leopard. Ideally, the bootloader partition should be about 200MB, but Disk Utility seems to have a problem making partitions that small.. so, make it as small as you can.
http://img22.imageshack.us/img22/3212/picture1ekq.png
When done, close disk utility, and proceed with the install, obviously installing Leopard on the Leopard partition, NOT the bootloader drive.



I think you've gone somewhere wrong in your guide. When formatting a drive GUID, it automatically creates a hidden EFI 200mb partition by default which you can only mount using terminal, so there's no need for this step. Using the Chameleon installer you can choose to install to the hidden partition within the options.

Once done you can mount the hidden partition using


sudo mkdir /Volumes/EFI
sudo mount_hfs /dev/diskXsY /Volumes/EFI
killall Finder
Where X is the disk number and Y the partition. Also when using chameleon package installer there is no need for the fdisk step either. :)

fairlyodd
06-22-2009, 12:58 AM
Has anyone managed to install a retail copy of Leopard on a Intel system using a dual core CPU right out of the box ? I know it sounds absurd, but I had to ask..I haven't seen any threads stating otherwise. I am getting ready to build a new system and would like some input as to what hardware would cause the least amount of trouble to install on.
I know it sounds lazy..but I do like to keep it simple. Great tutorial by the way!
Thanks:D

Voyn1x
06-23-2009, 02:03 PM
I'm running retail on a C2D. Most Gigabyte Intel based boards are pretty compatible, the best advice I can give you is to find a mobo that looks good and fits your budget, then search here and insanelymac for other peoples experiences using it. If it looks bad then move on to another.

Graphics card wise, I would choose Nvidia as they are used in all current macs. The rest of the hardware doesn't really matter. :)

fairlyodd
06-23-2009, 10:11 PM
I'm running retail on a C2D. Most Gigabyte Intel based boards are pretty compatible, the best advice I can give you is to find a mobo that looks good and fits your budget, then search here and insanelymac for other peoples experiences using it. If it looks bad then move on to another.

Graphics card wise, I would choose Nvidia as they are used in all current macs. The rest of the hardware doesn't really matter. :)

Thanks for the advice Voyn1x. I was looking into getting a Gigabyte board. I do prefer Asus since they have given me the least amount of trouble over the years, but if I need to make a switch it may as well be for a board that will not give me fits on an install. I will look around and check out other member's rigs and decide from there. Will keep you posted on my efforts.

spiritonline
07-10-2009, 06:19 PM
I was wondering, I downloaded the a retail version of mac osx 1.5.6 but should I burn it as dmg or iso ?

maya77
07-10-2009, 06:54 PM
Open downloaded image with Disk Utility, then burn it to dual-layer DVD.

spiritonline
07-10-2009, 08:08 PM
HI maya, thanks for your answer but I do not have OSX running yet. Only got windows to work with for now... I de-compressed the dmg and burned it on windows on a dual layer.

I've enterd in the 123boot disk and then the leo dvd it boots fine but then after the white screen with the apple logo it keeps getting stuck on the coloured circle in the corner (right before langauge selection...

any clues are very welcome !

Edit:
i've downloaded a boot 132 with some modefied kext in it. This worked great and I've now got OSX up and running ! :D:D:D

wernerh
09-25-2009, 12:48 PM
Hi Guys
I'm looking forward to trying this on my machine, I have an MSI G45 mobo with a C2Q processor. Any thoughts on that. I see that gigabyte seems the be the board of choice, but unfortunately i bought this board a little while ago and don't think i'll change soon.
Thanks for all the info thus far
Regards
W