llukax Posted October 22, 2005 Share Posted October 22, 2005 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?) Link to comment https://www.insanelymac.com/forum/topic/3733-this-took-forever-but-it-was-worth-it/ Share on other sites More sharing options...
Recommended Posts