Jump to content
1 post in this topic

Recommended Posts

I couldn't manage to create a bootable DVD so this is what i did and it worked!

 

---------

 

1. Mount Mac OS x86 Iso in Alchohol 120%

2. Install OS to a FLAT virtual disk (allocate space and persistant!)

3. Complete install AND >> configuration and shut down.

4. Rename *.VDMK file to *.Img

5. In cmd prompt, type 'diskpart'

'select disk 0'

'list partition'

'create partition primary size=***** id=af' (image size in MB!)

'list partition'

'exit'

6. use DD to clone *.img file to the newly created partition:

'dd if=Macosximg-flat.img of=\\?\Device\Harddisk0\Partition* bs=32256 skip=1 --progress'

 

choose 7a or 7b:

7a. Copy the file chain0 (inside the DVD - /usr/standalone/i386/chain0) to your windows dir (C:\). Now add a new line to your boot.ini:

'C:\chain0="Mac OS x86"'

7b. Install wingrub with the following settings:

title WindowsXP

root (hd0,0)

chainloader +1

 

title MacOSX

root (hd0,*)

chainloader +1

8. Boot with options: '-v -f'

 

 

now if only i can get my wireless connection to work (fat chance huh?)

×
×
  • Create New...