View Single Post
 
Old 02-11-2009, 07:45 AM
ozzeh ozzeh is offline
Cheetah
 
Join Date: Feb 2009
Posts: 12
I just stopped bouncing off the walls enough to post that THE DAMN THING IS NOW WORKING!

Look for the leopard flat image, dd that to a blank partition using this command, changing Harddisk and Partition numbers
Code:
dd if=leopard-x86-flat-img of=\\?\Device\Harddisk1\Partition2 bs=32256 skip=1 --progress
google "dd for windows", first result, then load up a gparted live disc, go into the terminal and do
Code:
sudo fdisk /dev/sda
p
t
(whatever partition number, mine was 2)
AF
W
all i did then was load up a modified version of iPC (stock probably still works, if not inject AppleATIATA.kext with your device id), using boot flag -v rd=disk0s2 (the partition it was installed on). Still cant see our dvd from inside osx so im thinking that was the problem all along, anyway, now its time to get things fixed, screenshots coming soon

Last edited by ozzeh; 02-16-2009 at 01:15 AM.
Reply With Quote