Jump to content
7 posts in this topic

Recommended Posts

Hi,

 

Please can you explain me how to , step-bystep, install OSX86 along with my existing installation of MS Windows XP.

 

Part that I don't understand is this:

 

dd if=tiger-x86-flat.img of=\\?\Device\HarddiskY\PartitionX bs=512 skip=63 --progress

 

thank you....

This isn't really necessary. There are installation discs out now that do all the installation and partitioning for you. Is there some reason why you want to use the DD method?

 

Stevo

thestevo is correct... but if he asked...

 

dd if=tiger-x86-flat.img of=\\?\Device\HarddiskY\PartitionX bs=512 skip=63 --progress

 

This simply copies the tiger-x86-flat.img to the Xth partition on the Yth harddrive.

 

But, please, get a newer installation.

Good point Ramm, my bad.

 

In addition to what Ramm said,

 

DD is a CLI application that copies an image of an input (if=) to the output destination (of=). bs is the block size of the partition. skip=63 starts writing the image after the MBR, I believe. --progress just shows the progress of writing the image while it is running.

 

If you wish to explorer an installer option, Uphuck's new installer would be a good place to look.

 

Stevo

Haha, no, no problem Ramm. Thats cool. You were right, haha I should have given the answer along with that recommendation. And thanks for looking at that script and catching the ATI card mess up for me on the other posts.

 

Stevo

×
×
  • Create New...