View Single Post
 
Old 02-01-2009, 05:23 AM
cmdshft's Avatar
cmdshft cmdshft is offline
Panther
 
Join Date: Dec 2008
Location: Hackensack, NJ
Posts: 240
I would recommend, if possible, trying to image the iPC ISO to the HD and boot into it through that, this is how I do my install DVD's.

You can do this from within Windows with the "Leopard Install Helper" program. I've downloaded it from InsanelyMac and made it available here: Download

Here's the guide that was posted there by twilight.lee
Quote:
Windows XP , 2000 , 2003 only , vista NOT Tested!
===========================================
Guide:
Step 1: Format a PRIMARY FAT32 partition . (Make sure no file or directory) <--- We called this partition as Install Partition
Step 2: Use DiskPart create a PRIMARY partition for leopard install in. See below for more info. <--- We called this partition as Destination Partition
Step 3: Run "Leopard HD install helper" and select a ISO file.
Step 4: Select target partition and Click "Start" Button.
Step 5: When its done . reboot.
Now , you can install leopard from HD , the rest steps are same as use DVD to install. good luck!

NOTE: The "Start" button will disabled when the partition has file or directory , check if has "System volume Information" directory. If "Start" button still disabled , try re-select iso file , try re-select target partition , try check , uncheck "write" checkbox. It's wierd.


Use as your own RISK!
======================================

Important:

If the Install Partition can't boot , please check the partition is active and it's ID is AF.

Otherwise , use partition tools such as Paragon Partition Manager change it.

Remober: Do NOT format the Install Partition. what you need to to is mark the Install Partition to active

and change the ID of the Install Partition to AF.

=======================================

PS: I think "add tboot to boot.ini" may be NOT necessary , the below tow check boxes "Force write boot code and make it bootable" and "PC_EFI V8"
are key point.
Be sure the Install Partition is PRIMARY partition and is active, the Install Partition should be boot.
Now, for the part the was said "See Below":

Posted by setec:
Quote:
Launch CMD and follow the steps.
Code:
C:\>diskpart
Code:
select disk 0
Code:
create partition primary id=af
Whatever free space was unused is now an apple partition

Before leaving diskpart, make sure the partition you want is active. For some stupid reason, by default, when you create a new partition, it wants to make that new partition active.

Then:
Code:
list partition
Code:
select partion x
Replace x with the # that you want to be active

Then:
Code:
active
You may now quit CMD.

Mac OS X Leopard 10.5.8 (9L30) | Chameleon 2.0 RC3 | Intel Pentium 4 3Ghz 800Mhz FSB HyperThread 1MB L2 cache SSE3 1MB L2 cache works, cosmetic display of 512KB L2 cache | Asus P4V8X-MX VIA Chipset, VIA-VT8237 Southbridge | AC97 VIA8237 | Dual 1GB 333Mhz DDR SDRAM | nVidia PNY GeForce 7600GS 512MB 8x AGP DVI/TV-Out/VGA [NVinject 0.2.1; QE/CI/QuartzGL/Rotation] | Darwin Kernel Version 9.7.0: Sun Jun 14 20:48:28 IST 2009; Voodoo 2.0 Intel alpha3 :xnu-1228.12.14/BUILD/obj/RELEASE_I386 i386
Reply With Quote