Subscribe to our RSS news feed
AAPL 196.21 (1.08)

4 Pages V   1 2 3 > »   
Reply to this topic Start new topic
Leopard HD install helper v0.3(Win32) <2009-04-18>, Install leopard from HD. Faster ! without DVD!
**
  • Group: Members
  • Posts: 58
  • Joined: 10-May 07
  • Member No.: 106,808
Author: pcspcs @ pcbeta.com
bbs.pcbeta.com/thread-272691-1-1.html
=====================================
Description: Dump leopard ISO to a HD partition , then install leopard from this partition.
No need burn a DVD. It's faster.

I have tried use Leopard's DiskUtil Restore a ISO to a partition , but can't boot from it.
This Leopard HD install helper v0.3 works well.
This software is chinese GUI , I take a snapshot and mark all chinses to english.(see english_gui.png)

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 here <--- We called this partition as Destination Partition
Step 3: Run "Leopard HD install helper" and select a ISO file.
Step 4: Select the Install 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 Install 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.

If you want use this tool dump ISO to USB Stick , you must find some tool to hack the "Gray Start Button".

Tested ISO File:
Leo4allv3.iso
Kalyway_10.5.2_DVD_Intel_Amd.iso
Leopard-10.5.2-AMD-EFI-Rev2.iso

iDeneb 10.5.4 v1.1.iso
iATKOS v5i.iso

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.
The files boot1h , boot_v8 , boot in the attachment are necessary , be sure they with the main program ddmac.exe at same folder.

=======================================
EDIT1:
The recently release , such as iPC , iDeneb v1.4 was NOT compatible with Leopard HD Install Helper .
Because these all release use Chameleon-1.0.11 or PC_EFI v9.
When boot , it's show below infomation and stuck.

CODE
H0000003F
   ]-00000041
   =00000001
   }*!-007C87D7
   =007C007E
   Y


Please goto below Post #3 to see Solution. Post #3 Update 2009-04-18
However if all recently release maker can made a little patch to add boot to root directory of ISO , that will be easy more.

First at all :
1.Use Leopard HD Installer Help(be sure uncheck the last two checkbox) dump iso to a Install Partition.
2. Download Chameleon-1.0.11 and dd for win. There is a file named boot1h in Chameleon-1.0.11 Package , use dd for win write boot1h to your Install Partition.
Guide of use dd for win write boot1h to Install Partition:

1.Use dd --list to find the NT Block Device Object name of your Install Partition , for example , found the NT Block Device Object name of your Install Partition is ?DeviceHarddisk0Partition3.
2. Backup two blocks of your Install Partition.
dd if=?DeviceHarddisk0Partition3 of=c:my_bak count=2 bs=512 3. write boot1h to Install Partition
dd if=c:boot1h of=?DeviceHarddisk0Partition3
Method1:
Use this guide or this guide boot from BOOT-132 CD , then type the right Harddisk number.

Method2:
Install MacDrive , then you can write HFS+ partition. so copy the file boot from Chameleon-1.0.11 to your root directory of Install Partition.


This post has been edited by twilight.lee: Apr 18 2009, 01:19 AM
Attached File(s)
Attached File  EnglishGUI.png ( 15.12K ) Number of downloads: 3477
Attached File  Leopard_hd_install_helper_v0.3.zip ( 441.12K ) Number of downloads: 7371
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 22
  • Joined: 10-June 08
  • Member No.: 242,256
testing it... if it works i will be posting thru mac

regards,

him89.

edit: works but can same error as booting from dvd.....

thnx newayz.....
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 58
  • Joined: 10-May 07
  • Member No.: 106,808
Solution for use Leopard HD Install helper install recently 10.5.6 ISO releases stuck on boot.
When boot , it's will show information like below , then stuck.

CODE
H0000003F
    ]-00000041
    =00000001
    }*!-007C87D7
    =007C007E
    Y


There are three methods to sovle this problem.


Method1:
Use this guide or this guide boot from BOOT-132 CD , then type the right Harddisk number.


Method1: (Recommend) Update 2009-04-18
Step1: Use Leopard HD Install helper (make sure the last three checkbox unchecked)dump your 10.5.6 ISO to Install Partition.
Step2: Read this post , use Chameleon2.0RC1 boot.

If you do NOT have wnidows 2000/2003/XP , you also can boot Chameleon2.0RC1 from USB Stick , Read this post for detail , you just need replace yourBOOT-132CD.iso with chameleo.iso.


Method2:
Find a old release ISO , such as iDeneb 10.5.4 v1.1.iso , Format & Make Bootable HD for Leopard.iso , Use Leopard HD install helper dump the old ISO to Destination Partition , then boot.
This method require the Destination Partition and the Install Partition at the same harddisk.

Method2:
Step1: Download attachment miniboot.zip , then extract it to C:\;
Step2: Use Leopard HD Install helper dump miniboot.iso to Destination Partition.
Step3: Use Leopard HD Install helper dump your 10.5.6 ISO to Install Partition.
Step4: Use dd for win write boot1h(extract from miniboot.zip) to Destination Partition.
This method require the Destination Partition and the Install Partition at the same harddisk.

NOTE: If you use Method2 or Method3, sometimes DiskUtility will show error when earse Destination Partition , there is a little trick to solve it : Use MS-DOS FAT format erase Destination Partition once , then use Mac Extended Journal erase Destination Partition.

You can download dd for win here

This post has been edited by twilight.lee: Apr 18 2009, 01:29 AM
Attached File(s)
Attached File  Step0.png ( 5.09K ) Number of downloads: 1127
Attached File  step1.png ( 13.73K ) Number of downloads: 1169
Attached File  step2.png ( 13.17K ) Number of downloads: 924
Attached File  step3.png ( 26.34K ) Number of downloads: 1175
Attached File  miniboot.zip ( 186.23K ) Number of downloads: 1260
 
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 22
  • Joined: 10-June 08
  • Member No.: 242,256
i am using kalway 10.5.2 but some problems on my sytem....

regards,

him89.
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 8
  • Joined: 23-April 08
  • Member No.: 219,863
Nice tools. Thanks!
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 58
  • Joined: 10-May 07
  • Member No.: 106,808
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.



This post has been edited by twilight.lee: Jan 31 2009, 11:42 AM
PM Profile Card
Go to the top of the page
+ Quote Post
*****
  • Group: Members
  • Posts: 281
  • Joined: 24-August 06
  • Member No.: 52,563
QUOTE (twilight.lee @ Jul 12 2008, 12:51 AM) *
If the partition can't boot , please check the partition is active and it's ID is 0xAF.

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


hey twilight
can i get a little help please...
i tried "Leopard HD install helper v0.3" with an iATKOS DVD (will try with the suggested Kalyway) but the external USB HDD is still not bootable.
is there an easy way to make it bootable ?
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Newbies
  • Posts: 4
  • Joined: 16-June 08
  • Member No.: 244,864
thanks

i will try .. and repost if have success
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 42
  • Joined: 13-August 05
  • Member No.: 5,450
I'm having a hard time changing my partitions ID to 0xAF mine is 0x0C AND I'm using Paragon's Partition Manger 9.0 so any help would be greatly appreciated!!
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 51
  • Joined: 10-January 06
  • Member No.: 19,452
国人做的要支持下了
PM Profile Card
Go to the top of the page
+ Quote Post
*********
  • Group: Members
  • Posts: 1,535
  • Joined: 26-May 07
  • From: Stuttgart / Germany
  • Member No.: 110,586
QUOTE (cfmwan @ Nov 15 2008, 06:00 AM) *
国人做的要支持下了

Same happens to me ! biggrin.gif
PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 157
  • Joined: 20-July 08
  • Member No.: 260,727
can it works with retail leopard 10.5? i have the ISO, unpatched

TQ
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 58
  • Joined: 10-May 07
  • Member No.: 106,808
QUOTE (ipguy @ Oct 30 2008, 11:18 PM) *
hey twilight
can i get a little help please...
i tried "Leopard HD install helper v0.3" with an iATKOS DVD (will try with the suggested Kalyway) but the external USB HDD is still not bootable.
is there an easy way to make it bootable ?


Use external USB HDD to do this is NOT a good option, I tried many times with different ISO , No lucky for me , always stuck at "waiting for a root device".
If you want , you can try this:

1. Add tboot to your PC's NTLoader menu.(Assume your os of PC is WinXP or win2003 etc.)
2. Shutdonw your PC and link your external USB HDD to PC.
3. Boot from your PC's HardDisk. In NTLoader Menu choose tboot.

If you are lucky , tboot will find the HFS+ partition of your external USB HDD and boot it.

QUOTE (Macmania @ Nov 14 2008, 11:24 PM) *
I'm having a hard time changing my partitions ID to 0xAF mine is 0x0C AND I'm using Paragon's Partition Manger 9.0 so any help would be greatly appreciated!!


More Information?

If Paragon's Partition Manger 9.0 don't work , try other Partition tools.

QUOTE (gengstapo @ Nov 15 2008, 02:30 PM) *
can it works with retail leopard 10.5? i have the ISO, unpatched

TQ


The Author says this tool is NOT design for any special ISO , but can NOT guarantee every ISO works.

So you can try, and tell us it's works or NOT.

PS : I tried iDeneb 10.5.4 v1.1 , It's works well.
PM Profile Card
Go to the top of the page
+ Quote Post
*********
  • Group: Members
  • Posts: 1,535
  • Joined: 26-May 07
  • From: Stuttgart / Germany
  • Member No.: 110,586
"Use external USB HDD to do this is NOT a good option, I tried many times with different ISO , No lucky for me , always stuck at "waiting for a root device".
If you want , you can try this:

1. Add tboot to your PC's NTLoader menu.(Assume your os of PC is WinXP or win2003 etc.)
2. Shutdonw your PC and link your external USB HDD to PC.
3. Boot from your PC's HardDisk. In NTLoader Menu choose tboot.

If you are lucky , tboot will find the HFS+ partition of your external USB HDD and boot it."

Thanks.

I dont know tboot.
Can you explain how do i edit needed files on winXP (boot.ini ?) to get that working ?
my WinXP boot.ini:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /noexecute=alwaysoff
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 42
  • Joined: 13-August 05
  • Member No.: 5,450
I'm using an internal hard drive I have two hard drives in my HP Pavilion Slimeline s7700n ones a Western Digital 250gig and the other one is a Maxtor 120gig and I'm trying to boot Leo from the Maxtor but when I try to change my partition Id it won't let me. 0xAF isn't in the drop down list and when I enter it manually I can only enter AF and it says unknown and won't format it for me. I know you said try other partition tools do you have you or anybody know of any other good ones? sad.gif
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 58
  • Joined: 10-May 07
  • Member No.: 106,808
QUOTE (mitch_de @ Nov 15 2008, 05:04 PM) *
"Use external USB HDD to do this is NOT a good option, I tried many times with different ISO , No lucky for me , always stuck at "waiting for a root device".
If you want , you can try this:

1. Add tboot to your PC's NTLoader menu.(Assume your os of PC is WinXP or win2003 etc.)
2. Shutdonw your PC and link your external USB HDD to PC.
3. Boot from your PC's HardDisk. In NTLoader Menu choose tboot.

If you are lucky , tboot will find the HFS+ partition of your external USB HDD and boot it."

Thanks.

I dont know tboot.
Can you explain how do i edit needed files on winXP (boot.ini ?) to get that working ?
my WinXP boot.ini:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /noexecute=alwaysoff


copy tboot to your c:\ (assume your windows install on C:\) , and edit boot.ini add below line:

c:\tboot="Leopard"

PS: you can find tboot in Leopard_hd_install_helper_v0.3.zip

QUOTE (Macmania @ Nov 15 2008, 06:02 PM) *
I'm using an internal hard drive I have two hard drives in my HP Pavilion Slimeline s7700n ones a Western Digital 250gig and the other one is a Maxtor 120gig and I'm trying to boot Leo from the Maxtor but when I try to change my partition Id it won't let me. 0xAF isn't in the drop down list and when I enter it manually I can only enter AF and it says unknown and won't format it for me. I know you said try other partition tools do you have you or anybody know of any other good ones? sad.gif


Do you follow my instruction?

Guide:
Step 1: Format a FAT32 partition , (Make sure no file or directory)
Step 2: Run "Leopard HD install helper" and select a ISO file.
Step 3: Select target partition and Click "Start" Button.
Step 4: When its done . reboot.


I said :"If the partition can't boot , please check the partition is active and it's ID is 0xAF."

If the partition can't boot , you only need to do is make sure the partition is active and change it's ID to 0xAF.

***Do NOT format the Partition***

PM Profile Card
Go to the top of the page
+ Quote Post
***
  • Group: Members
  • Posts: 157
  • Joined: 20-July 08
  • Member No.: 260,727
QUOTE (twilight.lee @ Nov 15 2008, 03:40 PM) *
The Author says this tool is NOT design for any special ISO , but can NOT guarantee every ISO works.

So you can try, and tell us it's works or NOT.

PS : I tried iDeneb 10.5.4 v1.1 , It's works well.


hmm but to confirm, i dont think retail 10.5 can be installed into normal pc w/out modification upon kernel right? ive tried lastime, but in burned dvd, i got error where it cant continue install because of multiple/ more cores cpu detected. correct me if im wrong..

TQ
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 42
  • Joined: 13-August 05
  • Member No.: 5,450
twilight I'm a noob I'll put that out now but you told me to format a partition then you told me not for the partition at the end I'm confused I followed your instructions to the "T" and I can't seem to get it to work. What am I doing wrong? unsure.gif
PM Profile Card
Go to the top of the page
+ Quote Post
*
  • Group: Members
  • Posts: 42
  • Joined: 13-August 05
  • Member No.: 5,450
when I do everything you told me to do twilight this is the message I get from the program.
please tell me what I am doing wrong.
PM Profile Card
Go to the top of the page
+ Quote Post
**
  • Group: Members
  • Posts: 58
  • Joined: 10-May 07
  • Member No.: 106,808
Macmania , I think what I said is very clear.

Guide:
Step 1: Format a FAT32 partition , (Make sure no file or directory) <-------- Need Format
Step 2: Run "Leopard HD install helper" and select a ISO file.
Step 3: Select target partition and Click "Start" Button.
Step 4: When its done . reboot.


After done these 4 Steps , if you are lucky , when your pc reboot , you can select tboot menu item from your NTLoader menu , then you can start install.

If you are NOT lucky , the partition can't boot , Goto step5 .


Step5: Check the partition is active and it's ID is 0xAF.

Otherwise , use partition tools such as Paragon Partition Manager change it. <--------- DO NOT FORMART , ONLY CHANGE ID AND MARK ACTIVE

PS: This instruction assume your PC already intsalled WinXP or other OS which include NTLoader.

If you still not understand , please find more *tboot* topic to read.







QUOTE (gengstapo @ Nov 16 2008, 02:27 AM) *
hmm but to confirm, i dont think retail 10.5 can be installed into normal pc w/out modification upon kernel right? ive tried lastime, but in burned dvd, i got error where it cant continue install because of multiple/ more cores cpu detected. correct me if im wrong..

TQ


This tool is just a way instead DVD install.

If you can burn the ISO to DVD and install success , then you can use this tool write the ISO to a partition to install.

Otherwise , the result is same.
PM Profile Card
Go to the top of the page
+ Quote Post
4 Pages V   1 2 3 > » 
Reply to this topic Start new topic

5 User(s) are reading this topic (4 Guests and 0 Anonymous Users)
1 Members: Krishna21

 

RSS Lo-Fi Version Time is now: 9th February 2010 - 03:27 PM