View Single Post
 
Old 06-04-2009, 07:46 PM
Voyn1x's Avatar
Voyn1x Voyn1x is offline
 
Join Date: Jan 2008
Location: United Kingdom
Posts: 554
Quote:
Originally Posted by NebKiwi View Post

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.

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

Code:
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.

Mac OS X 10.6.4 Retail || Intel Core2 Duo E8200 2.66GHz || Gigabyte G31M-ES2L || GeForce 6600 GT 128MB || Realtek ALC883 Audio || Realtek RTL8169 LAN || Samsung SpinPoint F1 1TB HD || Sony Dual Layer IDE DVD RW DW-D22A || Apple Aluminium Keyboard || Mighty Mouse

MacBook Pro || 2.4Ghz Core 2 Duo || 200Gb HD || 2Gb Ram || NVIDIA GeForce 8600M GT

iPhone 4 || 16Gb
Reply With Quote