Quote - (phalanx126 @ May 18 2004, 20:08)
ok, i've done everything in the tutorials but it still won't work for me, so i must be doing something wrong...
- i have the 6GB disk image in my pearpc directory
- i have unzipped the win32-jitc version in my pearpc directory
- i've made a config file for my system, named "ppc_configfile", and it looks like this:
#PearPC configuration file
#Screen Resolution ID
#Current = 800*600*15
ppc_start_resolution=-1
#Redraw Interval in ms (1-999)
redraw_interval_msec=200
#Boot Mode : auto, select or force
#(force is not implemented in Config GUI yet)
prom_bootmethod="select"
#Boot Method : "-v" = verbose
#"-s" = single-user mode (usefull to format Mac OS X drive from Darwin)
prom_env_machargs="-s"
#This is needed if you want to boot Mac OS X
prom_driver_graphic="video.x"
#CPU config : defaults to 0x00088302
#cpu_pvr = 0x00088302
#Memory Size (default 128 MiB, must be >= 64 MiB)
memory_size=0x8000000
#IO Devices
#Master Device
pci_ide0_master_installed=1
pci_ide0_master_image="C:\pearpc\macosx_6gb_unjournaled.img"
pci_ide0_master_type="hd"
#Slave Device
pci_ide0_slave_installed=1
pci_ide0_slave_image="F:\Mac OSX 10.3 CD 1.iso"
pci_ide0_slave_type="cdrom"
#Network (unavailable on Windows)
pci_3c90x_installed=0
pci_3c90x_mac="de:ad:ca:fe:12:34"
#USB Device
pci_usb_installed=1
#NVRAM
nvram_file="nvram"
i've followed all the steps and yet it still won't work, for the love of God, someone freakin' enlighten me PLEASE!!!
everytime i double click on ppc.exe, it says usage: ppc configfile, and i don't have any clue what that means. should i be running my config file from the run window? if so, how do i do this? i'm not trying to be annoying, i just want a little help. thanks
Couple things:
Yes, you really should be running this from the "cmd" prompt.
1. this line: ppc_start_resolution=-1
should be this: ppc_start_resolution=4
2: this line: pci_ide0_slave_installed=1
pci_ide0_slave_image="F:\Mac OSX 10.3 CD 1.iso"
Is f: your CD-ROM? if so, this won't work... it needs to be an actual ISO made from something like Alcohol120 or Alcohol52 and put it in your pearpc directory.
If f: is actually a hard drive... never mind.
3: this line: prom_env_machargs="-s"
should be: prom_env_machargs=""
You can make these changes to the file "ppc_configfile" in notepad or wordpad (or any text editor). After you make the changes and save the file do the following:
goto Start>Run and type "cmd" (without the quotes) and hit enter
at the prompt type "cd \" (without the quotes) and hit enter
type "cd pearpc" (without the quotes) and hit enter
then type "ppc ppc_configfile"(without the quotes) and hit enter
you should then be prompted to select a boot partition (select the one that has the CD in it)
Hopefully, you will eventually get to the install screen.
You may need to open the disk utility and format the HD. If you get that far post back. I usually use the partition tab of the disk utility instead of the erase.
HTH,
Jon Davis